# Barevalue (npm · barevalue-mcp)

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

- Trust score: 69/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `barevalue-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/quietnotion-barevalue/barevalue-mcp.md), [page](https://verifymcp.io/servers/quietnotion-barevalue/barevalue-mcp)

## Channel facts

- Registry: `npm`
- Package: `barevalue-mcp`
- Version: `1.0.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 48 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1083 tokens (~83/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add quietnotion-barevalue -- npx -y barevalue-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add quietnotion-barevalue --command npx --arg -y --arg barevalue-mcp
```

### Hermes

```yaml
mcp_servers:
  quietnotion-barevalue:
    command: "npx"
    args: ["-y", "barevalue-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "quietnotion-barevalue": {
      "command": "npx",
      "args": [
        "-y",
        "barevalue-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 69, +33)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] 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.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional] Licence: MIT

### 2026-08-01 (score 36, −15)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 51, +25)

- [security regression] Provenance: unverified → fail
- [security regression] Malware scan: pass → unverified
- [security improvement] Install scripts: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-07-29 (score 26, −20)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (13)

### `barevalue_account` (~38 tokens)

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

### `barevalue_estimate` (~54 tokens)

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

Input parameters:

- `duration_minutes` (number, required): Audio duration in minutes (1-300)

### `barevalue_upload` (~105 tokens)

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.

Input parameters:

- `file_path` (string, required): Absolute path to the audio file (supported: mp3, wav, m4a, flac, aac, ogg, aiff)
- `filename` (string): Optional display name for the file. Defaults to original filename.

### `barevalue_validate` (~84 tokens)

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.

Input parameters:

- `file_url` (string, required): Public URL to the audio file to validate

### `barevalue_submit` (~234 tokens)

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

Input parameters:

- `episode_name` (string, required): Name of this episode
- `episode_number` (string): Optional episode number (e.g., "42", "S2E5")
- `guest_names` (array): Optional names of guests (max 10) for speaker identification in transcript
- `host_names` (array): Optional names of hosts (max 5) for speaker identification in transcript
- `order_id` (number, required): Order ID from barevalue_upload
- `podcast_name` (string, required): Name of the podcast
- `processing_style` (string): How much editing to apply. standard: balanced cleanup, minimal: light touch, aggressive: heavy editing for maximum polish. Default: standard
- `s3_key` (string, required): S3 key from barevalue_upload
- `special_instructions` (string): Optional custom instructions for the AI editor (max 2000 chars). Examples: "Remove all mentions of our sponsor", "Keep the blooper at the end"

### `barevalue_submit_url` (~179 tokens)

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.

Input parameters:

- `episode_name` (string, required): Name of this episode
- `episode_number` (string): Optional episode number
- `file_url` (string, required): Public URL to the audio file. Must be directly downloadable (not a landing page).
- `guest_names` (array): Optional names of guests (max 10)
- `host_names` (array): Optional names of hosts (max 5)
- `podcast_name` (string, required): Name of the podcast
- `processing_style` (string): How much editing to apply. Default: standard
- `special_instructions` (string): Optional custom instructions for the AI editor (max 2000 chars)

### `barevalue_status` (~54 tokens)

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.

Input parameters:

- `order_id` (number, required): Order ID to check

### `barevalue_list_orders` (~74 tokens)

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

Input parameters:

- `page` (number): Page number (default: 1)
- `per_page` (number): Results per page (default: 20, max: 100)
- `status` (string): Filter by status

### `barevalue_webhooks_list` (~34 tokens)

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

### `barevalue_webhook_create` (~72 tokens)

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

Input parameters:

- `events` (array, required): Events to subscribe to. Options: order.completed, order.failed, order.refunded
- `url` (string, required): HTTPS URL to receive webhook payloads

### `barevalue_webhook_update` (~69 tokens)

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

Input parameters:

- `events` (array): New events list
- `is_active` (boolean): Enable or disable the webhook
- `url` (string): New HTTPS URL
- `webhook_id` (number, required): Webhook ID to update

### `barevalue_webhook_delete` (~33 tokens)

Delete a webhook. This cannot be undone.

Input parameters:

- `webhook_id` (number, required): Webhook ID to delete

### `barevalue_webhook_rotate_secret` (~53 tokens)

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

Input parameters:

- `webhook_id` (number, required): Webhook ID to rotate secret for

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/quietnotion-barevalue/barevalue-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 36
- 2026-07-31: 51
- 2026-07-29: 26
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/barevalue-mcp
- Socket report: https://socket.dev/npm/package/barevalue-mcp
- Repository: https://github.com/quietnotion/barevalue-mcp
- Changelog RSS feed: https://verifymcp.io/servers/quietnotion-barevalue/barevalue-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/quietnotion-barevalue/barevalue-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/quietnotion-barevalue/barevalue-mcp
