Base Intel MCP — by Datakoot

MCP serverAI & models

This app gives your AI read-only access to data on the Base blockchain. Once added, your AI can look up wallet balances, token holdings, gas prices, and transaction status on Base, and because it is read-only, it cannot move funds or make any changes.

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

Add it, then ask your AI things like what a wallet holds on Base or where a transaction stands. Since it is read-only, it can look things up but cannot send transactions or move anything.

Then ask your AI: use Base Intel MCP — by Datakoot

What your AI can do with it

  • Check a wallet's balance on Base
  • Look up the tokens a wallet holds
  • Read current gas prices
  • Find out whether a Base transaction has gone through

From the project's README

As published by selflabbs/base-intel-mcp in README.md.

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

ToolWhat it does
address_reportETH + USDC balance, tx count, and contract check for an address
token_infoERC-20 name, symbol, decimals, total supply
token_balanceAny ERC-20 balance for any holder (formatted + raw)
gas_nowCurrent Base gas price (gwei + wei)
tx_statusTransaction status, from/to, value, block, gas used

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

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.

Signals

Last commit
Sep 2026
Advanced
Delivery
base-intel-mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-selflabbs-base-intel-mcp
Source
github.com/selflabbs/base-intel-mcp
Hosted endpoint
https://base.selflabbs.com/mcp