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" +}