Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions servers/floweringagents.json
Original file line number Diff line number Diff line change
@@ -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"
}
Loading