Skip to main content
ClaudeWave

Read-only on-chain intelligence MCP server for AI agents on Base: wallet & token balances, token metadata, gas and tx status. No API keys.

MCP ServersOfficial Registry0 stars0 forksUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/datakoot/base-intel-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "base-intel-mcp": {
      "command": "node",
      "args": ["/path/to/base-intel-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/datakoot/base-intel-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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).

## Quick start (hosted)

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

## 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](https://datakoot.com) — intelligence APIs for AI agents.

## License

MIT. On-chain data via public Base RPC. Read-only; informational only, not financial advice.
ai-agentsai-toolsbaseblockchainclaudellmmcpmcp-servermodel-context-protocolweb3

What people ask about base-intel-mcp

What is datakoot/base-intel-mcp?

+

datakoot/base-intel-mcp is mcp servers for the Claude AI ecosystem. Read-only on-chain intelligence MCP server for AI agents on Base: wallet & token balances, token metadata, gas and tx status. No API keys. It has 0 GitHub stars and was last updated today.

How do I install base-intel-mcp?

+

You can install base-intel-mcp by cloning the repository (https://github.com/datakoot/base-intel-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is datakoot/base-intel-mcp safe to use?

+

datakoot/base-intel-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains datakoot/base-intel-mcp?

+

datakoot/base-intel-mcp is maintained by datakoot. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to base-intel-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy base-intel-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: datakoot/base-intel-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/datakoot-base-intel-mcp)](https://claudewave.com/repo/datakoot-base-intel-mcp)
<a href="https://claudewave.com/repo/datakoot-base-intel-mcp"><img src="https://claudewave.com/api/badge/datakoot-base-intel-mcp" alt="Featured on ClaudeWave: datakoot/base-intel-mcp" width="320" height="64" /></a>

More MCP Servers

base-intel-mcp alternatives