MCP server for Barevalue AI podcast editing API
MCP server for Barevalue AI podcast editing API. The barevalue mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
MCP (Model Context Protocol) server for the Barevalue AI podcast editing API. Allows Claude Code and other MCP-compatible tools to submit and manage podcast editing orders programmatically.
Everything the assistant can do here goes through one of these:
barevalue_account — Get account information including credit balance, AI subscription status, and pricingbarevalue_estimate — The barevalue_estimate tool exposed by this serverbarevalue_upload — Upload an audio file from your local machine. Returns order_id and s3_key for submissionbarevalue_validate — Pre-check a file from a public URL before submission. Validates speech content (minimum 10%) and detects music-only content. Does NOT charge creditsbarevalue_submit — Submit an uploaded file for AI editing. Charges credits/subscription minutesbarevalue_submit_url — The barevalue_submit_url tool exposed by this serverbarevalue_status — The barevalue_status tool exposed by this serverbarevalue_list_orders — The barevalue_list_orders tool exposed by this serverWebhooks — The Webhooks tool exposed by this serverbarevalue_webhooks_list — The barevalue_webhooks_list tool exposed by this serverbarevalue_webhook_create — Create a webhook. Save the secret — it's only shown once!barevalue_webhook_update — The barevalue_webhook_update tool exposed by this serverBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 2 environment variables: BAREVALUE_API_KEY, BAREVALUE_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
You need a Barevalue account to submit orders via MCP. The Basic plan is free and includes minutes and orders each month. Paid plans (Starter, Creator, Pro) include more minutes, more orders, and additional features. Orders use your subscription minutes. If your account has insufficient minutes, submission will fail with insufficient_credits error. To get started: - Sign up free at
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Barevalue MCP's toolset — barevalue_account, barevalue_estimate, barevalue_upload and 11 more — is a fair guide to whether it matches your workflow. It is maintained by quietnotion; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| barevalue_account | Get account information including credit balance, AI subscription status, and pricing. |
| barevalue_estimate | The barevalue_estimate tool exposed by this server. |
| barevalue_upload | Upload an audio file from your local machine. Returns order_id and s3_key for submission. |
| barevalue_validate | Pre-check a file from a public URL before submission. Validates speech content (minimum 10%) and detects music-only content. Does NOT charge credits. |
| barevalue_submit | Submit an uploaded file for AI editing. Charges credits/subscription minutes. |
| barevalue_submit_url | The barevalue_submit_url tool exposed by this server. |
| barevalue_status | The barevalue_status tool exposed by this server. |
| barevalue_list_orders | The barevalue_list_orders tool exposed by this server. |
| Webhooks | The Webhooks tool exposed by this server. |
| barevalue_webhooks_list | The barevalue_webhooks_list tool exposed by this server. |
| barevalue_webhook_create | Create a webhook. **Save the secret — it's only shown once!** |
| barevalue_webhook_update | The barevalue_webhook_update tool exposed by this server. |
| barevalue_webhook_delete | The barevalue_webhook_delete tool exposed by this server. |
| barevalue_webhook_rotate_secret | Generate a new signing secret. Old secret stops working immediately. |
{
"mcpServers": {
"barevalue": {
"command": "npx",
"args": ["-y", "barevalue-mcp"],
"env": {
"BAREVALUE_API_KEY": "bv_sk_your_api_key_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
You need a Barevalue account to submit orders via MCP. The Basic plan is free and includes minutes and orders each month. Paid plans (Starter, Creator, Pro) include more minutes, more orders, and additional features. Orders use your subscription minutes. If your account has insufficient minutes, submission will fail with insufficient_credits error. To get started: - Sign up free at
| Variable | Description | Required |
|---|---|---|
| BAREVALUE_API_KEY | Credential the server authenticates with. | Yes |
| BAREVALUE_API_URL | Endpoint or connection string the server talks to. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.