From 499086a1e5ade5cfc0875009a4add18b2c455685 Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sat, 14 Mar 2026 14:09:44 +0800 Subject: [PATCH 1/2] feat: add stargate-mcp MCP server --- servers/stargate-mcp.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 servers/stargate-mcp.json diff --git a/servers/stargate-mcp.json b/servers/stargate-mcp.json new file mode 100644 index 0000000000..fe49820f4f --- /dev/null +++ b/servers/stargate-mcp.json @@ -0,0 +1,23 @@ +{ + "id": "stargate-mcp", + "name": "Stargate MCP", + "description": "Calls activateChainPath(_poolId: string, _dstChainId: string, _dstPoolId: string). Write function — may have access control restrictions (e.g. onlyOwner). Check", + "repository": "https://github.com/junct-bot/stargate-mcp", + "endpoint": "https://stargate.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [ + "write", + "dex", + "read", + "vault", + "erc20", + "admin", + "event" + ], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://stargate.mcp.junct.dev/llms.txt", + "created_at": "2026-03-14T06:09:43.737Z" +} From 0256c2988c6813e0ad2d3140526640220293bd3c Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sat, 14 Mar 2026 14:33:39 +0800 Subject: [PATCH 2/2] feat: add stargate-mcp MCP server --- servers/stargate-mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/stargate-mcp.json b/servers/stargate-mcp.json index fe49820f4f..28fbb015a5 100644 --- a/servers/stargate-mcp.json +++ b/servers/stargate-mcp.json @@ -19,5 +19,5 @@ "version": "1.0.0", "author": "Junct", "llms_txt": "https://stargate.mcp.junct.dev/llms.txt", - "created_at": "2026-03-14T06:09:43.737Z" + "created_at": "2026-03-14T06:33:38.411Z" }