mcpbeat Sign in

PokéArena MCP Server

local only

PokéArena runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 6 Sep 2026.

Play a real 6v6 Pokémon battle. Runs entirely in-process: no server, no API key, no setup.

Installs / week
not published
4
Stars
6 open issues
6 Sep 2026
Last commit
from GitHub
License
Go

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

func matchDir(root, id string) string { return filepath.Join(root, "battles", id) }
        out = subprocess.run(
Page executes code built at runtime royale/report_template.html:430
  const el = (h) => { const t = document.createElement("template"); t.innerHTML = h.trim(); return t.content.firstElementChild; };

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to PokéArena

same job, measured the same way
Minecraft Mojang MCP
by mrfentmen

Minecraft player profiles and server status. No key required.

local only
Bing Search (Free)
by iridite

Free Bing search MCP server - No API key required

95 installs/wk local only
SIMA MCP Server
by mustafashehab

Read-only MCP server for SIMA Solana AI agent protection discovery. No API keys required.

47 installs/wk local only
Debugai MCP
by 1shizaan

MCP server for DebugAI. Browser sign-in, auto client setup, no key pasting.

305 installs/wk local only
Reddit Scraper
by fashionmascherine-svg

Reddit MCP server: search posts, subreddit feeds, comments & user profiles as JSON. No API key.

answering
SQL Benchmarks Lab
by rctruta

Query pre-computed SQL engine benchmarks. Runs standalone, no server setup required.

45 installs/wk local only
AI Price Index
by roninforge

Read-only, zero-key MCP server for point-in-time AI model API prices. Open data, CC BY 4.0.

34 installs/wk local only
My Websearch
by wtznicy

MyWebSearch - multi-engine web search MCP server, CLI and local daemon. No API keys required.

281 installs/wk local only

PokéArena — questions

Answers built from our own checks of this server.

Why is there no uptime for PokéArena?
PokéArena runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is PokéArena open source?
We cannot say either way: written in Go, 4 stars on GitHub and 6 open issues, but we could not determine the licence, and without one the code is not open source by default.