pogo-pvp-mcp

lexfrei/pogo-pvp-mcp
★ 0 stars Go 💻 Code/Dev Tools Updated today
MCP server for Pokémon GO PvP (battle simulator, rankings, counters, team builder — 22 tools)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pogo-pvp-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/lexfrei/pogo-pvp-mcp@latest"
      ]
    }
  }
}

README Excerpt

MCP server that will expose a Pokémon GO PvP battle simulator and ranker to LLM assistants. The simulation math will live in a companion engine module developed alongside this server. **Status**: approaching v0.1. Twenty-two MCP tools plus a `diff-gm` CLI helper are implemented: - `pvp_rank` — rank one Pokémon in a league by IV and level, with percent-of-best vs the species' global stat-product optimum, a pvpoke-recommended `optimal_moveset` carrying disjoint `has_legacy` / `has_elite` aggregate

Tools (2)

optionspvp_team_analysis