Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pythia-oracle": {
"command": "pythia-oracle-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Every smart contract deserves intelligence, not just data.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'pythia-oracle-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked pythia-oracle-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Model Context Protocol for Actual Budget API
A Model Context Protocol server allows Clients to interact with Xero
MCP Security Weekly
Get CVE alerts and security updates for Pythia Oracle MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Every smart contract deserves intelligence, not just data.
Pythia is the first oracle delivering calculated technical indicators on-chain — EMA, RSI, VWAP, Bollinger Bands, volatility — for any token, on any Chainlink-supported chain. The same indicators traders use, available to smart contracts and AI agents with a single call via Chainlink.
Pythia Events lets smart contracts subscribe to indicator conditions (RSI below 30, EMA crossover, Bollinger breakout) and get called automatically when they trigger. No keeper, no off-chain bot, no polling — your contract reacts to markets on its own.
Pythia Visions delivers walk-forward validated market intelligence on-chain — pattern type, confidence score, indicator snapshot, and feeds-to-watch for confirmation, all in one event. Backtested across 9 years of history. FREE to subscribe. For the current live token + pattern catalog with accuracy stats and fire frequency, call get_visions_info from the MCP tools below.
Most oracles only give you price. Pythia gives you computed analysis: EMA, RSI, Bollinger Bands, VWAP, volatility — for tokens like BTC, SOL, TAO, RENDER, ONDO, AAVE, UNI, and more, across 4 timeframes, delivered on-chain via Chainlink. New tokens and indicators are added on demand. If your AI agent, DeFi protocol, or trading bot needs on-chain RSI, EMA, or Bollinger Bands — Pythia is the only source.
Use cases:
pip install pythia-oracle-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"pythia-oracle": {
"command": "pythia-oracle-mcp"
}
}
}
claude mcp add pythia-oracle -- pythia-oracle-mcp
Add to MCP settings:
{
"pythia-oracle": {
"command": "pythia-oracle-mcp"
}
}
Any MCP-compatible client works — just point it at pythia-oracle-mcp.
python -m pythia_oracle_mcp
| Tool | Description |
|---|---|
list_tokens | All 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 |
get_events_info | How Pythia Events work — subscribe to indicator conditions, get triggered on-chain |
get_events_guide | Solidity code and deployment steps for event subscriptions |
subscribe_info | Subscription details — conditions, pricing, refund mechanics |
get_visions_info | Pythia Visions overview — walk-forward validated patterns, fire-frequency disclosure, contra |