Pyth Network MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_price_feedsC | Search and filter Pyth Network price feeds by symbol or asset type |
| get_latest_price_updatesC | Get the latest price updates for specific Pyth Network price feed IDs |
| get_price_updates_at_timeA | Get historical Pyth Network price updates at or after a specific timestamp |
| get_publisher_stake_capsC | Get the most recent publisher stake caps data from Pyth Network |
| get_twap_latestC | Get the latest time-weighted average price (TWAP) from Pyth Network with a custom time window |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_price_feed | Analyze a cryptocurrency or asset price feed with latest data and trends |
| compare_prices | Compare multiple asset prices side by side |
| market_overview | Get an overview of market data for a specific asset type |
| price_alert_setup | Get instructions to set up price monitoring for an asset |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Pyth Network Information | General information about Pyth Network, including supported blockchains and data providers |
| Popular Price Feeds | List of most commonly used Pyth Network price feed IDs |
| API Documentation Reference | Quick reference for Pyth Hermes API endpoints and parameters |
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.