Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Allora Server

БесплатноНе проверен

Enables AI systems to fetch machine learning inferences and prediction market data from the Allora Network through the Model Context Protocol.

GitHubEmbed

Описание

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.

License: MIT

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

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 communications
  • POST /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.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

from github.com/allora-network/allora-mcp-server

Установить Allora Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install allora-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add allora-mcp-server -- npx -y @alloralabs/mcp-server

FAQ

Allora Server MCP бесплатный?

Да, Allora Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Allora Server?

Нет, Allora Server работает без API-ключей и переменных окружения.

Allora Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Allora Server в Claude Desktop, Claude Code или Cursor?

Открой Allora Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Allora Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai