Allora Server
FreeNot checkedEnables AI systems to fetch machine learning inferences and prediction market data from the Allora Network through the Model Context Protocol.
About
Enables AI systems to fetch machine learning inferences and prediction market data from the Allora Network through the Model Context Protocol.
README
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.
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-server
docker-compose:
docker-compose up
npx:
npx @alloralabs/mcp-server
Node.js:
npm run start
API
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 |
|---|---|---|
list_all_topics |
Fetch a list of all Allora topics | None |
get_inference_by_topic_id |
Fetch inference data for a specific topic | topicID: number |
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.
Install Allora Server in Claude Desktop, Claude Code & Cursor
unyly install allora-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add allora-mcp-server -- npx -y @alloralabs/mcp-serverFAQ
Is Allora Server MCP free?
Yes, Allora Server MCP is free — one-click install via Unyly at no cost.
Does Allora Server need an API key?
No, Allora Server runs without API keys or environment variables.
Is Allora Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Allora Server in Claude Desktop, Claude Code or Cursor?
Open Allora Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Allora Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
