← Registry

Data Collection

pyth.network

Provides real-time and historical price data for cryptocurrency and financial assets from the Pyth Network.

1 endpoint5 known toolsFirst detected June 5, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.pyth.network/mcp

No auth detected

MCP server metadata

Name
@pyth-network/mcp-server
Version
0.2.0
Capabilities
tools.listChangedresources.listChanged

Known tools 5

get_symbols

List available Pyth Pro price feeds.

Inferred read-only
convert_date_to_timestamp

Convert a date string to Unix timestamp for use with get_historical_price and get_candlestick_data.

Inferred read-only
get_candlestick_data

Fetch OHLC candlestick data for a symbol.

Inferred read-only
get_historical_price

Get price data for specific feeds at a historical timestamp.

Inferred read-only
get_latest_price

Get the most recent real-time price for one or more feeds.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pyth-network-mcp-server]
url = "https://mcp.pyth.network/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pyth-network-mcp-server": {
      "type": "http",
      "url": "https://mcp.pyth.network/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pyth-network-mcp-server
Remote MCP URL: https://mcp.pyth.network/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pyth-network-mcp-server": {
      "url": "https://mcp.pyth.network/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pyth-network-mcp-server": {
      "type": "http",
      "url": "https://mcp.pyth.network/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pyth-network-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.pyth.network/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.