Scryfall MCP Server
Scryfall MCP サーバー
Scryfall APIと連携するためのモデルコンテキストプロトコル(MCP)サーバー。マジック:ザ・ギャザリングのカード詳細、カードの裁定、価格情報を検索するためのツールを提供します。

特徴
検索カード
Scryfall でテキストベースの検索を実行します。一致するカードのリストを返します。IDでカードを取得する
Scryfall UUID を介してカードを直接取得します。名前でカードを取得する
正確な英語名でカードを取得します。ランダムカード
Scryfall データベース全体からランダムにカードを 1 枚取得します。裁定を取得する
カードの公式判定を取得します。これにより、カードの相互作用やルールが明確になる場合があります。IDで価格を取得する
Scryfall ID で特定のカードについて現在の価格情報 (USD、USD フォイル、EUR、TIX) を取得します。名前で価格を取得する
特定のカードの正確な名前で、現在の価格情報 (USD、USD フォイル、EUR、TIX) を取得します。
Related MCP server: Scryfall MCP Server
使用法
サーバーは次の 2 つのモードで実行できます。
標準stdioモード(デフォルト)
HTTPエンドポイントを使用したサーバー送信イベント(SSE)モード
NPXの使用
Node.js がローカルにインストールされている場合:
# Stdio mode
npx scryfall-mcp-server
# SSE mode
npx scryfall-mcp-server --sseサーバーへの接続
標準モード
アプリケーションまたは環境 (Claude Desktop など) は、stdio を介してサーバーと直接通信できます。
SSEモード
SSE モード ( --sseを使用) で実行している場合は、MCP CLI を使用して接続できます。
npx @wong2/mcp-cli --sse http://localhost:3000/sseサーバーは次の場所で利用できます:
SSEエンドポイント:
http://localhost:3000/sseメッセージエンドポイント:
http://localhost:3000/messages
claude_desktop_config.json への統合
stdio モードの例スニペット:
{
"mcpServers": {
"scryfall": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/scryfall"]
}
}
}またはnpxの場合:
{
"mcpServers": {
"scryfall": {
"command": "npx",
"args": ["scryfall-mcp-server"]
}
}
}Dockerからのビルド
docker build -t mcp/scryfall .その後、stdio モードで実行できます。
docker run -i --rm mcp/scryfallまたは SSE モードの場合:
docker run -i --rm -p 3000:3000 mcp/scryfall --sseライセンス
MIT ライセンスに基づいてライセンスされています。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides tools for accessing the Semantic Scholar API to search papers, retrieve paper and author details, and fetch citations and references through the Model Context Protocol.78
- AlicenseAqualityBmaintenanceA comprehensive Model Context Protocol server that integrates with the Scryfall API to provide Magic: The Gathering card data to AI assistants like Claude.141MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to search and retrieve Magic: The Gathering card data through the Scryfall API. Supports card searches, random card generation, autocomplete, set listings, and rulings lookup.221MIT
- AlicenseAqualityCmaintenanceEnables Claude to search and retrieve Magic: The Gathering card details, prices, set information, and random cards from Scryfall's database through natural language.41MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cryppadotta/scryfall-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server