{
  "markdown": "# Base Intel MCP — by Datakoot\n\nRead-only on-chain intelligence for AI agents on **Base**. No API keys.\n\nGive an agent a Base address, token, or transaction hash and it reads balances, token metadata, gas, and transaction status live from chain.\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `address_report` | ETH + USDC balance, tx count, and contract check for an address |\n| `token_info` | ERC-20 name, symbol, decimals, total supply |\n| `token_balance` | Any ERC-20 balance for any holder (formatted + raw) |\n| `gas_now` | Current Base gas price (gwei + wei) |\n| `tx_status` | Transaction status, from/to, value, block, gas used |\n\nNo API keys required. Data read live from Base mainnet public RPC (with fallbacks).\n\n## Quick start (hosted)\n\n```bash\nclaude mcp add --transport http base-intel https://base.datakoot.com/mcp\n```\n\n## Try it in 10 seconds — no key, no signup\n\nPaste this into a terminal:\n\n```bash\ncurl -s https://base.datakoot.com/mcp \\\n  -H 'content-type: application/json' \\\n  -H 'accept: application/json, text/event-stream' \\\n  -d '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/call\", \"params\": {\"name\": \"gas_now\", \"arguments\": {}}}'\n```\n\nYou get the current gas price on the Base network — no API key, nothing to sign up for.\n\nOr point any MCP client at the URL and just ask your agent, in plain language:\n\n- \"What's gas on Base right now?\"\n- \"Summarize the token holdings of this Base wallet: 0x…\"\n\n\n## Example agent workflows\n\n- \"What is in wallet 0x... on Base?\" -> `address_report`\n- \"What token is 0x833589... and what is its supply?\" -> `token_info`\n- \"Did transaction 0x... succeed?\" -> `tx_status`\n\nPart of [Datakoot](https://datakoot.com) — intelligence APIs for AI agents.\n\n## License\n\nMIT. On-chain data via public Base RPC. Read-only; informational only, not financial advice.\n",
  "bytes": 1812,
  "sha": "48e15bec479aa0bbd8638455ff1ae739824a4c0dfde23a1a21647ffb56f5c3eb",
  "repo_slug": "datakoot/base-intel-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_datakoot_base_onchain_wallet_tokens_b718f299/readme"
}