Pyth Network MCP Server
Related Servers
Alternatives to Pyth Network MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to access crypto prices, DeFi yields, Polymarket data, Base chain info, and security scans with pay-per-call via USDC on Base mainnet.MIT
- AlicenseNot gradedqualityCmaintenancePrice feeds, TWAPs, and oracle service for autonomous agent settlement.MIT
- AlicenseAqualityCmaintenanceEnables AI agents to fetch crypto market and on-chain data, including prices across venues, token facts, OHLC candles, market overview, DeFi TVL, and wallet balances, with two free tools and the rest paid per call in USDC on Base via x402.8MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to access 48 real-time crypto data tools including prices, DeFi, meme tokens, gas, sentiment, Solana, and agent commerce, with post-paid billing via Solana USDC.-
- AlicenseAqualityCmaintenanceProvides AI agents with real-time financial market intelligence including stock quotes, crypto data, technical analysis, and portfolio insights. Enables natural language queries for current prices, technical indicators, asset comparisons, and portfolio analysis.177MIT
- FlicenseNot gradedqualityDmaintenanceMCP server providing real-time crypto price feeds from Pyth Network, Chainlink, and Uniswap v3 10 tools for LLM agents and AI workflows.-
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no overlap: get_latest_price_updates for real-time prices, get_price_feeds for searching feeds, get_price_updates_at_time for historical data, get_publisher_stake_caps for publisher data, and get_twap_latest for time-weighted averages. The descriptions make it easy to differentiate between current, historical, search, publisher, and TWAP operations.
All tools follow a consistent verb_noun pattern starting with 'get_' followed by descriptive nouns (e.g., latest_price_updates, price_feeds, price_updates_at_time). The naming is uniform and predictable, making it easy for agents to understand the action and target resource without confusion.
With 5 tools, this server is well-scoped for its purpose of accessing Pyth Network price and data feeds. Each tool earns its place by covering distinct aspects like real-time, historical, search, publisher, and TWAP data, avoiding bloat while providing comprehensive functionality for the domain.
The tool surface is nearly complete for accessing Pyth Network data, covering real-time prices, historical data, feed search, publisher information, and TWAP calculations. A minor gap exists in the lack of write operations (e.g., submitting data or managing feeds), but this is reasonable for a read-only data access server, and agents can work effectively with the provided tools.