Sign In

@clervo/mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clervo/mcp

Clervo Connect MCP profiles with one local wallet, live served products, bounded x402, reconciliation, usage, and diagnostics.

Source
npmnpm
Version
0.5.0
Version published
Weekly downloads
660
235.03%
Maintainers
1
Weekly downloads
 
Created
Source

@clervo/mcp

Stdio MCP server for Clervo Connect. A clean one-command install uses the public production origin and the same local wallet, limits, receipts and unresolved operation state as every other Connect surface:

{
  "mcpServers": {
    "clervo": { "command": "npx", "args": ["-y", "@clervo/mcp"] }
  }
}

Claude Code:

claude mcp add clervo -s user -- npx -y @clervo/mcp

The default origin is https://api.clervo.dev. Set CLERVO_BASE_URL only for another HTTPS deployment or loopback development.

Use --profile research|ai|prediction|crypto|sandbox|full to load only the schemas relevant to an agent. Profiles are checked against the live registry on every execution. RPC is not exposed while runtime truth reports it unavailable.

Alongside useful Search and AI tools, clervo_execute safely exposes operations served in the selected profile. connect_status, spend_limits, local_usage, reconcile, and doctor expose shared local state without wallet secrets.

Automatic payment is off by default. --auto-pay is an explicit local opt-in; even then, every quote is bounded by the Router's per-operation and daily ceilings before signing. Unknown settlement blocks MCP and every other Connect surface. Reconciliation and same-key replay carry no fresh payment authorization, and the server never blindly retries.

The package writes MCP protocol messages to stdout and operational failures to stderr only. This client code is MIT licensed; use of the hosted Clervo service remains subject to its service terms.

Keywords

clervo

FAQs

Package last updated on 11 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts