The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Clervo Connect listing page.
Clervo lets software use AI models and agent tools with pay-per-use x402 payments, without managing separate provider accounts or API keys.
The public API is https://api.clervo.dev. Current products include AI, Web Search, Secure Sandbox, Prediction Intelligence, and Crypto Intelligence. Multi-chain RPC is not currently available through the public API.
Make a free AI call:
Connect Claude Code through MCP:
Or choose another supported path at clervo.dev/start:
@clervo/sdk for TypeScriptclervo-sdk for Python@clervo/mcp for Claude and other MCP clients@clervo/router for the CLI and local OpenAI-compatible proxyThe hosted API supports OpenAI Chat Completions at POST /v1/chat/completions, OpenAI Responses at POST /v1/responses, Anthropic Messages at POST /v1/messages, and the native Clervo route at POST /v1/ai/execute.
Free operations require no wallet. Paid operations return HTTP 402 with the maximum price before execution. Clervo clients keep automatic payment off by default and support per-operation limits, daily limits, receipts, reconciliation, and same-key replay without a second payment.
Payment uses USDC on Base through x402 or MPP. If settlement is unknown, retry only after reconciliation; never create a new authorization just to recover an uncertain request.
Current products, model availability, routes, and prices are machine-readable:
The repository requires Node.js 24.18.1 and npm 10.9.8.
Never place credentials, wallet material, customer payloads, or authentication files in issues or commits. Report security concerns through the repository's private vulnerability-reporting channel.
This source is currently unlicensed (UNLICENSED). No permission to copy, modify, or redistribute is granted unless Clervo publishes separate terms.