Scryfall MCP サーバー
Scryfall APIと連携するためのモデルコンテキストプロトコル(MCP)サーバー。マジック:ザ・ギャザリングのカード詳細、カードの裁定、価格情報を検索するためのツールを提供します。
特徴
- 検索カード
Scryfall でテキストベースの検索を実行します。一致するカードのリストを返します。 - IDでカードを取得する
Scryfall UUID を介してカードを直接取得します。 - 名前でカードを取得する
正確な英語名でカードを取得します。 - ランダムカード
Scryfall データベース全体からランダムにカードを 1 枚取得します。 - 裁定を取得する
カードの公式判定を取得します。これにより、カードの相互作用やルールが明確になる場合があります。 - IDで価格を取得する
Scryfall ID で特定のカードについて現在の価格情報 (USD、USD フォイル、EUR、TIX) を取得します。 - 名前で価格を取得する
特定のカードの正確な名前で、現在の価格情報 (USD、USD フォイル、EUR、TIX) を取得します。
使用法
サーバーは次の 2 つのモードで実行できます。
- 標準stdioモード(デフォルト)
- HTTPエンドポイントを使用したサーバー送信イベント(SSE)モード
NPXの使用
Node.js がローカルにインストールされている場合:
サーバーへの接続
標準モード
アプリケーションまたは環境 (Claude Desktop など) は、stdio を介してサーバーと直接通信できます。
SSEモード
SSE モード ( --sse
を使用) で実行している場合は、MCP CLI を使用して接続できます。
サーバーは次の場所で利用できます:
- SSEエンドポイント:
http://localhost:3000/sse
- メッセージエンドポイント:
http://localhost:3000/messages
claude_desktop_config.json への統合
stdio モードの例スニペット:
またはnpxの場合:
Dockerからのビルド
その後、stdio モードで実行できます。
または SSE モードの場合:
ライセンス
MIT ライセンスに基づいてライセンスされています。
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.
Tools
Scryfall API とのやり取りを可能にし、ユーザーはモデル コンテキスト プロトコルを使用して、Magic: The Gathering カードの詳細を検索したり、カードの裁定を取得したり、価格情報にアクセスしたりできるようになります。
Related Resources
Related MCP Servers
- -securityFlicense-qualityEnables interaction with the Morpho GraphQL API, providing tools for accessing market data, vaults, positions, and transactions through a Model Context Protocol (MCP) server.Last updated -143JavaScript
- AsecurityFlicenseAqualityEnables interaction with the Twitch API, allowing users to retrieve comprehensive information about channels, streams, games, and more, with additional support for searching and accessing chat elements like emotes and badges.Last updated -14161TypeScript
- -securityFlicense-qualityEnables Magic: The Gathering players to manage decks and access card information through Claude, supporting gameplay actions like drawing cards and mulligans while providing Scryfall API integration for card lookups.Last updated -2Python
- AsecurityAlicenseAqualityProvide seamless access to Magic: The Gathering Chinese card data from 大学院废墟(sbwsz.com) through a set of powerful query tools. Search cards by complex criteria, retrieve card sets, and get detailed card information to enhance your applications or workflows.Last updated -501JavaScriptMIT License