Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

e3d.ai

spacepacket/e3d-ai

Blockchain 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

Uptime
100.0%
1 direct probes · 30d
Response
446ms
last probe
Tools
22
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://e3d.ai/mcp

Tools · 22

get_token_prices

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.

get_tokens

Query the E3D token database. Returns token metadata: name, symbol, address, market cap, liquidity, and fraud risk score.

get_transactions

Fetch recent Ethereum transactions indexed by E3D. Optionally filter by token address, wallet address, or text search.

get_address_meta

Get identity and metadata for an Ethereum address (token or wallet). Returns labels, tags, entity name, and known associations.

get_token_info

Get detailed token profile: supply, holders, contract info, social links, price history, and E3D-computed risk/quality scores.

get_token_info_json

Get rich token info JSON including on-chain data, price history, holders, contract metadata, social links, and E3D-computed scores.

get_agent_candidates

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_theses

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_token_counterparties

Get the most frequent counterparty wallets for a token — who is trading with whom.

get_address_counterparties

Get counterparty analysis for a wallet address — wallets it most frequently interacts with.

search_stories

Search E3D on-chain stories by keyword, token symbol, or address. Stories are LLM-generated narratives derived from transaction graph patterns.

get_agents

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_agent

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_agent_stats

Get aggregate statistics for all E3D agents: counts by status.

get_agent_artifacts

Get artifacts produced by an agent: analyses, reports, strategies, and other outputs.

get_agent_next_action

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_agent_funding

Get funding history and treasury stats for an agent: total funded, total burned, daily/weekly burn rate, and escrow contract info.

get_agent_burns

Get E3D token burn history for an agent along with burn statistics (daily/weekly totals).

get_agent_value_events

Get value-creation events logged by an agent — moments where the agent generated measurable value (in E3D) and the reason.

get_agent_executions

Get execution history for an agent: each run with status, start/end timestamps, E3D burned per execution, and result codes.

get_agent_strategies

Get configured strategies for an agent: which strategy types are enabled, approval mode (auto vs proposal-only), burn caps, risk level, and config.

get_agent_budget_policy

Get the budget and treasury policy for an agent: daily/weekly burn caps, minimum balance thresholds, hibernate trigger, and current treasury state.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "e3d.ai": {
      "url": "https://e3d.ai/mcp",
      "transport": "http"
    }
  }
}