Skip to main content
Glama
itsOmSarraf

Pyth Network MCP Server

by itsOmSarraf

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
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

NameDescription
analyze_price_feedAnalyze a cryptocurrency or asset price feed with latest data and trends
compare_pricesCompare multiple asset prices side by side
market_overviewGet an overview of market data for a specific asset type
price_alert_setupGet instructions to set up price monitoring for an asset

Resources

Contextual data attached and managed by the client

NameDescription
Pyth Network InformationGeneral information about Pyth Network, including supported blockchains and data providers
Popular Price FeedsList of most commonly used Pyth Network price feed IDs
API Documentation ReferenceQuick reference for Pyth Hermes API endpoints and parameters

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues