
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
scryfall-mcp
Advanced tools
Use this MCP server to Scryfall, Magic: The Gathering card database with rulings, printings, and prices. Tools include search cards, get card, get rulings
MCP server for Scryfall, the definitive Magic: The Gathering card database.
| Tool | What it does |
|---|---|
search_cards | Full Scryfall syntax search (c:red type:dragon, o:"when ~ enters") |
get_card | Fuzzy name card lookup (Bolas's Citadel, Chaos Orb…) |
get_rulings | Official Gatherer rulings |
list_sets | Recent sets with release dates + card counts |
npm run build && node dist/index.js
Example:
search_cards { query: "c:red type:dragon" }
get_rulings { name: "bolas citadel" }
Keyless. Includes prices (USD + foil), legality friendly fields, image URLs. Throttled to stay under Scryfall's ~10 req/s limit.
npm install
npm run build
node dist/index.js
The server uses stdio, so it can be connected to Claude Desktop, Cursor, VS Code, MCP Inspector, or another compatible MCP client.
search_cards: Search Magic: The Gathering cards by Scryfall syntax - card name,get_card: Get a single card by fuzzy name (e.g.get_rulings: Get official Gatherer rulings for a card by fuzzy name.list_sets: List recent Magic sets with release dates and card counts.This project is intentionally narrow. It should be treated as a practical helper, not a complete certification or security audit. Check the implementation and the returned data before using it with sensitive material. No credentials are required unless the project explicitly says otherwise.
After building, connect the server through your MCP client. The repository root also contains smoke-test.mjs for projects covered by the shared harness. A typical tool call starts with search_cards.
FAQs
Use this MCP server to Scryfall, Magic: The Gathering card database with rulings, printings, and prices. Tools include search cards, get card, get rulings
We found that scryfall-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.