BlockCypher for your agents.
Connect BlockCypher once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to BlockCypher.
What agents can do with BlockCypher
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
blockcypher_blockchain_infoGet general blockchain info for Ethereum mainnet, including height, chain, hash, and gas price.
blockcypher_address_balanceGet the confirmed and unconfirmed balance for an address (faster than full address).
blockcypher_address_fullGet full address details including all transactions, final and unconfirmed balances.
blockcypher_get_transactionGet details of a specific transaction by hash.
blockcypher_get_blockGet block details by hash or height.
blockcypher_create_transactionCreate a new transaction skeleton to be signed. Returns the unsigned transaction with inputs/outputs.
blockcypher_send_transactionSubmit a signed transaction to the network. Requires the signed hex.
blockcypher_get_gas_estimateEstimate gas cost for a transaction.
blockcypher_decode_transactionDecode a raw transaction hex into a readable transaction object.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Register for a free BlockCypher account.
- Get your API token from the dashboard.
- Append ?token=YOUR_TOKEN to requests (optional for read-only GET).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect BlockCypher to Even: call connect_begin("blockcypher") on the even-connect MCP and walk me through it.
Check an Ethereum address balance and retrieve its complete transaction history.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.