Skip to main content
The MCP Server lets your AI agents query blockchain data using structured tool calls—no REST or custom glue code required. Agents can run saved Explorer queries, execute raw SQL, and introspect Allium schemas via the Model Context Protocol (MCP). Endpoint: https://mcp.allium.so

What is MCP?

The Model Context Protocol (MCP) is an open standard that enables AI applications to securely access external data sources and tools. Allium’s MCP Server provides your AI agents with direct access to blockchain data across 80+ chains, with structured tool calls that eliminate the need for custom REST API integrations.

Key Benefits

Structured Tool Calls

No REST API glue code needed—agents use standard MCP tool calls

Schema Discovery

Semantic search and introspection of Allium’s data schemas

Universal Compatibility

Works with any MCP-compatible agent framework

Production Ready

Reliable access to Allium’s enterprise-grade blockchain data

Authentication

All tools require an API key via HTTP header:
X-API-KEY: <your-api-key>
Generate and manage API keys at app.allium.so/settings/api-keys.

Client Setup

Run this command to add Allium MCP globally:
claude mcp add --scope user --transport http allium https://mcp.allium.so --header "X-API-KEY: <your-api-key>"
Then restart Claude Code.