Skip to main content
Glama

Scryfall MCP Server

by latte-chan
Caddyfile641 B
{ admin off } https://localhost:3443 { tls internal # Echo CORS for preflights and normal requests header { Access-Control-Allow-Origin {http.request.header.Origin} Vary Origin Access-Control-Allow-Methods "GET, POST, OPTIONS" Access-Control-Allow-Headers {http.request.header.Access-Control-Request-Headers} Access-Control-Allow-Private-Network true } @preflight { method OPTIONS } respond @preflight 204 reverse_proxy scryfall:3000 { transport http { versions 1.1 keepalive 0 } flush_interval -1 header_up Host {host} header_up X-Forwarded-Proto {scheme} } }

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