Back to Home
drewsungg icon

mcpkmn-showdown

Verified Safe

by drewsungg

Overview

An MCP server providing comprehensive competitive Pokémon data (stats, moves, abilities, type matchups, and more) to AI assistants for battle reasoning and agent development.

Installation

Run Command
mcpkmn-showdown

Security Notes

The server uses `urllib.request.urlopen` to fetch data from `https://play.pokemonshowdown.com/data`. The URL is hardcoded, mitigating risks associated with dynamic URLs. Parsing of minified JavaScript data involves complex regular expressions and `json.loads`. While parsing complex, potentially untrusted text is a theoretical risk, the source data is from a trusted game server, reducing the practical risk of injection or malicious data. No direct `eval` or `exec` calls are present on user-controlled input. No hardcoded secrets are identified.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-12-13

Tags

Competitive PokemonLLM ToolsData ProviderOfflineMCP Server