Back to Browse

Pokemon Tcg MCP Server

Developer ToolsModerate7.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to the Pokémon TCG, search cards, sets, rarities via TCGdex. Tools include...

About

Use this MCP server to the Pokémon TCG, search cards, sets, rarities via TCGdex. Tools include...

Security Report

7.7
Moderate7.7Low Risk

This is a well-structured MCP server for querying the Pokémon TCG database via the free TCGdex API. It has no authentication requirements (appropriate for an open API), clean input validation with Zod, proper error handling, and no security vulnerabilities. Permissions are appropriately scoped to network HTTP calls only. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-pokemon-tcg-mcp": {
      "args": [
        "-y",
        "pokemon-tcg-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

pokemon tcg mcp

The Pokémon TCG via TCGdex, open database, no key.

Tools

  • search_cards, search by name, filter by rarity
  • get_card, full card: HP, types, abilities, attacks, weakness, market prices
  • list_sets, all sets, newest first
  • get_set, a set with its full card list

Run

npm install && npm run build && node dist/index.js

Example

"Show me Charizard's Vivid Voltage card" search_cards("charizard") → get_card("swsh4-25")

Reviews

No reviews yet

Be the first to review this server!