{
  "specVersion": "1.0",
  "host": {
    "displayName": "Nuri",
    "identifier": "did:web:nuri.com"
  },
  "entries": [
    {
      "identifier": "urn:air:nuri.com:server:public-site",
      "displayName": "Nuri Public Site MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://nuri.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "what is Nuri",
        "how do I open a free Nuri account",
        "does Nuri offer a VISA card and IBAN"
      ]
    },
    {
      "identifier": "urn:air:nuri.com:agent:public-site",
      "displayName": "Nuri Public Site Agent",
      "type": "application/a2a-agent-card+json",
      "url": "https://nuri.com/.well-known/agent-card.json",
      "representativeQueries": [
        "read the Nuri landing page",
        "show Nuri legal documents",
        "how to download the Nuri app"
      ]
    },
    {
      "identifier": "urn:air:nuri.com:api:public",
      "displayName": "Nuri Public API",
      "type": "application/openapi+json",
      "url": "https://nuri.com/openapi.json",
      "representativeQueries": [
        "list Nuri public endpoints",
        "how do agents register with Nuri",
        "fetch the Nuri shop product feed"
      ]
    },
    {
      "identifier": "urn:air:nuri.com:skills:site",
      "displayName": "Nuri Agent Skills",
      "type": "application/agent-skills+json",
      "url": "https://nuri.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "what skills does Nuri expose to agents",
        "how to use the Nuri site skill"
      ]
    },
    {
      "identifier": "urn:air:nuri.com:webmcp:site",
      "displayName": "Nuri WebMCP Manifest",
      "type": "application/webmcp+json",
      "url": "https://nuri.com/.well-known/webmcp.json",
      "representativeQueries": [
        "what WebMCP tools does Nuri expose",
        "how can a browser agent interact with nuri.com"
      ]
    },
    {
      "identifier": "urn:air:nuri.com:commerce:shop",
      "displayName": "Nuri Shop Agentic Commerce",
      "type": "application/ucp+json",
      "url": "https://nuri.com/.well-known/ucp",
      "representativeQueries": [
        "buy a hardware wallet from the Nuri shop",
        "list Nuri shop products",
        "checkout via x402 on the Nuri shop"
      ]
    }
  ]
}