{
  "markdown": "# Clervo\n\nClervo lets software use AI models and agent tools with pay-per-use x402 payments, without managing separate provider accounts or API keys.\n\nThe 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.\n\n## Start\n\nMake a free AI call:\n\n```sh\ncurl -sS https://api.clervo.dev/v1/chat/completions \\\n  -H 'content-type: application/json' \\\n  -d '{\"model\":\"clervo/laguna-s-2.1\",\"messages\":[{\"role\":\"user\",\"content\":\"Reply with ready.\"}],\"max_completion_tokens\":16}'\n```\n\nConnect Claude Code through MCP:\n\n```sh\nclaude mcp add clervo -s user -- npx -y @clervo/mcp\n```\n\nOr choose another supported path at [clervo.dev/start](https://clervo.dev/start/):\n\n- [`@clervo/sdk`](packages/sdk-typescript) for TypeScript\n- [`clervo-sdk`](packages/sdk-python) for Python\n- [`@clervo/mcp`](packages/mcp) for Claude and other MCP clients\n- [`@clervo/router`](packages/router) for the CLI and local OpenAI-compatible proxy\n- [OpenAPI](https://api.clervo.dev/openapi.json) for direct HTTP\n\nThe 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`.\n\n## Payment safety\n\nFree 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.\n\nPayment 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.\n\nCurrent products, model availability, routes, and prices are machine-readable:\n\n- [Discovery](https://api.clervo.dev/.well-known/clervo.json)\n- [Models](https://api.clervo.dev/v1/models)\n- [Pricing](https://api.clervo.dev/pricing.json)\n- [Status](https://api.clervo.dev/status.json)\n- [MCP discovery](https://api.clervo.dev/.well-known/mcp.json)\n- [x402 manifest](https://api.clervo.dev/.well-known/x402)\n- [Agent reference](https://api.clervo.dev/llms.txt)\n\n## Work with the repository\n\nThe repository requires Node.js `24.18.1` and npm `10.9.8`.\n\n```sh\nnpm ci --ignore-scripts\nnpm run generate:discovery\nnpm run test:b13:clients\nnpm run site:build\n```\n\nNever place credentials, wallet material, customer payloads, or authentication files in issues or commits. Report security concerns through the repository's private vulnerability-reporting channel.\n\nThis source is currently unlicensed (`UNLICENSED`). No permission to copy, modify, or redistribute is granted unless Clervo publishes separate terms.\n",
  "bytes": 2838,
  "sha": "7b2be9a3fb4ca94e30496dcd438c31e49a49bab584b58cecf0aef8e5b923be78",
  "repo_slug": "clervo/clervo",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_clervo_connect_0fce5640/readme"
}