{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/2025-draft.json",
  "serverInfo": {
    "name": "parademo-mcp",
    "version": "0.1.0",
    "vendor": "ParaDemo",
    "url": "https://parademo.nl",
    "description": "AI agent gateway to ParaDemo's professional skydiving knowledge base, jump archive, and booking intake."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://skhpadehveaqcbwxhbjx.supabase.co/functions/v1/aeo-query"
  },
  "capabilities": {
    "tools": [
      {
        "name": "search_skydiving_knowledge",
        "description": "Query ParaDemo's knowledge base for facts about demonstrations, services, and the 20,000+ jump archive.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "query": { "type": "string", "description": "Natural-language question" }
          },
          "required": ["query"]
        }
      },
      {
        "name": "fetch_llms_txt",
        "description": "Fetch the compact llms.txt index of ParaDemo's public pages.",
        "inputSchema": { "type": "object", "properties": {} }
      }
    ],
    "resources": [
      {
        "uri": "https://parademo.nl/llms-full.txt",
        "name": "llms-full",
        "description": "Extended markdown knowledge dump for AI assistants.",
        "mimeType": "text/plain"
      }
    ],
    "prompts": []
  },
  "authentication": {
    "type": "none"
  }
}
