47620 Base + Polygon Data API — MCP server

MCP serverEverything else

Pay-per-call Base and Polygon onchain data over x402 for AI agents.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use 47620 Base + Polygon Data API — MCP server

Install 47620 Base + Polygon Data API — MCP server

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

    claude mcp add --transport http 47620-base-polygon-data-api-mcp 'https://47620.xyz/mcp/evm'

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://47620.xyz/mcp/evm

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=47620-base-polygon-data-api-mcp&config=eyJ1cmwiOiJodHRwczovLzQ3NjIwLnh5ei9tY3AvZXZtIn0=

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://47620.xyz/mcp/evm

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add 47620-base-polygon-data-api-mcp --url 'https://47620.xyz/mcp/evm'

    Run it once, then sign in with codex mcp login 47620-base-polygon-data-api-mcp if the server asks for an account.

From the project's README

As published by fito311/evm-data-mcp in README.md.

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

Tools (18)

Per chain (base_*, polygon_*):

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

npx -y 47620-evm-mcp

Claude Desktop / Cursor config:

{
  "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

MethodURL
GEThttps://47620.xyz/x/base
GEThttps://47620.xyz/x/polygon
GEThttps://47620.xyz/x/base/{health,gas,trending}
GEThttps://47620.xyz/x/base/{block/:n,balance/:a,stables/:a,token/:t,tx/:h,contract/:a}
GEThttps://47620.xyz/x/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

MIT.

Advanced
Delivery
evm-data MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
xyz-47620-evm-data
Source
github.com/fito311/evm-data-mcp
Hosted endpoint
https://47620.xyz/mcp/evm