From 2b98d2d23d5eb5d5c87708934e4244b18f312bb9 Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sat, 14 Mar 2026 14:08:00 +0800 Subject: [PATCH 1/2] feat: add compound-mcp MCP server --- servers/compound-mcp.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 servers/compound-mcp.json diff --git a/servers/compound-mcp.json b/servers/compound-mcp.json new file mode 100644 index 0000000000..9385c61e23 --- /dev/null +++ b/servers/compound-mcp.json @@ -0,0 +1,20 @@ +{ + "id": "compound-mcp", + "name": "Compound MCP", + "description": "Calls admin(). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. Returns a", + "repository": "https://github.com/junct-bot/compound-mcp", + "endpoint": "https://compound.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [ + "write", + "admin", + "event", + "read" + ], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://compound.mcp.junct.dev/llms.txt", + "created_at": "2026-03-14T06:07:59.890Z" +} From f4f06c4fc9df42075ca075e71e2254fcd839b7e0 Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sat, 14 Mar 2026 14:31:16 +0800 Subject: [PATCH 2/2] feat: add compound-mcp MCP server --- servers/compound-mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/compound-mcp.json b/servers/compound-mcp.json index 9385c61e23..4b04fb2b8e 100644 --- a/servers/compound-mcp.json +++ b/servers/compound-mcp.json @@ -16,5 +16,5 @@ "version": "1.0.0", "author": "Junct", "llms_txt": "https://compound.mcp.junct.dev/llms.txt", - "created_at": "2026-03-14T06:07:59.890Z" + "created_at": "2026-03-14T06:31:15.809Z" }