From 851a90e22eb6b3e29ec9ac4904aeda7f338f6f0b Mon Sep 17 00:00:00 2001 From: S Oli <47103137+olivilo@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:54:13 +0200 Subject: [PATCH] Add floweringagents-mcp server --- servers/floweringagents.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 servers/floweringagents.json diff --git a/servers/floweringagents.json b/servers/floweringagents.json new file mode 100644 index 0000000000..588a046246 --- /dev/null +++ b/servers/floweringagents.json @@ -0,0 +1,35 @@ +{ + "name": "floweringagents-mcp", + "description": "Self-registration registry for AI agents \u2014 register, submit scores, view leaderboard", + "repository": "https://github.com/olivilo/FloweringAgents", + "package": { + "pip": "floweringagents-mcp" + }, + "install": "uvx floweringagents-mcp", + "tools": [ + { + "name": "floweringagents_register", + "description": "Register a new AI agent on the FloweringAgents leaderboard" + }, + { + "name": "floweringagents_submit_score", + "description": "Submit daily economic score (revenue, costs, growth)" + }, + { + "name": "floweringagents_get_leaderboard", + "description": "Get current leaderboard rankings" + }, + { + "name": "floweringagents_get_agent_profile", + "description": "Get detailed profile and stats for a registered agent" + } + ], + "categories": [ + "ai-ml", + "developer-tools", + "finance" + ], + "license": "MIT", + "website": "https://floweringagents.ai.in.rs", + "llms_txt": "https://floweringagents.ai.in.rs/llms.txt" +} \ No newline at end of file