# beaconcha.in — MCP server on mcp.ai > Connect your beaconcha.in account and use 37 tools for analytics straight from your AI agent. Connect with your own API key. Beaconchain is a platform providing real-time data and analytics for the Ethereum 2.0 Beacon Chain, offering insights into validators, blocks, and network performance. By: mcp.ai · official Page: https://mcp.ai/beaconchain ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_beaconchain?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/beaconchain/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/beaconchain/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/beaconchain/skill.md Postman collection (v2.1): https://mcp.ai/beaconchain/postman.json ## Tools - beaconchain_get_chart(chart: string) — Retrieve chart visualizations from beaconcha.in as PNG images. Use when you need visual representations of Ethereum Beacon Chain data like validator counts, staked ether, network liveness, or block st - beaconchain_get_epoch(epoch: string) — Retrieve aggregate metrics and status for a beacon chain epoch. Use this tool to fetch epoch-level statistics including validator counts, balances, participation rates, block counts, and various opera - beaconchain_get_eth_store_daily(day: string) — Retrieve ETH.Store daily aggregate metrics for Ethereum validators. Use this to analyze the average financial return validators achieved over a specific 24-hour period, including APR metrics, consensu - beaconchain_get_eth1_deposits_by_tx_hash(tx_hash: string) — Retrieve all beacon chain validator deposit events associated with a specific execution-layer transaction hash. Use this tool to inspect deposit transactions and verify deposit parameters like amount, - beaconchain_get_execution_address_erc20_tokens(limit?: integer, offset?: integer, address: string) — Retrieve a paginated list of ERC-20 token balances for a specific Ethereum address. Use offset and limit query parameters for pagination. Returns token contract address, balance in token units, and to - beaconchain_get_execution_block(block_number: string) — Retrieve one or more execution-layer blocks by block number from the Ethereum Beacon Chain. Use this tool to look up execution block details including block hash, timestamp, rewards, gas usage, transa - beaconchain_get_execution_produced_blocks(sort?: string, limit?: integer, offset?: integer, address_index_or_pubkey: string) — Retrieve execution-layer blocks attributed to one or more producers. Use this tool to query blocks produced by specific fee recipients, proposer indices, or validator public keys. Supports comma-separ - beaconchain_get_latest_state() — Retrieve the latest known Ethereum Beacon Chain network state. Returns current slot, epoch numbers, finalized epoch, finality delay indicator, syncing status, and ETH/USD price along with multi-curren - beaconchain_get_network_performance(chain?: string, range: object) — Retrieve aggregated network performance metrics for the Ethereum Beacon Chain. Use this to analyze validator performance across attestations, proposals, and sync committee duties over a specified time - beaconchain_get_node_health() — Check the health status of the beaconcha.in explorer service. Returns status of monitoring modules including execution layer data, consensus layer data, services, Redis, app, and API modules. Use this - beaconchain_get_queues(chain?: string) — Retrieve current queue metrics for Ethereum Beacon Chain validators. Use this tool to check activation queue status, exit queue status, withdrawal sweep progress, and chain finality. Returns deposit q - beaconchain_get_rocketpool_validator(indexOrPubkey: string) — Retrieve Rocket Pool-specific metadata for validators including minipool status, node fee, smoothing pool status, and RPL stake metrics. Use this to access Rocket Pool protocol data such as minipool a - beaconchain_get_slot(slot_or_hash: string) — Retrieve detailed information about an Ethereum Beacon Chain slot. Use this tool to look up slot details including attestations, slashing counts, block roots, execution payload data, validator propose - beaconchain_get_slot_attestations(slot: string) — Retrieve all attestations included in the beacon block for a specific slot. Use this tool to get detailed attestation data including committee participation, checkpoint information, and validator indi - beaconchain_get_slot_attester_slashings(slot: string) — Retrieve all attester slashing operations included in the beacon block for a specific slot. Use this tool to check for attester slashings at a given slot number or the latest processed slot. - beaconchain_get_slot_proposer_slashings(slot: string) — Retrieve all proposer slashing operations included in the beacon block for a specific slot. Use this tool to check for proposer slashings at a given slot number or the latest processed slot. - beaconchain_get_slot_voluntary_exits(slot: string) — Retrieve all voluntary exit operations included in the beacon block for a specific slot. Use when you need to examine which validators submitted exit requests in a given slot. Returns an empty array i - beaconchain_get_sync_committee(period: string) — Retrieve the sync committee membership for a given sync period. Returns a list of 512 validator indices that participate in light-client finality for the specified period. Each sync period spans 256 e - beaconchain_get_validator(validator_id: string) — Retrieve detailed information about an Ethereum Beacon Chain validator. Use this tool to look up validator status, balance, activation epochs, slashing status, and other details. Supports lookup by va - beaconchain_get_validator_attestation_efficiency(validator_id: string) — Retrieve normalized attestation inclusion effectiveness for one or more validators. Use this tool to measure how effectively validators are getting their attestations included in the Beacon Chain. A s - beaconchain_get_validator_attestations(slim?: boolean, endEpoch?: integer, startEpoch?: integer, indexOrPubkey: string) — Retrieve attestations observed for one or more validators within a bounded epoch window. By default, returns data for the last 100 epochs. Use when you need to check validator attestation history, ver - beaconchain_get_validator_balance_history(limit?: integer, offset?: integer, latest_epoch?: integer, index_or_pubkey: string) — Retrieve per-epoch balance history for one or more Ethereum Beacon Chain validators. Use optional query parameters to control the time window (latest_epoch, offset, limit). Returns an array of balance - beaconchain_get_validator_bls_changes(index_or_pubkey: string) — Retrieve on-chain BLS-to-execution credential change messages (EIP-4881) for validators. Use this tool to check if validators have changed their withdrawal credentials from BLS (0x00) to execution-lay - beaconchain_get_validator_consensus_rewards(index_or_pubkey: string) — Retrieve consensus-layer rewards for one or more validators over multiple lookback windows. Returns reward totals for the last 1, 7, 31, and 365 days, plus cumulative totals when available. All amount - beaconchain_get_validator_daily_stats(index: integer, end_day?: integer, start_day?: integer) — Retrieve per-day statistics for a single Ethereum Beacon Chain validator by index. Returns daily balance snapshots (start/end/min/max), duty counts (proposed/missed blocks, attestations), and deposit/ - beaconchain_get_validator_deposits(indexOrPubkey: string) — Retrieve execution-layer deposit events for one or more validators. Use when you need to check deposit history, verify deposit amounts, or audit withdrawal credentials for validators. - beaconchain_get_validator_execution_rewards(validator_ids: string) — Retrieve execution-layer rewards (priority fees and MEV payments) for one or more validators. Values are reported in wei and include reward totals for the last 1, 7, 31, and 365 days, plus cumulative - beaconchain_get_validator_income_history(limit?: integer, offset?: integer, latest_epoch?: integer, index_or_pubkey: string) — Retrieve a per-epoch income breakdown for one or more validators. Returns consensus-layer rewards/penalties in gwei and execution-layer tips in wei. Use this to analyze validator earnings over time, i - beaconchain_get_validator_leaderboard() — Retrieve the current top 100 validators ranked by 7-day consensus-layer rewards. Returns performance metrics including 1-day, 7-day, 31-day, 365-day, and total rewards in Gwei for each validator. Use - beaconchain_get_validator_proposals(epoch?: integer, indexOrPubkey: string) — Retrieve beacon chain blocks proposed by one or more validators within a bounded epoch window. By default, returns proposals from the last 100 epochs. Use this to get proposal history for validators b - beaconchain_get_validator_withdrawals(epoch?: integer, index_or_pubkey: string) — Retrieve withdrawal operations attributed to one or more validators within a bounded epoch window. Use this tool to fetch historical withdrawal data for validators on the Ethereum Beacon Chain. The AP - beaconchain_get_validators_by_deposit_address(limit?: integer, offset?: integer, eth1address: string) — Retrieve validators that have made deposits from a specific execution-layer address. Supports ENS names which are resolved server-side. Returns validator public keys, signature validity, and validator - beaconchain_get_validators_by_withdrawal_credentials(limit?: integer, offset?: integer, withdrawal_credentials_or_eth1_address: string) — Retrieve validators whose withdrawal credentials match the provided value or execution-layer address. Use this tool to find all validators associated with a specific withdrawal credential (32-byte hex - beaconchain_get_validators_proposal_luck(validators: string) — Retrieve proposal luck statistics for one or more Ethereum Beacon Chain validators. Use this to analyze how lucky validators have been with block proposals compared to expected rates. - beaconchain_get_validators_queue() — Retrieve current queue metrics for validators on the Ethereum Beacon Chain. Returns counts and total effective balances for validators awaiting activation and validators scheduled to exit. Use this to - beaconchain_post_validators(indicesOrPubkey: string) — Retrieve validator information using a JSON request body for multiple validators. Use this when the list of identifiers is too long for the GET path parameter (up to 100 identifiers). Supports lookup - beaconchain_resolve_ens(domain: string) — Resolve ENS (Ethereum Name Service) names to addresses and vice versa. Use this tool to perform bidirectional lookups between ENS domain names and Ethereum addresses. Accepts either an ENS name (e.g., ## Example prompts - "What can I do in beaconcha.in?" - "Show me a summary of my beaconcha.in account" ## Links Docs: https://mcp.ai/docs/mcps/beaconchain Website: https://mcp.ai/mcps/beaconchain