Allora MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Allora MCP ServerWhat is the current prediction for BTC price in 8 hours?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Allora MCP Server
This is a Model Context Protocol (MCP) server implementation for fetching machine learning inferences from the Allora Network, providing access to Allora's prediction markets data through the Model Context Protocol.
Overview
The Allora MCP server allows AI systems and applications to access Allora prediction markets data through the standardized Model Context Protocol (MCP), enabling seamless integration of prediction market data into AI workflows. This server provides direct access to Allora topics, market predictions, and inference data.
Related MCP server: Blockscout MCP Server
Prerequisites
Node.js 18+ or Docker
An Allora API key (sign up at developer.allora.network)
Quickstart
Docker:
docker run -p 3001:3001 -e PORT=3001 -e ALLORA_API_KEY=your_api_key alloranetwork/mcp-server
# Or with environment variables in a file:
docker run -p 3001:3001 --env-file .env alloranetwork/mcp-serverdocker-compose:
docker-compose upnpx:
npx @alloralabs/mcp-serverNode.js:
npm run startAPI
Once the server is running, you can interact with it using any MCP client. The server exposes the following endpoints:
GET /sse- SSE connection endpoint for MCP communicationsPOST /messages- Message endpoint for MCP communications
Point your LLM/tooling at http://localhost:3001/sse to start using the server.
Available Tools
Tool Name | Description | Parameters |
| Fetch a list of all Allora topics | None |
| Fetch inference data for a specific topic |
|
Example Usage with Claude
When connected to Claude or other MCP-compatible AI systems, you can access Allora data with:
What topics are available in Allora?Or get specific inference data:
What is the current prediction for BTC price in 8 hours?Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Fork the repository
Create your feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add some amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceFacilitates interaction and context sharing between AI models using the standardized Model Context Protocol (MCP) with features like interoperability, scalability, security, and flexibility across diverse AI systems.Last updated1

Blockscout MCP Serverofficial
FlicenseAqualityCmaintenanceA server that exposes blockchain data (balances, tokens, NFTs, contract metadata) via the Model Context Protocol, enabling AI agents and tools to access and analyze blockchain information contextually.Last updated1842- Flicense-qualityDmaintenanceProvides blockchain data context from Birdeye APIs for AI models via Model Context Protocol, enabling token, market, wallet, NFT, and DEX pool queries on Solana.Last updated
- Flicense-qualityDmaintenanceEnables AI applications to retrieve on-chain context from EVM-compatible blockchains via the Model Context Protocol.Last updated
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/allora-network/allora-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server