pokemon-mcp-server
Verified Safeby DerenC
Overview
This server provides an AI agent with tools to fetch detailed Pokemon information and construct tournament squads by interacting with the PokeAPI.
Installation
mcp serve pokeSecurity Notes
The code makes external HTTP requests to pokeapi.co, a well-known public API. There are no 'eval' or other high-risk functions, hardcoded secrets, or obvious malicious patterns found. The use of 'httpx' is standard for async HTTP requests.
Similar Servers
mcp-maintainer-toolkit
This server provides a Model Context Protocol (MCP) interface with various tools and resources designed to assist in maintaining, testing, and developing MCP repositories and clients.
pokemon-go-mcp
A Model Context Protocol (MCP) server providing real-time Pokemon Go data (events, raids, research, eggs, Team Rocket, promo codes) via an API for integration with other tools.
iracing-data-mcp-server
Provides an MCP server and CLI tool for accessing iRacing racing simulation data API for AI assistant integration and direct command-line use.
MCP-tool-lesson
Provides detailed Pokemon data from PokeAPI to AI assistants and other MCP clients via various tools.