From debc0a07e02217131a188d6f86277337d438aa7c Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sun, 15 Mar 2026 01:10:19 +0800 Subject: [PATCH] feat: add uniswap-mcp MCP server --- servers/uniswap-mcp.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 servers/uniswap-mcp.json diff --git a/servers/uniswap-mcp.json b/servers/uniswap-mcp.json new file mode 100644 index 0000000000..82446434a5 --- /dev/null +++ b/servers/uniswap-mcp.json @@ -0,0 +1,19 @@ +{ + "id": "uniswap-mcp", + "name": "Uniswap MCP", + "description": "Calls WETH9(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns address.", + "repository": "https://github.com/junct-bot/uniswap-mcp", + "endpoint": "https://uniswap.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [ + "read", + "write", + "dex" + ], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://uniswap.mcp.junct.dev/llms.txt", + "created_at": "2026-03-14T17:10:18.087Z" +}