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

Barevalue

NPM · BAREVALUE-MCP · SCANNED AUG 3

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

Available components

+23 this week 69 Trust /100
Trust breakdown (6 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 →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability81
  • 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 Management23
  • Stability observed for 7 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · barevalue-mcp

# add to Claude Code
claude mcp add quietnotion-barevalue -- npx -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"]
// 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.

  • 2 Aug 26 +33
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Licence: MIT functional
  • 1 Aug 26 −15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 +25
    • Provenance: unverified → fail security
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • Dependency health: partial → unverified functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 29 Jul 26 −20
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.