
Pyth Network MCP Server
Supports UIby itsomsarraf
Real-time access to Pyth Network's decentralized oracle price feeds via Hermes API for AI agents.
What it does
Connects AI agents to the Pyth Network, allowing them to retrieve real-time, high-frequency financial data from over 1,930 price feeds across 107+ blockchains. It leverages the Hermes API to provide clean, parsed price data for cryptocurrencies, equities, forex, metals, and rates.
Tools
get_price_feeds: Search and filter price feeds by symbol or asset type.get_latest_price_updates: Fetch real-time price updates for specific feed IDs.get_price_updates_at_time: Query historical price data at specific timestamps.get_publisher_stake_caps: Access publisher staking limits for network security analysis.get_twap_latest: Calculate Time-Weighted Average Prices for stable pricing.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pyth-network": {
"command": "python3",
"args": ["pyth_mcp_server.py"],
"cwd": "/absolute/path/to/pyth-network-mcp"
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Windsurf
Quick install
python3 pyth_mcp_server.pyInformation
- Pricing
- free
- Published
- 4/29/2026
- stars






