mcpserver.lol
registry/pyth-network-mcp
Connection check verified live · 27h ago

pyth-network-mcp

Real-time and historical price feeds for 500+ crypto, equities, FX, and commodities assets.

Tools 5
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

convert_date_to_timestamp read-only date_string*
Convert a date string to Unix timestamp for use with get_historical_price and get_candlestick_data. Use this tool when you need to compute timestamps — do not calculate Unix timest…
get_candlestick_data read-only to*from*symbol*channelresolution*access_token
Fetch OHLC candlestick data for a symbol. Pass your Pyth Pro `access_token` to authenticate the request. Use for charting, technical analysis, backtesting. IMPORTANT: The symbol mu…
get_historical_price read-only channelsymbolstimestamp*access_tokenprice_feed_ids
Get price data for specific feeds at a historical timestamp. Pass your Pyth Pro `access_token` to authenticate the request. Use get_symbols first to find feed IDs or symbols. If bo…
get_latest_price read-only channelsymbolspropertiesaccess_token*price_feed_ids
Get the most recent real-time price for one or more feeds. Requires an `access_token` parameter (get one at https://docs.pyth.network/price-feeds/pro/acquire-access-token). Use get…
get_symbols read-only limitqueryoffsetasset_type
List available Pyth Pro price feeds. Use this FIRST to discover what feeds exist before calling get_latest_price, get_historical_price, or get_candlestick_data. Filter by asset_typ…