streamable-httpMITupdated 1mo ago
Read-only on-chain intelligence for AI agents on Base. No API keys.
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).
Quick start (hosted)
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 — intelligence APIs for AI agents.
License
MIT. On-chain data via public Base RPC. Read-only; informational only, not financial advice.
インストール
base intel mcp をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http base-intel-mcp https://base.datakoot.com/mcpcodex mcp add base-intel-mcp --url https://base.datakoot.com/mcp{
"mcpServers": {
"base-intel-mcp": {
"url": "https://base.datakoot.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"base-intel-mcp": {
"type": "http",
"url": "https://base.datakoot.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"base-intel-mcp": {
"url": "https://base.datakoot.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"base-intel-mcp": {
"serverUrl": "https://base.datakoot.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 個のツール
base intel mcp は接続したエージェントに 5 個のツールを提供します。
- 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
スコア
67 / 100
良好
- ドキュメント14/25
- メンテナンス19/25
- 信頼性16/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 29 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 2.0.0最新 | 2026年7月27日 |