{
  "markdown": "# @entroute/mcp-server\n\nMCP Server for AI agents to discover and call pay-per-request APIs via [EntRoute](https://entroute.com).\n\nGive Claude, Cursor, Windsurf, or any MCP-compatible agent access to 350+ verified x402 API endpoints across 110+ capabilities -- DeFi prices, web search, prediction markets, news, and more.\n\n## Install\n\n### Claude Code\n```bash\nclaude mcp add entroute -- npx @entroute/mcp-server\n```\n\n### Claude Desktop\nAdd to your `claude_desktop_config.json`:\n```json\n{\n  \"mcpServers\": {\n    \"entroute\": {\n      \"command\": \"npx\",\n      \"args\": [\"@entroute/mcp-server\"]\n    }\n  }\n}\n```\n\n### Cursor / Windsurf\nAdd to your MCP settings with command `npx @entroute/mcp-server`.\n\n## Tools\n\n### `discover_paid_api`\nFind ranked, verified API endpoints for any capability. Supports natural language intent or explicit capability IDs.\n\n```\n\"Find me an API to get the current price of ETH\"\n-> Returns ranked endpoints with pricing, success rates, and latency metrics\n```\n\n### `list_capabilities`\nBrowse all available capability types. Filter by tag or search by keyword.\n\n### `call_paid_api`\nExecute a discovered endpoint. Optionally handles x402 payments automatically when a wallet is configured.\n\n## Payment (Optional)\n\nTo enable automatic x402 payments, set these environment variables:\n\n```bash\nEVM_PRIVATE_KEY=0x...          # Wallet private key for USDC payments on Base\nMAX_PAYMENT_PER_REQUEST=0.05   # Max USD per request (default: $0.05)\n```\n\nWithout a wallet, the server still discovers endpoints -- you just can't auto-pay for 402-protected ones.\n\n## Environment Variables\n\n| Variable | Default | Description |\n|----------|---------|-------------|\n| `EVM_PRIVATE_KEY` | -- | Hex private key for x402 payments |\n| `MAX_PAYMENT_PER_REQUEST` | `0.05` | Spending cap per request in USD |\n\n## Example Usage\n\nOnce installed, ask your agent:\n\n- *\"What APIs are available for DeFi?\"*\n- *\"Find me a web search API\"*\n- *\"Get the current price of ETH using a paid API\"*\n- *\"Search the news for AI agent developments\"*\n\nThe agent will use `discover_paid_api` to find endpoints, show you the options with pricing, and call the best one.\n\n## Capabilities\n\nEntRoute indexes 110+ capabilities across categories including:\n\n- **Finance/DeFi** -- token prices, swap quotes, portfolio tracking, yield data\n- **Web** -- search, scraping, URL shortening\n- **Identity** -- wallet profiles, ENS resolution\n- **AI** -- text generation, image generation\n- **News** -- search, trending topics\n- **Security** -- contract audits, threat intelligence\n- **Prediction** -- market data, odds\n\nBrowse all capabilities at [entroute.com/capabilities](https://entroute.com/capabilities).\n\n## Links\n\n- [Documentation](https://entroute.com/docs)\n- [TypeScript SDK](https://www.npmjs.com/package/@entroute/sdk-agent-ts)\n- [API Reference](https://entroute.com/docs/api)\n- [npm](https://www.npmjs.com/package/@entroute/mcp-server)\n\n## License\n\nMIT\n",
  "bytes": 2925,
  "sha": "186edc22b0a6796b5066b4b99b10757f25d7336c3aa72bc3f9499bea05a63ae9",
  "repo_slug": "entroute/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_entroute_entroute_7d9e831f/readme"
}