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.
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
Chatbots
Per-client setup for the sign-in flow.Signing in with OAuth is the recommended way to connect.
- ChatGPT
- Claude
- Microsoft Copilot
- Gemini
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:
- Click on your username in the bottom left
- Go to Settings
- Navigate to Apps
- Go to Advanced Settings
- Select and turn on Developer Mode
- Click Create App
- Set MCP Server URL to:
https://mcp-oauth.allium.so - Select OAuth as authentication
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: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:
https://mcp-oauth.allium.so and choose OAuth authentication if it asks:
- Claude Code
- Cursor
- Codex
/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.Automatic Setup
The installer takes a key with--api-key, which also skips the browser step:
Manual Setup
If you prefer to configure manually:- Claude Code
- Cursor
- Codex
- LangGraph / LangChain
- mcp-remote / CLI
- Other Clients
Related Resources
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