{
  "specVersion": "1.0",
  "host": {
    "displayName": "YakaAI",
    "identifier": "did:web:yakaai.com"
  },
  "entries": [
    {
      "identifier": "urn:air:yakaai.com:mcp:hub",
      "displayName": "YakaAI MCP Documentation Hub",
      "type": "application/mcp-server-card+json",
      "url": "https://yakaai.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "search documentation for hono or react",
        "find agent skills and mcp server tools",
        "extract openapi specifications and api schemas",
        "resolve npm package to github repository"
      ]
    },
    {
      "identifier": "urn:air:yakaai.com:agent:skills",
      "displayName": "AI Agent Skills & Rules Scanner",
      "type": "application/vnd.agent-skills+json",
      "url": "https://yakaai.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "get cursor rules and claude md for repository",
        "scan mcp servers in repository",
        "find coding agent instructions"
      ]
    },
    {
      "identifier": "urn:air:yakaai.com:specs:openapi",
      "displayName": "OpenAPI 3.1.0 Service Specification",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://yakaai.com/openapi.json",
      "representativeQueries": [
        "query openapi schema for yakaai",
        "rest api documentation for cheatsheets"
      ]
    },
    {
      "identifier": "urn:air:yakaai.com:service:docker",
      "displayName": "Docker & Container Architecture Engine",
      "type": "application/json",
      "url": "https://yakaai.com/api/docker/louislam/uptime-kuma",
      "representativeQueries": [
        "extract docker compose configurations",
        "get docker run commands and exposed ports"
      ]
    },
    {
      "identifier": "urn:air:yakaai.com:catalog:cheatsheets",
      "displayName": "Densified Cheatsheets & Docs Engine",
      "type": "text/markdown",
      "url": "https://yakaai.com/llms-full.txt",
      "representativeQueries": [
        "read complete cheatsheet for typescript framework",
        "llm formatted documentation index"
      ]
    }
  ]
}