HomeDesign & Media › Barevalue

Barevalue

Submit podcast orders, check status, and manage webhooks via Barevalue editing API.

TypeScript Cloud macOSWindowsLinux
★ 2 stars Last pushed 2026-02-18

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.3)

npx -y barevalue-mcp@1.0.3

Or add to your MCP client config:

{
  "mcpServers": {
    "barevalue-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "barevalue-mcp@1.0.3"
      ],
      "env": {
        "BAREVALUE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • BAREVALUE_API_KEY required secret — Your Barevalue API key (get one at barevalue.com → Settings → API Keys)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry