Skip to main content
Glama

Server Details

Pyth Hermes MCP — real-time price feeds and oracle data for DeFi agents.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 6 tool updates
    • Addedlatest_price_feeds
    • Changedlatest_price_updates1 field changed
      • changedInput schema / properties / ids[] / description
        Previous value: -"Get the most recent price update for this set of price feed ids.\n\nThis parameter can be provided multiple times to retrieve multiple price updates,\nfor example see the following query string:\n\n```\n?ids[]=a12...&ids[]=b4c...\n```"New value: +"Get the most recent price update for this set of price feed ids. This parameter can be provided multiple times to retrieve multiple price updates, for example see the following query string: ``` ?ids[]=a12...&ids[]=b4c... ```"
    • Changedlatest_publisher_stake_caps1 field changed
      • changedInput schema / properties / encoding / description
        Previous value: -"Get the most recent publisher stake caps update data.\nOptional encoding type. If true, return the message in the encoding specified by the encoding parameter. Default is `hex`."New value: +"Get the most recent publisher stake caps update data. Optional encoding type. If true, return the message in the encoding specified by the encoding parameter. Default is `hex`."
    • Addedprice_feed_ids
    • Changedprice_stream_sse_handler1 field changed
      • changedInput schema / properties / ids[] / description
        Previous value: -"Get the most recent price update for this set of price feed ids.\n\nThis parameter can be provided multiple times to retrieve multiple price updates,\nfor example see the following query string:\n\n```\n?ids[]=a12...&ids[]=b4c...\n```"New value: +"Get the most recent price update for this set of price feed ids. This parameter can be provided multiple times to retrieve multiple price updates, for example see the following query string: ``` ?ids[]=a12...&ids[]=b4c... ```"
    • Changedtimestamp_price_updates2 fields changed
      • changedInput schema / properties / ids[] / description
        Previous value: -"Get the most recent price update for this set of price feed ids.\n\nThis parameter can be provided multiple times to retrieve multiple price updates,\nfor example see the following query string:\n\n```\n?ids[]=a12...&ids[]=b4c...\n```"New value: +"Get the most recent price update for this set of price feed ids. This parameter can be provided multiple times to retrieve multiple price updates, for example see the following query string: ``` ?ids[]=a12...&ids[]=b4c... ```"
      • changedInput schema / properties / publish_time / description
        Previous value: -"The unix timestamp in seconds. This endpoint will return the first update whose\npublish_time is >= the provided value."New value: +"The unix timestamp in seconds. This endpoint will return the first update whose publish_time is >= the provided value."
  2. 5 tool updates
    • First observedlatest_price_updates
    • First observedlatest_publisher_stake_caps
    • First observedprice_feeds_metadata
    • First observedprice_stream_sse_handler
    • First observedtimestamp_price_updates

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server providing real-time crypto price feeds from Pyth Network, Chainlink, and Uniswap v3 10 tools for LLM agents and AI workflows.
    -
  • A
    license
    A
    quality
    D
    maintenance
    Provides real-time access to Pyth Network's decentralized oracle price feeds across 1,930+ assets and 107+ blockchains, enabling AI agents to fetch current prices, historical data, and TWAP calculations for crypto, equity, FX, metal, and rates markets.
    5
    5
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that provides real-time access to Chainlink's decentralized on-chain price feeds, optimized for seamless integration into AI agents and autonomous systems.
    5
    17
    7
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server providing on-chain price oracle data from Chainlink and Pyth Network, with tools for latest and historical prices, feed discovery, and staleness flags. No API keys required; uses free public RPCs and Hermes API.
    7
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.9/5.0
Disambiguation2/5

Multiple tools have overlapping purposes that could cause confusion. 'latest_price_feeds', 'latest_price_updates', and 'timestamp_price_updates' all retrieve price updates by price feed ID with nearly identical descriptions, making them hard to distinguish. The deprecated tools add further ambiguity, though 'price_stream_sse_handler' and 'latest_publisher_stake_caps' are more distinct.

Naming Consistency3/5

The naming follows a mostly consistent snake_case pattern, but there are deviations in structure. Tools like 'latest_price_feeds' and 'price_feeds_metadata' use similar phrasing, while 'price_stream_sse_handler' includes 'handler' which breaks the pattern. The naming is readable but lacks a strict verb_noun convention, with some tools focusing on actions and others on resources.

Tool Count4/5

With 7 tools, the count is reasonable for a Pyth network data server, covering price updates, metadata, and streaming. However, the inclusion of deprecated tools ('latest_price_feeds' and 'price_feed_ids') slightly bloats the set, as they could be removed or consolidated to streamline the interface.

Completeness4/5

The tool set covers key aspects of the Pyth network domain well, including fetching price updates, metadata, publisher stake caps, and streaming. A minor gap exists in update or delete operations, but this is typical for a read-heavy data service. The deprecated tools suggest evolution but don't hinder core functionality.

Resources