Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Barevalue

NPM · BAREVALUE-MCP · SCANNED SEP 20

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

Available components

0 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1083 tokens (~83/item across 13 items; 13 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "barevalue_webhook_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Barevalue MCP server?

Barevalue runs locally as an npm package, launched with npx -y barevalue-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · barevalue-mcp

# add to Claude Code
claude mcp add quietnotion-barevalue -- npx -y barevalue-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "quietnotion-barevalue": {
      "command": "npx",
      "args": [
        "-y",
        "barevalue-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "quietnotion-barevalue": {
      "command": "npx",
      "args": [
        "-y",
        "barevalue-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add quietnotion-barevalue -- npx -y barevalue-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "quietnotion-barevalue": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "barevalue-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add quietnotion-barevalue --command npx --arg -y --arg barevalue-mcp
# ~/.hermes/config.yaml
mcp_servers:
  quietnotion-barevalue:
    command: "npx"
    args: ["-y", "barevalue-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "quietnotion-barevalue": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "barevalue-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add quietnotion-barevalue -t stdio -c npx -a -y barevalue-mcp
// mcp.json
{
  "mcpServers": {
    "quietnotion-barevalue": {
      "command": "npx",
      "args": [
        "-y",
        "barevalue-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/barevalue-mcp@1.0.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 13 exposed · ~1,083 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
barevalue_account ~38

Get Barevalue account information including credit balance, AI subscription status, bonus minutes, and pricing. Use this to check available balance before submitting orders.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

barevalue_estimate ~54

Calculate the cost of an AI podcast editing order before submission. Returns breakdown of AI bonus minutes, subscription minutes, credits, and payment required.

NameTypeReqDescription
duration_minutesnumberyesAudio duration in minutes (1-300)

No output schema declared.

No examples provided.

barevalue_list_orders ~74

List recent orders with their status. Useful for checking on multiple orders or finding a specific order.

NameTypeReqDescription
pagenumberPage number (default: 1)
per_pagenumberResults per page (default: 20, max: 100)
statusstringFilter by status

No output schema declared.

No examples provided.

barevalue_status ~54

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.

NameTypeReqDescription
order_idnumberyesOrder ID to check

No output schema declared.

No examples provided.

barevalue_submit ~234

Submit an uploaded audio file for AI podcast editing. Charges credits/subscription minutes. Requires order_id and s3_key from barevalue_upload.

NameTypeReqDescription
episode_namestringyesName of this episode
episode_numberstringOptional episode number (e.g., "42", "S2E5")
guest_namesarrayOptional names of guests (max 10) for speaker identification in transcript
host_namesarrayOptional names of hosts (max 5) for speaker identification in transcript
order_idnumberyesOrder ID from barevalue_upload
podcast_namestringyesName of the podcast
processing_stylestringHow much editing to apply. standard: balanced cleanup, minimal: light touch, aggressive: heavy editing for maximum polish. Default: standard
s3_keystringyesS3 key from barevalue_upload
special_instructionsstringOptional custom instructions for the AI editor (max 2000 chars). Examples: "Remove all mentions of our sponsor", "Keep the blooper at the end"

No output schema declared.

No examples provided.

barevalue_submit_url ~179

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.

NameTypeReqDescription
episode_namestringyesName of this episode
episode_numberstringOptional episode number
file_urlstringyesPublic URL to the audio file. Must be directly downloadable (not a landing page).
guest_namesarrayOptional names of guests (max 10)
host_namesarrayOptional names of hosts (max 5)
podcast_namestringyesName of the podcast
processing_stylestringHow much editing to apply. Default: standard
special_instructionsstringOptional custom instructions for the AI editor (max 2000 chars)

No output schema declared.

No examples provided.

barevalue_upload ~105

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.

NameTypeReqDescription
file_pathstringyesAbsolute path to the audio file (supported: mp3, wav, m4a, flac, aac, ogg, aiff)
filenamestringOptional display name for the file. Defaults to original filename.

No output schema declared.

No examples provided.

barevalue_validate ~84

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.

NameTypeReqDescription
file_urlstringyesPublic URL to the audio file to validate

No output schema declared.

No examples provided.

barevalue_webhook_create ~72

Create a new webhook to receive notifications. Returns the webhook with its signing secret (shown only once - save it!).

NameTypeReqDescription
eventsarrayyesEvents to subscribe to. Options: order.completed, order.failed, order.refunded
urlstringyesHTTPS URL to receive webhook payloads

No output schema declared.

No examples provided.

barevalue_webhook_delete ~33

Delete a webhook. This cannot be undone.

NameTypeReqDescription
webhook_idnumberyesWebhook ID to delete

No output schema declared.

No examples provided.

barevalue_webhook_rotate_secret ~53

Generate a new signing secret for a webhook. The old secret will immediately stop working. Returns the new secret (shown only once).

NameTypeReqDescription
webhook_idnumberyesWebhook ID to rotate secret for

No output schema declared.

No examples provided.

barevalue_webhook_update ~69

Update an existing webhook URL, events, or active status.

NameTypeReqDescription
eventsarrayNew events list
is_activebooleanEnable or disable the webhook
urlstringNew HTTPS URL
webhook_idnumberyesWebhook ID to update

No output schema declared.

No examples provided.

barevalue_webhooks_list ~34

List all configured webhooks for your account. Webhooks send notifications when orders complete, fail, or are refunded.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the Barevalue MCP server?

Barevalue is an MCP server listed in the public MCP registry as io.github.quietnotion/barevalue. Submit podcast orders, check status, and manage webhooks via Barevalue editing API. This page covers its npm package (barevalue-mcp).

Is the Barevalue MCP server safe to use?

Barevalue scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Barevalue MCP server expose?

Barevalue exposes 13 tools: barevalue_account, barevalue_estimate, barevalue_upload, barevalue_validate, barevalue_submit, and 8 more. Their descriptions and schemas cost roughly 1,083 tokens of context every time the server is loaded.

Is the Barevalue MCP server still maintained?

Barevalue is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Barevalue MCP server under?

Barevalue declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.