Skip to main content
Allium’s 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).
Using a chatbot like ChatGPT, Claude, or Copilot? See the Chatbots section for setup instructions.

Quick Start

Get connected in under 30 seconds:
1

Run the installer

npx @allium-labs/mcp install
The installer will prompt you to select your AI tool and enter your API key. It supports Claude Code, Cursor, VS Code, Windsurf, and 10+ other clients.
2

Get an API Key

Generate an API key at app.allium.so/settings/api-keys.
3

Restart your client

Restart your AI tool to load the new MCP server.
4

Start Querying

Ask your agent to query blockchain data—it now has access to 80+ chains via Allium.
See the API Key Authentication section below for manual configuration instructions.

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

API Key Authentication

Recommended for most users. API key auth works with all coding agents and MCP clients. Generate a key at app.allium.so/settings/api-keys.

Automatic Setup

The fastest way to get started — works with 13+ clients:
npx @allium-labs/mcp install
For non-interactive environments (CI/CD, scripts):
npx @allium-labs/mcp install --client claude-code --api-key YOUR_KEY --yes

Supported Clients

The installer supports the following clients: Claude Code, Cursor, Claude Desktop, VS Code (GitHub Copilot), Codex, Cline, RooCline, Windsurf, Warp, Gemini CLI, Goose, Zed, and Opencode.
Don’t see your client listed? Reach out to contact@allium.so and we’ll add support for it.

Manual Setup

If you prefer to configure manually:
claude mcp add --scope user --transport http allium https://mcp.allium.so --header "X-API-KEY: <your-api-key>"
Then restart Claude Code.

Chatbots

If you’re using a coding agent like Claude Code or Cursor, use the Quick Start above instead.
Note: Requires ChatGPT Plus, Pro, or Team plan. MCP is not available on the free plan.ChatGPT supports MCP servers as “Apps,” letting you ask questions about on-chain data directly in your chat — no code required.
Follow these steps to connect Allium MCP to ChatGPT:
  1. Click on your username in the bottom left
  2. Go to Settings
  3. Navigate to Apps
  4. Go to Advanced Settings
  5. Select and turn on Developer Mode
  6. Click Create App
  7. Set MCP Server URL to: https://mcp-oauth.allium.so
  8. Select OAuth as authentication
That’s it! By selecting the + icon and activating the Allium MCP App, you’ll be able to instantly enhance your chats with Allium’s data.
Want support for another chatbot platform? Reach out to contact@allium.so.