
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@olaservo/scryfall-mcp-server
Advanced tools
Community MCP server to search and fetch Magic: The Gathering card data from Scryfall with a rich card viewer UI. Not affiliated with or endorsed by Scryfall.
A community MCP server for searching and fetching Magic: The Gathering card data from Scryfall. Features an MCP App UI that renders card images, mana symbols, oracle text, and pricing when used in compatible hosts like Claude Desktop.
Note: This is an independent community project. It is not affiliated with or endorsed by Scryfall.

c:red t:creature cmc=3, set:mkm, o:"draw a card")Download scryfall-mcp-server.mcpb from the latest release and open it in Claude Desktop.
{
"mcpServers": {
"scryfall": {
"command": "npx",
"args": ["-y", "@olaservo/scryfall-mcp-server"]
}
}
}
git clone https://github.com/olaservo/scryfall-mcp-app.git
cd scryfall-mcp-app
npm install
npm run build
Then add to your claude_desktop_config.json:
{
"mcpServers": {
"scryfall": {
"command": "node",
"args": ["/path/to/scryfall-mcp-app/dist/index.js"]
}
}
}
npm run dev # Watch mode with tsx
npm run build # Build UI + server
npm run inspector # Test with MCP Inspector
npm run pack # Build .mcpb bundle
The server uses the MCP Apps extension to pair the fetch tool with a card viewer UI resource. When a card is fetched:
content returns a readable text summary (card text, metadata, prices) for the modelstructuredContent sends the full card data to the UI for renderingcards.scryfall.io and SVGs from svgs.scryfall.ioFAQs
Community MCP server to search and fetch Magic: The Gathering card data from Scryfall with a rich card viewer UI. Not affiliated with or endorsed by Scryfall.
We found that @olaservo/scryfall-mcp-server 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.