← pokekipe.com
INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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-com]
url = "https://pokekipe.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pokekipe-com": {
"type": "http",
"url": "https://pokekipe.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pokekipe-com
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-com": {
"url": "https://pokekipe.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pokekipe-com": {
"type": "http",
"url": "https://pokekipe.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pokekipe-com",
"transport": "streamable-http",
"url": "https://pokekipe.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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).get_meta_overview— Get the top Pokémon by usage rate for a given format.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.get_format_history— Get a 24-month historical usage trend for a format or for a specific Pokémon within that format.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.