Submit podcast orders, check status, and manage webhooks via Barevalue editing API.
{
"mcpServers": {
"barevalue": {
"env": {
"BAREVALUE_API_KEY": "bv_sk_your_api_key_here"
},
"args": [
"-y",
"barevalue-mcp"
],
"command": "npx"
}
}
}Submit podcast orders, check status, and manage webhooks via Barevalue editing API.
Is it safe?
No known CVEs for barevalue-mcp.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 47 days ago. 1 stars. 141 weekly downloads.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
13 tools. ~1,500 tokens (0.8% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'barevalue-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
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 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
barevalue_statusCheck order status. Returns download URLs when complete
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!
This server is missing a description.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.