Skip to main content
ClaudeWave

MCP Server for AI agents to discover and call pay-per-request APIs via EntRoute

MCP ServersRegistry oficial1 estrellas0 forksJavaScriptMITActualizado 3mo ago
Install in Claude Code / Claude Desktop
Method: NPX · @entroute/mcp-server
Claude Code CLI
claude mcp add mcp-server -- npx -y @entroute/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": ["-y", "@entroute/mcp-server"],
      "env": {
        "EVM_PRIVATE_KEY": "<evm_private_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
EVM_PRIVATE_KEY
Casos de uso

Resumen de MCP Servers

# @entroute/mcp-server

MCP Server for AI agents to discover and call pay-per-request APIs via [EntRoute](https://entroute.com).

Give 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.

## Install

### Claude Code
```bash
claude mcp add entroute -- npx @entroute/mcp-server
```

### Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
  "mcpServers": {
    "entroute": {
      "command": "npx",
      "args": ["@entroute/mcp-server"]
    }
  }
}
```

### Cursor / Windsurf
Add to your MCP settings with command `npx @entroute/mcp-server`.

## Tools

### `discover_paid_api`
Find ranked, verified API endpoints for any capability. Supports natural language intent or explicit capability IDs.

```
"Find me an API to get the current price of ETH"
-> Returns ranked endpoints with pricing, success rates, and latency metrics
```

### `list_capabilities`
Browse all available capability types. Filter by tag or search by keyword.

### `call_paid_api`
Execute a discovered endpoint. Optionally handles x402 payments automatically when a wallet is configured.

## Payment (Optional)

To enable automatic x402 payments, set these environment variables:

```bash
EVM_PRIVATE_KEY=0x...          # Wallet private key for USDC payments on Base
MAX_PAYMENT_PER_REQUEST=0.05   # Max USD per request (default: $0.05)
```

Without a wallet, the server still discovers endpoints -- you just can't auto-pay for 402-protected ones.

## Environment Variables

| Variable | Default | Description |
|----------|---------|-------------|
| `EVM_PRIVATE_KEY` | -- | Hex private key for x402 payments |
| `MAX_PAYMENT_PER_REQUEST` | `0.05` | Spending cap per request in USD |

## Example Usage

Once installed, ask your agent:

- *"What APIs are available for DeFi?"*
- *"Find me a web search API"*
- *"Get the current price of ETH using a paid API"*
- *"Search the news for AI agent developments"*

The agent will use `discover_paid_api` to find endpoints, show you the options with pricing, and call the best one.

## Capabilities

EntRoute indexes 110+ capabilities across categories including:

- **Finance/DeFi** -- token prices, swap quotes, portfolio tracking, yield data
- **Web** -- search, scraping, URL shortening
- **Identity** -- wallet profiles, ENS resolution
- **AI** -- text generation, image generation
- **News** -- search, trending topics
- **Security** -- contract audits, threat intelligence
- **Prediction** -- market data, odds

Browse all capabilities at [entroute.com/capabilities](https://entroute.com/capabilities).

## Links

- [Documentation](https://entroute.com/docs)
- [TypeScript SDK](https://www.npmjs.com/package/@entroute/sdk-agent-ts)
- [API Reference](https://entroute.com/docs/api)
- [npm](https://www.npmjs.com/package/@entroute/mcp-server)

## License

MIT

Lo que la gente pregunta sobre mcp-server

¿Qué es entroute/mcp-server?

+

entroute/mcp-server es mcp servers para el ecosistema de Claude AI. MCP Server for AI agents to discover and call pay-per-request APIs via EntRoute Tiene 1 estrellas en GitHub y se actualizó por última vez 3mo ago.

¿Cómo se instala mcp-server?

+

Puedes instalar mcp-server clonando el repositorio (https://github.com/entroute/mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar entroute/mcp-server?

+

entroute/mcp-server aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene entroute/mcp-server?

+

entroute/mcp-server es mantenido por entroute. La última actividad registrada en GitHub es de 3mo ago, con 1 issues abiertos.

¿Hay alternativas a mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: entroute/mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/entroute-mcp-server)](https://claudewave.com/repo/entroute-mcp-server)
<a href="https://claudewave.com/repo/entroute-mcp-server"><img src="https://claudewave.com/api/badge/entroute-mcp-server" alt="Featured on ClaudeWave: entroute/mcp-server" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp-server