{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/draft",
  "serverInfo": {
    "name": "cura-co-public",
    "title": "Cura & Co Public MCP",
    "version": "0.1.0",
    "description": "Public, read-only MCP server exposing site content (pages, blog posts, use cases) and discovery metadata for AI agents."
  },
  "publisher": {
    "name": "Cura & Co",
    "url": "https://www.cura-co.com",
    "contact": "mailto:info@cura-co.com"
  },
  "documentation": "https://www.cura-co.com/llms.txt",
  "termsOfService": "https://www.cura-co.com/terms-of-service",
  "privacyPolicy": "https://www.cura-co.com/privacy-policy",
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://qmtrtrvcwkhzdmgswext.supabase.co/functions/v1/mcp",
      "authentication": {
        "type": "none"
      }
    }
  ],
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": { "listChanged": false, "subscribe": false },
    "prompts": { "listChanged": false },
    "logging": {}
  },
  "protocolVersions": ["2025-06-18", "2025-03-26"],
  "license": "Proprietary"
}
