Skip to main content
The beaconcha.in documentation is available as an MCP (Model Context Protocol) server, powered by Mintlify. This allows you to integrate our knowledge base directly with AI assistants and development environments that support MCP.

What is MCP?

Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and tools. By using our MCP server, you can give your AI assistant direct access to beaconcha.in documentation, enabling it to provide more accurate and contextual answers about Ethereum staking, validators, and our API.

MCP Server URL

https://docs.beaconcha.in/mcp

Setting Up the MCP Server

Cursor IDE

Add the following to your Cursor MCP configuration (.cursor/mcp.json):
{
  "mcpServers": {
    "beaconchain-docs": {
      "url": "https://docs.beaconcha.in/mcp"
    }
  }
}

Claude Desktop

Add the following to your Claude Desktop configuration file:
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
  "mcpServers": {
    "beaconchain-docs": {
      "url": "https://docs.beaconcha.in/mcp"
    }
  }
}

Other MCP-Compatible Tools

For other tools that support MCP, use the server URL https://docs.beaconcha.in/mcp and follow the tool’s specific configuration instructions.

Available Capabilities

Once connected, the MCP server provides access to:
  • API Documentation — Complete reference for the beaconcha.in API v1 and v2
  • Validator Dashboard Guides — How to use and configure validator dashboards
  • FAQs — Common questions about deposits, withdrawals, and validator operations
  • Notifications & Monitoring — Setting up alerts and monitoring for your validators

Example Use Cases

API Integration Help

Ask your AI assistant to help you integrate the beaconcha.in API into your application with accurate, up-to-date documentation.

Validator Monitoring

Get guidance on setting up notifications and monitoring for your validators directly in your development environment.

Dashboard Configuration

Learn how to configure and customize your validator dashboard with contextual assistance.

Troubleshooting

Diagnose issues with deposits, withdrawals, or validator performance using documentation-backed answers.

Need Help?

If you have questions about using the MCP server or encounter any issues, reach out to us on Discord or X.