e3d.ai
spacepacket/e3d-aiBlockchain analytics and AI agent platform for Ethereum. Query live token prices, on-chain stories, investment theses, and the E3D autonomous agent system — all backed by real-time indexed data. **Works anonymously** at the free tier (100 req/day). Add an API key from [e3d.ai/api](https://e3d.ai/api) for higher rate limits. **Tools include:** - Token prices, gainers/losers across 30m / 1h / 24h / 7d / 30d - On-chain stories and structured investment theses - Token and wallet identity, counterparty flow analysis - AI agent status, executions, burn history, next actions
Tools · 22
Fetch ERC-20 token prices with multi-range history. Sort by 30m, 1h, 24h, 7d, or 30d price change to find gainers/losers. Returns price, market cap, volume, and change % across all time ranges.
Query the E3D token database. Returns token metadata: name, symbol, address, market cap, liquidity, and fraud risk score.
Fetch recent Ethereum transactions indexed by E3D. Optionally filter by token address, wallet address, or text search.
Get identity and metadata for an Ethereum address (token or wallet). Returns labels, tags, entity name, and known associations.
Get detailed token profile: supply, holders, contract info, social links, price history, and E3D-computed risk/quality scores.
Get rich token info JSON including on-chain data, price history, holders, contract metadata, social links, and E3D-computed scores.
Get E3D agent's top-scored token candidates — tokens with converging on-chain signals across multiple story types. Fields include convergence_score, signal_count, story_types, direction_hint, signal_s…
Get structured investment theses generated by the E3D agent. Each thesis includes: direction (long/short), conviction score, thesis text, entry/invalidation signals, price targets, fraud_risk, liquidi…
Get the most frequent counterparty wallets for a token — who is trading with whom.
Get counterparty analysis for a wallet address — wallets it most frequently interacts with.
Search E3D on-chain stories by keyword, token symbol, or address. Stories are LLM-generated narratives derived from transaction graph patterns.
List E3D AI agents. Each ERC-20 token can have an activated AI agent. Returns agent status (running/dormant/hibernating/failed), E3D balance, and metadata.
Get full details for a specific AI agent by token address. Includes status, E3D treasury balance, soul IPFS hash, focus areas, goals, and heartbeat timestamp.
Get aggregate statistics for all E3D agents: counts by status.
Get artifacts produced by an agent: analyses, reports, strategies, and other outputs.
Get the agent's current next-best-action recommendation: what it plans to do next, why now, estimated E3D burn, confidence score, and any blockers.
Get funding history and treasury stats for an agent: total funded, total burned, daily/weekly burn rate, and escrow contract info.
Get E3D token burn history for an agent along with burn statistics (daily/weekly totals).
Get value-creation events logged by an agent — moments where the agent generated measurable value (in E3D) and the reason.
Get execution history for an agent: each run with status, start/end timestamps, E3D burned per execution, and result codes.
Get configured strategies for an agent: which strategy types are enabled, approval mode (auto vs proposal-only), burn caps, risk level, and config.
Get the budget and treasury policy for an agent: daily/weekly burn caps, minimum balance thresholds, hibernate trigger, and current treasury state.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"e3d.ai": {
"url": "https://e3d.ai/mcp",
"transport": "http"
}
}
}