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.
ENDPOINT 1
https://api.master-setter.com/mcp
MCP server metadata
- Name
- master-setter-pokemon-tcg
- Version
- 1.0.0
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
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.