← Registry

Analytics

pokekipe.com

Provides competitive Pokémon usage statistics, movesets, and format trends for analysis.

1 endpoint6 known toolsFirst detected June 11, 2026Last detected August 19, 2026

ENDPOINT 1

https://pokekipe.com/mcp

No auth detected

MCP server metadata

Name
pokekipe
Version
1.0.0
Capabilities
toolsresourceslogging
Server instructions

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_formats

List 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-only
get_meta_overview

Get the top Pokémon by usage rate for a given format.

Inferred read-only
get_pokemon_stats

Get 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-only
get_format_history

Get a 24-month historical usage trend for a format or for a specific Pokémon within that format.

Inferred read-only
get_competitive_events

Unified list of competitive Pokémon events: Smogon suspect tests, Viability Ranking updates, VGC regulation changes, Tier-1 and Tier-2 tournaments.

Inferred read-only
search_pokemon

Resolve 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-only

CONNECT 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.

Trust status Neutral

pokekipe.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.