pokemon-tcg-pocket-mcp
Verified Safeby ricardofauch
Overview
Provides access to Pokemon TCG Pocket data through the TCGdex API for Model Context Protocol (MCP) clients.
Installation
node /absolute/path/to/pokemon-tcgp-mcp-server/dist/index.jsSecurity Notes
The server primarily acts as a proxy for the TCGdex API. It uses standard Node.js/TypeScript practices and the Model Context Protocol SDK. There are no indications of 'eval' usage, obfuscation, or hardcoded sensitive credentials. The main security consideration is the reliance on an external API (TCGdex), which is a common and generally trustworthy data source for Pokémon TCG data.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
magic-api-mcp-server
Provides a Model Context Protocol (MCP) server to enhance Magic-API development workflows, enabling advanced interactions for script writing, API management, debugging, and deployment.
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.
ygo-db-local-mcp
Provides CLI tools and an MCP server for searching and managing a local Yu-Gi-Oh! card database.