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 ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated 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.
Use cases

MCP Servers overview

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

What people ask about evm-data-mcp

What is fito311/evm-data-mcp?

+

fito311/evm-data-mcp is mcp servers for the Claude AI ecosystem. MCP server for the 47620 Base + Polygon Data API — pay-per-call EVM onchain data over x402, for AI agents. It has 0 GitHub stars and its last recorded update is dated 2026-09-23.

How do I install evm-data-mcp?

+

You can install evm-data-mcp by cloning the repository (https://github.com/fito311/evm-data-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is fito311/evm-data-mcp safe to use?

+

Our security agent has analyzed fito311/evm-data-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains fito311/evm-data-mcp?

+

fito311/evm-data-mcp is maintained by fito311. The last recorded GitHub activity is dated 2026-09-23, with 0 open issues.

Are there alternatives to evm-data-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy evm-data-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

evm-data-mcp alternatives