MCP server for Barevalue API enabling AI podcast editing with uploads, URL submissions, status checks, and webhooks.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Barevalue MCP.
barevalue_accountGet account information including credit balance, AI subscription status, and pricing.
barevalue_estimateCalculate the cost of an order before submission.
barevalue_uploadUpload an audio file from your local machine. Returns `order_id` and `s3_key` for submission.
barevalue_validatePre-check a file from a public URL before submission. Validates speech content (minimum 10%) and detects music-only content. Does NOT charge credits.
barevalue_submitSubmit an uploaded file for AI editing. Charges credits/subscription minutes.
barevalue_submit_urlSubmit using a public URL instead of uploading.
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.
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:
No installation required. Configure Claude Code to run via npx:
Then configure Claude Code:
bv_sk_) โ it's only shown once!Add to your Claude Code settings file (~/.claude/settings.json):
| Variable | Required | Description |
|---|---|---|
BAREVALUE_API_KEY | Yes | Your Barevalue API key (starts with bv_sk_) |
BAREVALUE_API_URL | No | Override API base URL (default: https://barevalue.com/api/v1) |
barevalue_accountGet account information including credit balance, AI subscription status, and pricing.
barevalue_estimateCalculate the cost of an order before submission.
barevalue_uploadUpload an audio file from your local machine. Returns order_id and s3_key for submission.
Supported formats: mp3, wav, m4a, flac, aac, ogg Maximum file size: 750MB
barevalue_validatePre-check a file from a public URL before submission. Validates speech content (minimum 10%) and detects music-only content. Does NOT charge credits.
Note: This is for external URLs only. Files uploaded via barevalue_upload don't need validation - go directly to barevalue_submit.
barevalue_submitSubmit an uploaded file for AI editing. Charges credits/subscription minutes.
Optional parameters:
episode_number - Episode number for organizationspecial_instructions - Custom editing instructions (max 2000 chars)processing_style - standard | minimal | aggressivehost_names - Array of host names for transcript speaker labelsguest_names - Array of guest names for transcript speaker labelsbarevalue_submit_urlSubmit using a public URL instead of uploading.
barevalue_statusCheck order status. Returns download URLs when complete.
Statuses: pending, downloading, processing, transcribing, editing, completed, failed, refunded
barevalue_list_ordersList recent orders with pagination.
barevalue_webhooks_listList all configured webhooks.
barevalue_webhook_createCreate a webhook. Save the secret โ it's only shown once!
Available events: order.completed, order.failed, order.refunded
barevalue_webhook_updateUpdate webhook URL, events, or active status.
barevalue_webhook_deleteDelete a webhook permanently.
barevalue_webhook_rotate_secretGenerate a new signing secret. Old secret stops working immediately.
Here's a typical workflow for uploading a local file:
For files already hosted online, you can validate before submitting:
The server returns structured errors:
Common errors:
| Error | Meaning |
|---|---|
invalid_api_key | API key is missing, invalid, or revoked |
insufficient_credits | Not enough credits or subscription minutes |
validation_failed | File failed pre-checks (not enough speech, music detected) |
file_too_large | File exceeds 750MB limit |
rate_limited | Too many requests (limit: 10/minute) |
MCP orders use your subscription minutes โ the same balance you'd use on barevalue.com. The Basic plan is free and includes minutes and orders each month. Paid plans include more minutes, orders, and features.
What's included with every order:
Use barevalue_estimate to check your available minutes before submitting. View plans at barevalue.com/pricing.
MIT
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/quietnotion-barevalue-mcp)<a href="https://allmcps.com/mcp/quietnotion-barevalue-mcp"><img src="https://allmcps.com/api/badge/quietnotion-barevalue-mcp?style=directory" alt="Barevalue MCP on AllMCPs" /></a>