com.datakoot/base-intel-mcp
com.datakoot/base-intel-mcpRead-only on-chain intel for AI agents on Base: balances, tokens, gas, tx status. No API keys.
Tools · 5
One-call snapshot of a Base address: ETH balance, USDC balance, tx count, and whether it is a contract.
ERC-20 token metadata on Base: name, symbol, decimals, total supply.
ERC-20 token balance of a holder on Base (formatted + raw).
Current Base network gas price (gwei and wei).
Look up a Base transaction by hash: status, from, to, value, block, gas used.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.datakoot/base-intel-mcp": {
"url": "https://base.datakoot.com/mcp",
"transport": "streamable-http"
}
}
}