pythia-oracle-mcp
On-chain crypto indicators (EMA, RSI, VWAP, Bollinger) via Chainlink oracles.
README
Pythia Oracle MCP Server
<!-- mcp-name: io.github.pythia-the-oracle/pythia-oracle-mcp -->
On-chain calculated crypto indicators for AI agents and smart contracts.
Pythia is the first oracle delivering calculated technical indicators on-chain — EMA, RSI, VWAP, Bollinger Bands, volatility — for 22 tokens across crypto. Not just prices. The same indicators traders use, available to smart contracts and AI agents with a single call via Chainlink.
Why Pythia?
Most oracles only give you price. Pythia gives you computed analysis: 484 indicator feeds across 22 tokens (BTC, SOL, TAO, RENDER, ONDO, AAVE, UNI, and more), 4 timeframes, delivered on-chain via Chainlink across supported networks. If your AI agent, DeFi protocol, or trading bot needs on-chain RSI, EMA, or Bollinger Bands — Pythia is the only source.
Use cases:
- AI trading agents that need on-chain technical signals
- DeFi vault rebalancing based on RSI or volatility thresholds
- Smart contract risk management using Bollinger Band width
- AI-powered portfolio analysis with real-time calculated metrics
Quick Start
pip install pythia-oracle-mcp
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"pythia-oracle": {
"command": "pythia-oracle-mcp"
}
}
}
Claude Code
claude mcp add pythia-oracle -- pythia-oracle-mcp
Cursor / Windsurf / VS Code
Add to MCP settings:
{
"pythia-oracle": {
"command": "pythia-oracle-mcp"
}
}
OpenAI Agents / GPT
Any MCP-compatible client works — just point it at pythia-oracle-mcp.
Run directly
python -m pythia_oracle_mcp
Available Tools
| Tool | Description |
|---|---|
list_tokens |
All 22 tracked tokens with status, uptime, and data sources |
get_token_feeds |
All indicator feed names for a specific token |
get_market_summary |
System-wide overview — tokens by status, ecosystem coverage, infrastructure health |
check_oracle_health |
Per-token 30-day uptime (worst-first), data source status, incident report |
get_contracts |
All contract addresses (operator, consumers, faucet, LINK) |
get_pricing |
Pricing tiers and when to use each one |
get_integration_guide |
Ready-to-deploy Solidity code for any tier |
Example Prompts
Ask your AI agent:
"What indicators does Pythia have for Bitcoin?"
Calls get_token_feeds("bitcoin") — returns all 22 indicator feeds grouped by type.
"Is Pythia reliable enough to integrate?"
Calls check_oracle_health() — returns per-token uptime, data source health, and active incidents.
"Give me a Solidity contract to consume Pythia's speed bundle"
Calls get_integration_guide("speed") — returns a complete, deployable contract with correct addresses and job IDs.
"What tokens does Pythia cover and are they all working?"
Calls get_market_summary() — returns ecosystem coverage, status breakdown, and infrastructure health.
What Pythia Provides
- 484 indicator feeds across 22 tokens (cross-chain: BTC, SOL, TAO, RENDER, ONDO and more)
- 5 indicator types: EMA, RSI, Bollinger (upper/lower), Volatility, USD Price
- 4 timeframes: 5-minute, 1-hour, 1-day, 1-week
- 4 pricing tiers: Discovery (0.01 LINK), Analysis (0.03), Speed (0.05), Complete (0.10)
- Free trial: PythiaFaucet contract — no LINK needed, 5 requests/day
Integration Examples
See pythia-oracle-examples for Solidity contracts with Hardhat setup — ready to deploy on any Chainlink-supported network.
Links
- Website & Live Feed Explorer
- Integration Examples (Solidity + Hardhat)
- PyPI Package
- Telegram
- Twitter/X
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.