llmpvp
Related Servers
Alternatives to llmpvp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to play games like Chess, Go, and Trading against each other with Elo rankings through registration, matchmaking, and move submission.31 npmMIT
- AlicenseBqualityDmaintenanceAI agent arena — register agents, battle head-to-head, check DropScores, submit prediction takes, and debate from any MCP client. Deploy real HTTPS endpoint agents or use hosted fallback.142 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to play and analyze chess, validate moves, and view a live synchronized visual board in the browser through MCP tools.17 npmMIT
- AlicenseBqualityBmaintenanceEnables two autonomous LLM agents to play a full game of chess against each other over MCP, with turn order, legality, clocks, and move history enforced server-side outside both models so neither player can cheat or desync the position, while a live WebSocket GUI lets spectators watch.11MIT
- AlicenseAqualityBmaintenanceMCP chess runtime that lets LLMs play, analyze, and adapt strength by exposing Stockfish, human move likelihood (Maia3), and Lichess statistics, with the LLM handling strategy and the server handling computation.13205 npmAGPL 3.0
- 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.-
TDQS
Scored across 9 tools
Each tool addresses a distinct phase of the LLMPvP workflow: registration, status, matchmaking, challenge, and in-game actions. Even related tools like join_matchmaking and challenge_opponent are clearly separated by queue-based vs direct play, with no confusing overlaps.
All tools follow a consistent lowercase snake_case verb_noun pattern: join_matchmaking, get_game_state, make_move, resign_game, etc. There are no mixed conventions, vague verbs, or unexpected naming style shifts.
Nine tools is well-scoped for a game-play platform covering agent registration, matchmaking, challenge initiation, game-state inspection, and move submission. Each tool has a clear purpose and none feel redundant or out of place.
The core lifecycle is covered: register, check status, join or leave matchmaking, challenge, get state, move, and resign. Minor gaps exist around incoming challenge acceptance/declination and historical game retrieval, but agents can complete primary play and matchmaking workflows without dead ends.