{
  "entries": [
    {
      "displayName": "Streamkap Docs",
      "identifier": "urn:air:docs.streamkap.com:mcp:streamkap-docs",
      "representativeQueries": [
        "search the Streamkap Docs documentation",
        "get a Streamkap Docs docs page as Markdown",
        "list every page in the Streamkap Docs docs"
      ],
      "type": "application/mcp-server-card+json",
      "url": "https://docs.streamkap.com/.well-known/mcp/server-card.json",
      "description": "Use these pages as the source of truth for Streamkap.",
      "capabilities": [
        "search_docs",
        "get_page",
        "list_pages",
        "get_navigation"
      ]
    },
    {
      "displayName": "Streamkap Docs docs API",
      "identifier": "urn:air:docs.streamkap.com:api:docs",
      "representativeQueries": [
        "fetch a Streamkap Docs docs page as JSON",
        "list the pages in the Streamkap Docs docs",
        "get the Streamkap Docs docs navigation tree"
      ],
      "type": "application/vnd.oai.openapi+json",
      "url": "https://docs.streamkap.com/openapi.json",
      "description": "REST API over the Streamkap Docs documentation: the page index, each page as JSON or Markdown, and the navigation tree, described by this OpenAPI document."
    },
    {
      "displayName": "REST API",
      "identifier": "urn:air:docs.streamkap.com:reference:api-reference",
      "representativeQueries": [
        "what operations does the REST API API expose",
        "how do I call the REST API API"
      ],
      "type": "text/html",
      "url": "https://docs.streamkap.com/api-reference",
      "description": "REST API: rendered OpenAPI reference in the Streamkap Docs documentation."
    },
    {
      "displayName": "Streamkap Docs llms.txt",
      "identifier": "urn:air:docs.streamkap.com:docs:llms-txt",
      "representativeQueries": [
        "what is Streamkap Docs",
        "overview of the Streamkap Docs documentation"
      ],
      "type": "text/plain",
      "url": "https://docs.streamkap.com/llms.txt",
      "description": "llms.txt index of the Streamkap Docs documentation: every page with a one-line summary, plus the agent-facing resources on this site."
    }
  ],
  "host": {
    "displayName": "Streamkap Docs",
    "documentationUrl": "https://docs.streamkap.com/",
    "identifier": "did:web:docs.streamkap.com"
  },
  "specVersion": "1.0"
}
