Skip to main content
Glama
datakoot

Base Intel MCP

Base Intel MCP — by Datakoot

Read-only on-chain intelligence for AI agents on Base. No API keys.

Give an agent a Base address, token, or transaction hash and it reads balances, token metadata, gas, and transaction status live from chain.

Tools

Tool

What it does

address_report

ETH + USDC balance, tx count, and contract check for an address

token_info

ERC-20 name, symbol, decimals, total supply

token_balance

Any ERC-20 balance for any holder (formatted + raw)

gas_now

Current Base gas price (gwei + wei)

tx_status

Transaction status, from/to, value, block, gas used

No API keys required. Data read live from Base mainnet public RPC (with fallbacks).

Related MCP server: Base Gas MCP Server

Quick start (hosted)

claude mcp add --transport http base-intel https://base.datakoot.com/mcp

Try it in 10 seconds — no key, no signup

Paste this into a terminal:

curl -s https://base.datakoot.com/mcp \
  -H 'content-type: application/json' \
  -H 'accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "gas_now", "arguments": {}}}'

You get the current gas price on the Base network — no API key, nothing to sign up for.

Or point any MCP client at the URL and just ask your agent, in plain language:

  • "What's gas on Base right now?"

  • "Summarize the token holdings of this Base wallet: 0x…"

Example agent workflows

  • "What is in wallet 0x... on Base?" -> address_report

  • "What token is 0x833589... and what is its supply?" -> token_info

  • "Did transaction 0x... succeed?" -> tx_status

Part of Datakoot — intelligence APIs for AI agents.

License

MIT. On-chain data via public Base RPC. Read-only; informational only, not financial advice.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables agents to query Base blockchain data using natural language by providing contract addresses, SQL templates, and direct access to Coinbase's SQL API for realtime on-chain analytics including DeFi, NFTs, and wallet activity.
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to fetch live multi-chain portfolio, token info, gas prices, and token prices across Ethereum, Base, Polygon, Arbitrum, and Optimism with a single call. No API key required.
    4
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to access crypto prices, DeFi yields, Polymarket data, Base chain info, and security scans with pay-per-call via USDC on Base mainnet.
    MIT