From 462e44576c282525a896ac62ea2aa7402fd566b0 Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sat, 14 Mar 2026 14:07:08 +0800 Subject: [PATCH 1/2] feat: add curve-mcp MCP server --- servers/curve-mcp.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 servers/curve-mcp.json diff --git a/servers/curve-mcp.json b/servers/curve-mcp.json new file mode 100644 index 0000000000..9d81fec60f --- /dev/null +++ b/servers/curve-mcp.json @@ -0,0 +1,24 @@ +{ + "id": "curve-mcp", + "name": "Curve MCP", + "description": "Returns all Curve gauges, on all chains, in all registries. If any Curve pool, anywhere, has a gauge, then it’ll be returned by this endpoint.\nThe only exceptio", + "repository": "https://github.com/junct-bot/curve-mcp", + "endpoint": "https://curve.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [ + "read", + "gauges", + "volumes and apys", + "dex", + "crvusd", + "lending", + "deprecated", + "oracle" + ], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://curve.mcp.junct.dev/llms.txt", + "created_at": "2026-03-14T06:07:07.416Z" +} From 371e7a05fbcccd0c34a337e35102a41e82ad622c Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sat, 14 Mar 2026 14:30:19 +0800 Subject: [PATCH 2/2] feat: add curve-mcp MCP server --- servers/curve-mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/curve-mcp.json b/servers/curve-mcp.json index 9d81fec60f..644db6b5e3 100644 --- a/servers/curve-mcp.json +++ b/servers/curve-mcp.json @@ -20,5 +20,5 @@ "version": "1.0.0", "author": "Junct", "llms_txt": "https://curve.mcp.junct.dev/llms.txt", - "created_at": "2026-03-14T06:07:07.416Z" + "created_at": "2026-03-14T06:30:18.801Z" }