Skip to main content
Glama

Pokemon TCG Card Search MCP

by jlgrimes

ポケモンTCGカード検索MCP

このモデル コンテキスト プロトコル (MCP) サーバーにより、Claude はポケモン トレーディング カード ゲーム カードを検索および表示できます。

セットアップ手順

  1. Claude 構成ファイルを更新します。
    • /Users/ABSOLUTE_PATH_HERE/Library/Application Support/Claude/claude_desktop_config.jsonを開きます。
    • 次の構成を追加します (既存の MCP 構成はすべて削除します)。
    { "mcpServers": { "ptcg-mcp": { "command": "node", "args": ["ABSOLUTE_PATH_HERE/dist/index.js"] } } }
  2. クロードを辞める:
    • タスクマネージャーを開く
    • クロードを見つけて完全に辞める
  3. クロードを再起動:
    • ポケモンTCGカードサーチMCPが自動的にロードされます
    • ポケモンカードについてクロードに質問できるようになりました

使用法

設定が完了すると、次のようなポケモン カードに関する質問をクロードに尋ねることができるようになります。

  • 「無料で退却できる、標準で使える基本的なポケモンを見せてください」
  • 「HP120以上の水タイプのポケモンを探せ」
  • 「ピカチュウカードを探す」

クロードは、一致するカードを画像と関連情報とともに表示します。

特徴

  • 名前、タイプ、サブタイプ、合法性などでカードを検索します
  • 高解像度のカード画像を表示
  • さまざまなカード属性でフィルタリングします。
    • 名前 ( !による完全一致と*によるワイルドカードをサポート)
    • サブタイプ(例:ベーシック、EX、GX、V、VMAXなど)
    • 合法性(標準、拡張、無制限)
    • 種類(水、火、草など)
    • 撤退コスト
    • HP
    • 全国ポケモン図鑑番号
    • さらにもっと!

クエリの例

試すことができるクエリの例をいくつか示します。

  • 「無料で退却できる、標準で使える基本的なポケモンを見せてください」
  • 「HP120以上の水タイプのポケモンを探せ」
  • 「名前に「char*」を含むカードを検索する」
  • 「スタンダードフォーマットで禁止されているカードを表示」
  • 「ヒトカゲから進化するEXポケモンを見つけよう」

クエリ構文

名前検索

  • 通常検索: name:pikachu
  • 完全一致: !name:pikachu
  • ワイルドカード: name:char*
  • ハイフンを保持する: name:chien-pao

フィルター

  • タイプ: types:waterまたは-types:water (除外)
  • サブタイプ: subtypes:basic
  • 法的事項: legalities.standard:legal
  • HP: hp:[100 TO 200]
  • 退却コスト: convertedRetreatCost:0

範囲クエリ

包含範囲には[]を使用し、除外範囲には{}使用します。

  • hp:[100 TO 200] - HPが100以上200以下
  • hp:{100 TO 200} - HPが100から200の間(排他的)
  • hp:[* TO 100] - HPが100まで
  • hp:[100 TO *] - HP100以上

応答フォーマット

MCP は次のようなカード情報を返します:

  • カード名
  • 名前を設定する
  • 高解像度のカード画像
  • カードの合法性
  • 要求に応じてその他のカード詳細

注記

  • MCPはポケモンTCG APIを使用してカードデータを取得します
  • 画像はポケモンTCG APIのCDNから直接表示されます
  • すべてのクエリは大文字と小文字を区別しません
  • 複数のフィルターを1つのクエリに組み合わせることができます
-
security - not tested
-
license - not tested
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude が、名前、タイプ、合法性、統計などの属性でフィルタリングしながらポケモン トレーディング カード ゲーム カードを検索および表示できるようにするモデル コンテキスト プロトコル サーバー。

  1. セットアップ手順
    1. 使用法
      1. 特徴
        1. クエリの例
          1. クエリ構文
            1. 名前検索
            2. フィルター
            3. 範囲クエリ
          2. 応答フォーマット
            1. 注記

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that provides tools for interacting with Trello boards, enabling seamless management of cards, lists, and activities while handling rate limiting and type safety.
                Last updated -
                10
                3
                JavaScript
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that provides access to Fantasy Premier League data, allowing users to compare players, find team information, view gameweek data, and get FPL-related advice through Claude for Desktop and other MCP-compatible clients.
                Last updated -
                7
                Python
                MIT License
                • Apple
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables Claude users to access specialized OpenAI agents (web search, file search, computer actions) and a multi-agent orchestrator through the MCP protocol.
                Last updated -
                1
                Python
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that allows Claude to create flashcards for Rember, helping users study and remember information through spaced repetition reviews.
                Last updated -
                88
                16
                TypeScript
                MIT License

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/jlgrimes/ptcg-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server