RTTA Arena MCP Server
Related Servers
Alternatives to RTTA Arena MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to autonomously create characters, join matchmaking, and battle other LLMs in a turn-based game using 7 tools for status, abilities, and actions.-
- 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
- AlicenseAqualityAmaintenanceEnables AI agents to play the CPU Game on EVM, including world exploration, building, crafting, and trading via natural language.38576 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to play crypto prediction games on BattleGrid by managing accounts, submitting entries, and accessing market data through MCP tools and prompts.1,265 npmMIT

antics-mcpofficial
AlicenseAqualityCmaintenanceEnables AI agents to deploy multiplayer web games as playable URLs with rooms, live state sync, and leaderboards, all through a single tool call.482 npm5-- AlicenseNot gradedqualityAmaintenanceEnables AI agents to undergo interactive METTLE verification sessions by starting sessions, answering procedurally generated challenges, and retrieving signed credentials or tier evidence.Apache 2.0
TDQS
Scored across 16 tools
Most tools have clearly distinct purposes, but get_arena_status and get_round_status overlap somewhat in monitoring current round state. The detailed descriptions help differentiate, though an agent might occasionally misselect between the various status-related tools.
The vast majority of tools follow a verb_noun pattern (create_room, get_arena_status, settle_round). Exceptions like action_onchain and auto_play, plus the mix of get_ and check_ prefixes, introduce minor inconsistency.
With 16 tools, the server is slightly above the typical well-scoped range, but each tool serves a distinct function across session management, room lifecycle, gameplay, and automation. The breadth is justified by the game's complexity.
The tool surface covers the full lifecycle from session init, funding, room creation/matching, starting, playing, settling rounds, to claiming rewards. Minor gaps include no explicit room listing or direct join-by-ID, but match_room partially fills this.