Analytics
pokekipe.com
Provides competitive Pokémon usage statistics, movesets, and format trends for analysis.
ENDPOINT 1
https://pokekipe.com/mcp
MCP server metadata
- Name
- pokekipe
- Version
- 1.0.0
Pokékipe MCP server. Read-only competitive Pokémon analytics. Use tools/list to enumerate available tools. All data derives from Smogon's monthly public statistics (Pokémon Showdown battles) and is updated monthly. No authentication required.
Known tools 6
list_formatsList every competitive format Pokékipe tracks (Smogon Singles OU/Ubers/UU/RU/NU/PU, Doubles OU, Monotype, LC, National Dex, plus current and historical VGC regulations).
Inferred read-onlyget_pokemon_statsGet the per-Pokémon competitive profile in a given format: usage rate, top moves with frequencies, items, abilities, common EV spreads, frequent teammates, checks & counters with reliability scores.
Inferred read-onlyget_format_historyGet a 24-month historical usage trend for a format or for a specific Pokémon within that format.
Inferred read-onlyget_competitive_eventsUnified list of competitive Pokémon events: Smogon suspect tests, Viability Ranking updates, VGC regulation changes, Tier-1 and Tier-2 tournaments.
Inferred read-onlysearch_pokemonResolve a Pokémon name (in any of the 10 supported localised forms, Florizarre / Bisaflor / 妙蛙花 / …) to its canonical slug for use in other tools.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pokekipe]
url = "https://pokekipe.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pokekipe": {
"type": "http",
"url": "https://pokekipe.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pokekipe
Remote MCP URL: https://pokekipe.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pokekipe": {
"url": "https://pokekipe.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pokekipe": {
"type": "http",
"url": "https://pokekipe.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pokekipe",
"transport": "streamable-http",
"url": "https://pokekipe.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pokekipe.com was fetched 2026-08-04T04:26:11.480Z and is being refreshed.
pokekipe.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.