From 04a3426aa6fffeebcd7d801663c7b2f854060588 Mon Sep 17 00:00:00 2001 From: junct-bot Date: Fri, 13 Mar 2026 13:27:35 +0800 Subject: [PATCH 1/2] feat: add defillama-mcp MCP server --- servers/defillama-mcp.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 servers/defillama-mcp.json diff --git a/servers/defillama-mcp.json b/servers/defillama-mcp.json new file mode 100644 index 0000000000..7088152ecf --- /dev/null +++ b/servers/defillama-mcp.json @@ -0,0 +1,15 @@ +{ + "id": "defillama-mcp", + "name": "Defillama MCP", + "description": "Base: `https://pro-api.llama.fi` Purpose: List all protocols with current TVL Parameters: None Response: [{ \"id\": \"2269\", \"name\": \"Aave\", \"symbol\": \"AAVE\", \"cat", + "repository": "https://github.com/junct-bot/defillama-mcp", + "endpoint": "https://defillama.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://defillama.mcp.junct.dev/llms.txt", + "created_at": "2026-03-13T05:27:33.402Z" +} From 07beb4b2d323a4ed095992a79aef3f9f4c193ba7 Mon Sep 17 00:00:00 2001 From: junct-bot Date: Fri, 13 Mar 2026 16:12:28 +0800 Subject: [PATCH 2/2] feat: add defillama-mcp MCP server --- servers/defillama-mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/defillama-mcp.json b/servers/defillama-mcp.json index 7088152ecf..3cf61bbb30 100644 --- a/servers/defillama-mcp.json +++ b/servers/defillama-mcp.json @@ -11,5 +11,5 @@ "version": "1.0.0", "author": "Junct", "llms_txt": "https://defillama.mcp.junct.dev/llms.txt", - "created_at": "2026-03-13T05:27:33.402Z" + "created_at": "2026-03-13T08:12:27.501Z" }