diff --git a/servers/chainlink-mcp.json b/servers/chainlink-mcp.json new file mode 100644 index 0000000000..f2fd6f4b09 --- /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:31:52.119Z" +}