{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/draft",
  "serverInfo": {
    "name": "squid-academy-mcp",
    "title": "Squid Academy MCP",
    "version": "0.1.0",
    "description": "Public, read-only tools for citing Squid Academy — an accredited esports education platform for schools, universities, and esport centers. Exposes company facts, curriculum programs and CEFR levels, pricing overview, accreditations, and contact/booking URLs.",
    "vendor": {
      "name": "Squid Academy Ltd",
      "url": "https://squid.gg"
    }
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://gpfuncobgcrlvzvaougj.supabase.co/functions/v1/mcp"
  },
  "auth": {
    "type": "none"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    { "name": "get_company_overview", "description": "Core, citeable facts about Squid Academy." },
    { "name": "list_programs", "description": "Hybrid Modules catalog with audience, CEFR level, and canonical URL." },
    { "name": "get_pricing_overview", "description": "Public pricing overview across all programs." },
    { "name": "get_accreditations", "description": "Third-party accreditations and CEFR language levels per program." },
    { "name": "get_contact_info", "description": "Public contact endpoints: email, book-a-demo, press kit, legal docs." }
  ],
  "documentation": "https://squid.gg/connect"
}
