From cf529a0dd792b580d6fa6bd677ae93c818a5c88a Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sat, 14 Mar 2026 14:08:34 +0800 Subject: [PATCH 1/2] feat: add chainlink-mcp MCP server --- servers/chainlink-mcp.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 servers/chainlink-mcp.json diff --git a/servers/chainlink-mcp.json b/servers/chainlink-mcp.json new file mode 100644 index 0000000000..1ddefc05c8 --- /dev/null +++ b/servers/chainlink-mcp.json @@ -0,0 +1,22 @@ +{ + "id": "chainlink-mcp", + "name": "Chainlink MCP", + "description": "Calls acceptOwnership(). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling.", + "repository": "https://github.com/junct-bot/chainlink-mcp", + "endpoint": "https://chainlink.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [ + "write", + "admin", + "read", + "oracle", + "erc20", + "event" + ], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://chainlink.mcp.junct.dev/llms.txt", + "created_at": "2026-03-14T06:08:34.052Z" +} From 8ebc2047a2fc6cb95435d1cf002a98d95829903b Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sat, 14 Mar 2026 14:31:53 +0800 Subject: [PATCH 2/2] feat: add chainlink-mcp MCP server --- servers/chainlink-mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/chainlink-mcp.json b/servers/chainlink-mcp.json index 1ddefc05c8..f2fd6f4b09 100644 --- a/servers/chainlink-mcp.json +++ b/servers/chainlink-mcp.json @@ -18,5 +18,5 @@ "version": "1.0.0", "author": "Junct", "llms_txt": "https://chainlink.mcp.junct.dev/llms.txt", - "created_at": "2026-03-14T06:08:34.052Z" + "created_at": "2026-03-14T06:31:52.119Z" }