Use this file to discover all available pages before exploring further.
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.
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.
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.
This enables local agent tool streaming with auth injected from environment variables.
Configure your MCP client to connect to https://mcp.allium.so with the X-API-KEY header set to your API key.Most MCP clients support HTTP transport with custom headers. Refer to your client’s documentation for specific configuration details.
If you’re using a coding agent like Claude Code or Cursor, use the Quick Start above instead.
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,” letting you ask questions about on-chain data directly in your chat — no code required.
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
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.
Note: Requires Claude Pro, Max, Team, or Enterprise plan.Claude supports MCP servers as “connectors,” letting you ask questions about on-chain data directly in your chat — no code required.
Follow these steps to connect Allium MCP to Claude:
Click on your user icon in the bottom left
Go to Settings (Pro / Max plans) or Organization Settings (Team / Enterprise plans)
Navigate to Connectors
Scroll down to Add Custom Connector
Add https://mcp-oauth.allium.so as the Remote MCP Server URL
(On Settings > Connectors) Find the Allium Custom Connector and click “Connect”
Log in with Google
That’s it! By selecting the + icon and activating the Allium connector, you’ll be able to instantly enhance your chats with Allium’s data.
Note: Requires Copilot Studio to configure MCP servers.With Copilot Studio, you can build custom agents and workflows that pull live blockchain data from Allium — ideal for embedding on-chain insights into enterprise tools like Teams, Power Automate, or internal dashboards.
Follow these steps to connect Allium MCP to Copilot Studio:
Click Create blank agent
Click on Tools
Select Add a Tool then Model Context Protocol
Add https://mcp.allium.so as the Server URL
Select API key authentication, using the X-API-KEY header, and click Create
Once the connector has been created, select Connection > Create new connection
Copy your API key from https://app.allium.so/settings/api-keys and paste it into Copilot
Click Create, then Add and configure
Once connected, Copilot Studio automatically discovers Allium’s tools and keeps them in sync — you can selectively enable individual tools, combine them with other connectors, and deploy your agent across Teams, Power Automate, and custom apps. See the Copilot Studio MCP documentation for full detailed integration instructions.
Gemini web does not currently support MCP. However, you can use Gemini CLI with API key authentication:
npx @allium-labs/mcp install
Select “Gemini CLI” when prompted. See the Quick Start for full instructions.
Want support for another chatbot platform? Reach out to contact@allium.so.