{
  "specVersion": "1.0",
  "host": {
    "displayName": "Qufy",
    "identifier": "https://qufy.app/"
  },
  "entries": [
    {
      "identifier": "urn:air:qufy.app:server:documents",
      "displayName": "Qufy public documents",
      "type": "application/mcp-server-card+json",
      "url": "https://qufy.app/.well-known/mcp/server-card.json",
      "description": "Read-only MCP server for the Qufy coming-soon site. It lists public documents and does not price work or write an invoice.",
      "capabilities": ["resources/list", "resources/read"],
      "representativeQueries": [
        "what is on the Qufy coming soon page",
        "list the public documents an agent can read",
        "is the Qufy site up",
        "how do I connect to the Qufy MCP server"
      ]
    },
    {
      "identifier": "urn:air:qufy.app:skill:index",
      "displayName": "Qufy agent skills",
      "type": "application/json",
      "url": "https://qufy.app/.well-known/agent-skills/index.json",
      "description": "Discovery index for the skills published by qufy.app. They describe the public site only.",
      "representativeQueries": [
        "what skills does qufy.app publish",
        "how should an agent read the Qufy coming soon site",
        "where are the Qufy public discovery documents"
      ]
    },
    {
      "identifier": "urn:air:qufy.app:api:discovery",
      "displayName": "Qufy discovery API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://qufy.app/openapi.json",
      "description": "OpenAPI description of the public discovery endpoints. The freelance tools are not available yet.",
      "representativeQueries": [
        "what HTTP endpoints does qufy.app expose",
        "how do I check if qufy.app is healthy",
        "describe the Qufy discovery API"
      ]
    },
    {
      "identifier": "urn:air:qufy.app:api:catalog",
      "displayName": "Qufy API catalog",
      "type": "application/linkset+json",
      "url": "https://qufy.app/.well-known/api-catalog",
      "description": "RFC 9727 linkset pointing at the OpenAPI file, the human docs, and the health check.",
      "representativeQueries": [
        "where is the Qufy API catalog",
        "link to the OpenAPI description and health endpoint",
        "how do agents discover the Qufy API"
      ]
    }
  ]
}
