Skip to main content
ClaudeWave

MCP server for the 47620 Base + Polygon Data API — pay-per-call EVM onchain data over x402, for AI agents.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/24/2026
Install in Claude Code / Claude Desktop
Method: NPX · 47620-evm-mcp
Claude Code CLI
claude mcp add evm-data-mcp -- npx -y 47620-evm-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "evm-data-mcp": {
      "command": "npx",
      "args": ["-y", "47620-evm-mcp"]
    }
  }
}
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.
Casos de uso

Resumen de MCP Servers

# 47620 Base + Polygon Data API — MCP server

[![MCP](https://img.shields.io/badge/MCP-server-blue)](https://modelcontextprotocol.io)
[![x402](https://img.shields.io/badge/payments-x402-purple)](https://x402.org)

Pay-per-call **Base** and **Polygon** onchain data for AI agents. No signup, no API
key — every call is an [x402](https://x402.org) (HTTP 402) request settled in **USDC**,
non-custodially. Pay on **Solana, Base or Polygon** — whichever your wallet supports.

## Tools (18)

Per chain (`base_*`, `polygon_*`):

| Tool | Price | What it returns |
|---|---|---|
| `{chain}_health` | $0.002 | chain id, latest block, gas price, native USD price |
| `{chain}_block` | $0.005 | block header + summary (hash, txs, gas, base fee) |
| `{chain}_balance` | $0.005 | native balance + live USD value |
| `{chain}_stables` | $0.01 | USDC / USDT / DAI balances in one call |
| `{chain}_token` | $0.02 | price, liquidity, 24h volume, DEX pairs, ERC-20 metadata |
| `{chain}_tx` | $0.01 | status, block, gas, from/to/value |
| `{chain}_contract` | $0.01 | is-contract, bytecode size, ERC-20 metadata |
| `{chain}_gas` | $0.005 | gas price (gwei/wei) + 21k transfer cost |
| `{chain}_trending` | $0.02 | trending DEX pairs by 24h volume |

## Use it (remote — no install)

Connect any MCP client to:

```
https://47620.xyz/mcp/evm
```

Streamable HTTP transport. Tool calls return the x402 challenge; an x402-capable
runtime completes the USDC payment and retries. Works with Claude, Cursor,
OpenClaw, Windsurf and any MCP-capable agent.

## Use it (local, stdio)

```bash
npx -y 47620-evm-mcp
```

Claude Desktop / Cursor config:

```json
{
  "mcpServers": {
    "47620-evm-data": {
      "command": "npx",
      "args": ["-y", "47620-evm-mcp"],
      "env": { "X402_PAY_URL": "https://your-pay-broker.example/pay" }
    }
  }
}
```

- `X402_PAY_URL` (optional): an HTTP pay broker that, given `{url, challenge}`,
  returns `{header}` — a base64 `PAYMENT-SIGNATURE`. Without it, tools return the
  402 challenge and payment instructions.

## HTTP API

| Method | URL |
|---|---|
| GET | `https://47620.xyz/x/base` | catalog |
| GET | `https://47620.xyz/x/polygon` | catalog |
| GET | `https://47620.xyz/x/base/{health,gas,trending}` | paid |
| GET | `https://47620.xyz/x/base/{block/:n,balance/:a,stables/:a,token/:t,tx/:h,contract/:a}` | paid |
| GET | `https://47620.xyz/x/polygon/...` | same, Polygon |

Facilitated mirrors under `/x/base-fac/*` and `/x/polygon-fac/*` are used by the
remote MCP for marketplace discovery.

## Payment

Every endpoint advertises `accepts[]` on all three chains:

- **Solana** — USDC (SPL)
- **Base** (`eip155:8453`) — USDC
- **Polygon** (`eip155:137`) — USDC

1% platform fee is split at settlement; 99% goes to the merchant. Non-custodial.

## Links

- Remote MCP: https://47620.xyz/mcp/evm
- Manifest: https://47620.xyz/mcp/evm/server-card
- Repo: https://github.com/fito311/evm-data-mcp
- Registry: `xyz.47620/evm-data`

MIT.

Lo que la gente pregunta sobre evm-data-mcp

¿Qué es fito311/evm-data-mcp?

+

fito311/evm-data-mcp es mcp servers para el ecosistema de Claude AI. MCP server for the 47620 Base + Polygon Data API — pay-per-call EVM onchain data over x402, for AI agents. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-23.

¿Cómo se instala evm-data-mcp?

+

Puedes instalar evm-data-mcp clonando el repositorio (https://github.com/fito311/evm-data-mcp) 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 fito311/evm-data-mcp?

+

Nuestro agente de seguridad ha analizado fito311/evm-data-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene fito311/evm-data-mcp?

+

fito311/evm-data-mcp es mantenido por fito311. La última actividad registrada en GitHub es del 2026-09-23, con 0 issues abiertos.

¿Hay alternativas a evm-data-mcp?

+

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

Despliega evm-data-mcp 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: fito311/evm-data-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/fito311-evm-data-mcp)](https://claudewave.com/repo/fito311-evm-data-mcp)
<a href="https://claudewave.com/repo/fito311-evm-data-mcp"><img src="https://claudewave.com/api/badge/fito311-evm-data-mcp" alt="Featured on ClaudeWave: fito311/evm-data-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a evm-data-mcp