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.

Clervo Connect

NPM · @CLERVO/MCP · SCANNED AUG 15

Free-first Clervo tools and bounded opt-in commerce through one local wallet.

Available components

74 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 Security99
  • 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
  • 30 of 116 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to clervo/clervo). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 3 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability59
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 394 tokens (~43/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage78
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 33% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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 · @clervo/mcp

# add to Claude Code
claude mcp add clervo-connect -- npx -y @clervo/mcp
# add to Codex CLI
codex mcp add clervo-connect -- npx -y @clervo/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "clervo-connect": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@clervo/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add clervo-connect --command npx --arg -y --arg @clervo/mcp
# ~/.hermes/config.yaml
mcp_servers:
  clervo-connect:
    command: "npx"
    args: ["-y", "@clervo/mcp"]
// mcp.json
{
  "mcpServers": {
    "clervo-connect": {
      "command": "npx",
      "args": [
        "-y",
        "@clervo/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.

  • 12 Aug 26 +15
    • Malware scan: unverified → pass security
  • 11 Aug 26 59

    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 15 Aug 2026 · Analysed npm/@clervo/mcp@0.5.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo clervo/clervo
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/clervo/clervo/.github/workflows/publish-packages.yml@refs/heads/main
Rekor log index 2421063968
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:63e1827890953aa4a0f610d2a439bdb9feac8b6a5ab35fad5214e23b2942eac3c4ec4f26fdfe047cfda03f40e5e214d374146c9ce123826c2c126319d
Dependencies 116 packages
Packages resolved 116
Stale 30
Tree resolution Complete
MCP tools · 9 exposed · ~394 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
ai_execute ~101

Executes a free model or returns the exact paid challenge without signing or paying. The tool never creates a wallet or authorizes payment.

NameTypeReqDescription
idempotencyKeystring
inputobjectyesNormalized AI input object; its kind must match the selected model capability.
maximumOutputTokensinteger
maximumReasoningTokensinteger
modelstringyesStable canonical Clervo model ID or a published alias.

No output schema declared.

No examples provided.

clervo_execute ~91

Generic execution for the full profile. Runtime registry truth is checked on every call. Automatic payment is disabled; payable calls return a quote.

NameTypeReqDescription
bodyobjectyes
idempotencyKeystring
paidbooleanFor a product with a free path, explicitly request its paid path. Signing still requires local --auto-pay opt-in.
productIdstringyes

No output schema declared.

No examples provided.

connect_status ~16

Clervo wallet and shared Connect status

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

doctor ~15

Diagnose the local Clervo Connect installation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

local_usage ~14

Clervo durable local usage

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

models_list ~32

Returns stable provider-neutral model IDs, capabilities, health, availability, free/paid state, pricing, and commerce metadata.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

reconcile ~18

Reconcile unresolved Clervo operations without a new payment

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_web ~92

Runs the live bounded free Search route or obtains its exact paid challenge without signing.

NameTypeReqDescription
idempotencyKeystring
languagestring
maxResultsinteger
modestringPreview calls the live free route. Challenge obtains the exact paid 402 but never signs or pays.
querystringyesThe evidence query.
regionstring

No output schema declared.

No examples provided.

spend_limits ~15

Clervo buyer-side spend limits

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.