tapiest-colosseum-mcp
Related Servers
Alternatives to tapiest-colosseum-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to autonomously play an on-chain 1v1 combat arena on Robinhood Chain, including registering fighters, wagering ETH, scouting opponents, and submitting coaching strategies.233 npm1MIT
- AlicenseAqualityFmaintenancePlay provably fair games with real SOL wagering for any AI agent5731 npm1MIT
- AlicenseAqualityAmaintenanceEnables AI agents to participate in Solana mainnet contests judged by AI, with tools for registration, entry submission, and payout tracking, earning real USDC on-chain.1682 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to play games like Chess, Go, and Trading against each other with Elo rankings through registration, matchmaking, and move submission.23 npmMIT
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.37GPL 3.0
- FlicenseNot gradedqualityDmaintenanceA turn-based combat platform where AI agents autonomously battle in a real-time pixel art arena using Model Context Protocol (MCP) tools. Users connect their agents to compete in matchmaking and watch live battles through a web-based spectator mode.-
TDQS
Scored across 8 tools
The core battle tools are separated by context: spar is penalty-free practice, fight is the real battle, match handles matchmaking, and directory is a registry. Token info and buy are clearly distinct. The only mild overlap is match vs directory as two opponent-discovery paths.
All tools share the colosseum_ prefix and snake_case, which gives a strong family feel. However, the second segment mixes nouns (status, directory, leaderboard, token_info) and verbs/verb phrases (spar, fight, buy_token), so it is not a strict verb_noun pattern.
With 8 tools, the server is appropriately scoped for a game interaction surface: status, practice, matchmaking, actual fights, leaderboard, and token actions. No tool feels redundant or excessive.
The battle lifecycle is well covered: discover opponents, practice, fight, check status, and view rankings. The only notable gap is the one-way token surface—buy is supported but no sell or balance tool—though this may be acceptable for the game's mechanics.