← Registry

API Tools

master-setter.com

MCP server for searching and retrieving Pokémon Trading Card Game card and set data via tools like search_cards, get_card, list_sets, and get_set.

1 endpoint6 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://api.master-setter.com/mcp

No auth detected

MCP server metadata

Name
master-setter-pokemon-tcg
Version
1.0.0
Capabilities
tools
Server instructions

Pokémon TCG catalog: 196,872 cards / 272,054 printings / 14 languages. Names are in each card's own language. No key yet? Call get_api_key with an email, then reconnect with Authorization: Bearer <key>.

Known tools 6

search_cards

Search Pokémon TCG cards by name.

Inferred read-only
get_card

One card by id (e.

Inferred read-only
list_cards_in_set

Every card in a set, ordered by number (e.

Inferred read-only
list_sets

Sets (expansions, promos, decks) for a language, newest first.

Inferred read-only
get_set

One set by id (e.

Inferred read-only
get_api_key

Create a free API key (1,000 requests/month) for an email address.

Potential side effects

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.master-setter-pokemon-tcg]
url = "https://api.master-setter.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "master-setter-pokemon-tcg": {
      "type": "http",
      "url": "https://api.master-setter.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: master-setter-pokemon-tcg
Remote MCP URL: https://api.master-setter.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": {
    "master-setter-pokemon-tcg": {
      "url": "https://api.master-setter.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "master-setter-pokemon-tcg": {
      "type": "http",
      "url": "https://api.master-setter.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "master-setter-pokemon-tcg",
  "transport": "streamable-http",
  "url": "https://api.master-setter.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.