From fc4e2a3c43f916951d7bcfb433818c51c464735c Mon Sep 17 00:00:00 2001 From: srimisra Date: Thu, 12 Mar 2026 12:00:43 +0800 Subject: [PATCH 1/3] feat: add pyth-mcp MCP server --- servers/pyth-mcp.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 servers/pyth-mcp.json diff --git a/servers/pyth-mcp.json b/servers/pyth-mcp.json new file mode 100644 index 0000000000..e6290e0ffb --- /dev/null +++ b/servers/pyth-mcp.json @@ -0,0 +1,17 @@ +{ + "id": "pyth-mcp", + "name": "Pyth MCP", + "description": "List all protocols with TVL data", + "repository": "https://github.com/srimisra/pyth-mcp", + "endpoint": "https://pyth.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [ + "read" + ], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://pyth.mcp.junct.dev/llms.txt", + "created_at": "2026-03-12T04:00:41.978Z" +} From ea9832b4505d4cdd89f1803f1ce90571be0effeb Mon Sep 17 00:00:00 2001 From: srimisra Date: Thu, 12 Mar 2026 12:10:31 +0800 Subject: [PATCH 2/3] feat: add pyth-mcp MCP server --- servers/pyth-mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/pyth-mcp.json b/servers/pyth-mcp.json index e6290e0ffb..5154e59abb 100644 --- a/servers/pyth-mcp.json +++ b/servers/pyth-mcp.json @@ -13,5 +13,5 @@ "version": "1.0.0", "author": "Junct", "llms_txt": "https://pyth.mcp.junct.dev/llms.txt", - "created_at": "2026-03-12T04:00:41.978Z" + "created_at": "2026-03-12T04:10:29.435Z" } From 07817e82116cc6a54277d911e784f8802d9b8244 Mon Sep 17 00:00:00 2001 From: srimisra Date: Thu, 12 Mar 2026 13:14:34 +0800 Subject: [PATCH 3/3] feat: add pyth-mcp MCP server --- servers/pyth-mcp.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/servers/pyth-mcp.json b/servers/pyth-mcp.json index 5154e59abb..7257a56806 100644 --- a/servers/pyth-mcp.json +++ b/servers/pyth-mcp.json @@ -1,17 +1,19 @@ { "id": "pyth-mcp", "name": "Pyth MCP", - "description": "List all protocols with TVL data", + "description": "[Deprecated] **Deprecated: use /v2/updates/price/{publish_time} instead** — **Deprecated: use /v2/updates/price/{publish_time} instead**\n\nGet a price update for", "repository": "https://github.com/srimisra/pyth-mcp", "endpoint": "https://pyth.mcp.junct.dev/mcp", "transport": [ "streamable-http" ], "tags": [ - "read" + "read", + "rest", + "oracle" ], "version": "1.0.0", "author": "Junct", "llms_txt": "https://pyth.mcp.junct.dev/llms.txt", - "created_at": "2026-03-12T04:10:29.435Z" + "created_at": "2026-03-12T05:14:34.042Z" }