Skip to main content
Allium’s MCP Server lets your AI agents query blockchain data using structured tool calls. Its tools cover SQL and saved queries, schema and docs search, dashboards, realtime prices and balances, and Hyperliquid, all via the Model Context Protocol (MCP).

Quick Start

Sign in with your Allium account.
1

Add the server to your client

Add https://mcp-oauth.allium.so as a custom MCP server or connector, and choose OAuth authentication if your client asks.Per-client steps for ChatGPT, Claude, and Copilot Studio are below.
2

Sign in

Your client opens Allium’s login page. Sign in with your Allium account and approve access.
3

Start Querying

Ask your agent to query blockchain data. It now has access to chains via Allium.
Using a coding agent? With our installer, building on Allium is super straightforward:
See Coding agents and CLIs for the full client list.

Key Benefits

Structured Tool Calls

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

What your agent can do

SQL & queries

Run SQL, save reusable Explorer queries, choose a compute profile

Knowledge & discovery

Search schemas, docs, and analyst-built Terminal dashboards

Dashboards & sharing

Build visuals and dashboards, publish share and embed links

Realtime data

Prices, balances, transactions, DeFi positions, holdings PnL

Hyperliquid

Info, fills, orders, and orderbooks through a rate-limit-free proxy

Skills

Load Allium’s own SQL and dashboard guidance into your agent
Two habits make an agent noticeably better on Allium data: call get_skill(name="sql-optimization") before writing SQL, and call realtime_get_supported_chains once per session before any realtime tool.

Chatbots

Per-client setup for the sign-in flow.
Signing in with OAuth is the recommended way to connect.
Note: Requires ChatGPT Plus, Pro, or Team plan. MCP is not available on the free plan.ChatGPT supports MCP servers as “Apps,” so you can ask questions about on-chain data directly in your chat without writing code.
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
Select the + icon and activate the Allium MCP App to use Allium’s data in your chats.
Want support for another chatbot platform? Reach out to [email protected].

Coding agents and CLIs

Claude Code, Cursor, Codex and the other CLI clients sign in with your Allium account. The installer writes the server into the client’s own config file:
Swap claude-code for your client’s slug. Most clients open the login page the first time your agent calls a tool. Claude Code and Codex need one more command before that.
Roo Code cannot sign in yet. Its OAuth 2.1 issue is still open, so install it with a key instead:
To configure a client by hand, point it at https://mcp-oauth.allium.so and choose OAuth authentication if it asks:
Then run /mcp, select allium, and finish the login in your browser.
Don’t see your client listed? Reach out to [email protected].

API Key Authentication

For autonomous agents, CI, and clients that can’t sign in. Use an API key when a browser sign-in is not practical, such as an agent running unattended. Connect to https://mcp.allium.so and send the key in an X-API-KEY header. Generate one at app.allium.so/settings/api-keys.
You store and rotate the key yourself, so prefer sign-in where your client supports it. Both paths reach the same tools.

Automatic Setup

The installer takes a key with --api-key, which also skips the browser step:
Client slugs are listed under Coding agents and CLIs.

Manual Setup

If you prefer to configure manually:
Then restart Claude Code.

Plugins

Extend your agent with the allium-analyst plugin

Tools Reference

Every tool, by category

Billing & limits

Which tools cost credits, and the row and poll caps

Examples

What customers build with MCP

Run Queries

Learn how to save queries in Explorer and obtain a query ID

Explorer API

REST endpoints for running queries and retrieving results