{
  "protocolVersion": "0.3.0",
  "name": "Q-Code",
  "description": "Q-Code is a personal vibe-coding platform. Describe a site in plain English and it builds, previews and publishes it, ready for AI to find, understand and use.",
  "version": "1.0.0",
  "url": "https://showcase-kov.pages.dev/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://showcase-kov.pages.dev/mcp",
      "transport": "JSONRPC",
      "protocol": "MCP"
    }
  ],
  "provider": {
    "organization": "Q-Code",
    "url": "https://showcase-kov.pages.dev"
  },
  "documentationUrl": "https://showcase-kov.pages.dev/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Only the tools marked OWNER ONLY need it."
    }
  },
  "skills": [
    {
      "id": "get_site_info",
      "name": "get site info",
      "description": "What this site is, who publishes it, its key pages, and which tools it offers. Call this first.",
      "tags": [
        "site",
        "read"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_faqs",
      "name": "get faqs",
      "description": "The site's published questions and answers. Optionally filtered by words in the question or answer.",
      "tags": [
        "faq",
        "read"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "submit_enquiry",
      "name": "submit enquiry",
      "description": "Send the site owner a message on a named person's behalf, with their email address for the reply. The person must have agreed to be contacted. Lands in the owner's inbox marked as sent through an agent.",
      "tags": [
        "contact-form",
        "write"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}