barevalue-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| 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) | https://barevalue.com/api/v1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| barevalue_accountA | Get Barevalue account information including credit balance, AI subscription status, bonus minutes, and pricing. Use this to check available balance before submitting orders. |
| barevalue_estimateA | Calculate the cost of an AI podcast editing order before submission. Returns breakdown of AI bonus minutes, subscription minutes, credits, and payment required. |
| barevalue_uploadA | Upload an audio file for AI podcast editing. Handles getting a presigned S3 URL and uploading the file. Returns order_id and s3_key needed for submission. Maximum file size: 750MB. |
| barevalue_validateA | Pre-check an audio file from a URL before submission. Validates speech content (minimum 10%) and detects music-only content. Does NOT charge credits. Use this for external URLs before submitting. Note: For files uploaded via barevalue_upload, validation is not needed - go directly to submit. |
| barevalue_submitA | Submit an uploaded audio file for AI podcast editing. Charges credits/subscription minutes. Requires order_id and s3_key from barevalue_upload. |
| barevalue_submit_urlA | Submit a podcast for AI editing using a public URL. The file will be downloaded and processed. Useful for files hosted on Dropbox, Google Drive (with public link), or other file hosting services. |
| barevalue_statusA | Check the status of an order. Returns current processing state and, when complete, download URLs for edited audio, transcript PDF, transcript DOCX, and show notes. |
| barevalue_list_ordersB | List recent orders with their status. Useful for checking on multiple orders or finding a specific order. |
| barevalue_webhooks_listA | List all configured webhooks for your account. Webhooks send notifications when orders complete, fail, or are refunded. |
| barevalue_webhook_createB | Create a new webhook to receive notifications. Returns the webhook with its signing secret (shown only once - save it!). |
| barevalue_webhook_updateC | Update an existing webhook URL, events, or active status. |
| barevalue_webhook_deleteA | Delete a webhook. This cannot be undone. |
| barevalue_webhook_rotate_secretA | Generate a new signing secret for a webhook. The old secret will immediately stop working. Returns the new secret (shown only once). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quietnotion/barevalue-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server