Query Chainlink-backed crypto indicators, oracle health, event subscriptions, Visions, contracts, and public indicator history over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Pythia Oracle MCP.
list_tokensAll tracked tokens with status, uptime, and data sources
get_token_feedsAll indicator feed names for a specific token
get_market_summarySystem-wide overview β tokens by status, ecosystem coverage, infrastructure health
check_oracle_healthPer-token 30-day uptime (worst-first), data source status, incident report
get_contractsAll contract addresses (operator, consumers, faucet, LINK)
get_pricingPricing tiers and when to use each one
The pythia-the-oracle/pythia-oracle-mcp MCP server gives AI agents access to Pythiaβs calculated crypto market data and integration documentation. Pythia provides EMA, RSI, Bollinger Bands, VWAP, volatility, and USD price feeds for tracked tokens. The published coverage includes 22 tokens, 484 indicator feeds, and four timeframes: 5-minute, 1-hour, 1-day, and 1-week.
The tools support both inspection and implementation planning. An agent can identify supported tokens and feeds, read the latest value for a feed, review oracle uptime and incidents, or retrieve contract addresses. It can also obtain pricing information and Solidity examples for consuming Pythia feeds, subscribing to Events, or listening for Visions.
The server is a thin client over Pythiaβs live feed-status service at https://pythia.c3x-solutions.com/feed-status.json. That source is updated every 15 minutes. Changes such as newly supported tokens, patterns, contract addresses, and pricing are therefore exposed through the MCP tools without requiring a package update.
Available tools cover several related data paths:
list_tokens, get_token_feeds, and get_market_summary.check_oracle_health, including 30-day uptime, data-source status, and incidents.get_contracts, get_pricing, and get_integration_guide.get_indicator_history, which reads immutable daily JSON archives for up to 31 days per call.The history tool can return daily coverage and optional ABOVE or BELOW verdicts with TRUE, FALSE, or INSUFFICIENT_DATA results. It also provides the underlying day-file URLs for independent verification.
Install the Python package with:
Run the server with the installed pythia-oracle-mcp command, or use python -m pythia_oracle_mcp. MCP client configuration uses a local stdio process. The README provides configuration examples for Claude Desktop, Claude Code, Cursor, Windsurf, and other MCP-compatible clients.
No environment variables or API credentials are specified in the provided setup instructions. The server reads its operational data from the public Pythia endpoint rather than from values baked into the package.
The pythia-the-oracle/pythia-oracle-mcp MCP server exposes tools for current data, historical data, and on-chain integration:
Pythia Events are designed for contracts that should react when an indicator condition occurs. Pythia Visions provide walk-forward-validated pattern information on-chain and are free to subscribe to according to the supplied material.
The MCP server depends on the live Pythia data service. If that feed is unreachable, tools return an error instead of serving stale fallback data, so callers should retry or check service status. Historical requests are limited to 31 days per call.
The repository describes Pythiaβs on-chain products and integration examples, but the MCP tools themselves provide information and data access rather than deploying contracts. Pricing, supported assets, contract addresses, and live pattern catalogs should be retrieved through the relevant tools because they can change independently of the package release.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pythia-the-oracle-pythia-oracle-mcp)<a href="https://allmcps.com/mcp/pythia-the-oracle-pythia-oracle-mcp"><img src="https://allmcps.com/api/badge/pythia-the-oracle-pythia-oracle-mcp?style=directory" alt="Pythia Oracle MCP on AllMCPs" /></a>