All MCP servers

Pyth Pro MCP Server

Official
by Api.AirforceStreamable HTTPFinance & Payments0236Apache-2.0

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

mcpopen-sourcefinance-payments

Endpoint

POST https://mcp.pyth.network/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "pyth-pro-mcp-server-imp39a8b": {
      "url": "https://mcp.pyth.network/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}