Skip to main content
Glama

Scryfall MCP Server

by latte-chan
package.json654 B
{ "name": "scryfall-mcp", "version": "0.1.0", "private": true, "type": "module", "description": "MCP server for Scryfall (Magic: The Gathering) API", "bin": { "scryfall-mcp": "dist/index.js" }, "scripts": { "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "start:stdio": "node dist/index.js", "start:sse": "node dist/sse.js", "dev": "node --enable-source-maps dist/index.js" }, "engines": { "node": ">=18.17" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.2.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.14.11", "typescript": "^5.5.4" } }

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/latte-chan/scryfall-connector'

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