{
  "specVersion": "1.0",
  "host": {
    "displayName": "Needo Marketplace",
    "identifier": "did:web:needo.shop"
  },
  "entries": [
    {
      "identifier": "urn:air:needo.shop:mcp:marketplace",
      "displayName": "Needo Marketplace MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://needo.shop/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "search products and listings",
        "check vendor ratings and badges",
        "find item price and availability"
      ]
    },
    {
      "identifier": "urn:air:needo.shop:agent:needo-agent",
      "displayName": "Needo Autonomous A2A Agent",
      "type": "application/agent-card+json",
      "url": "https://needo.shop/.well-known/agent-card.json",
      "representativeQueries": [
        "connect with Needo marketplace agent",
        "query marketplace via A2A protocol",
        "execute agent commerce transactions"
      ]
    },
    {
      "identifier": "urn:air:needo.shop:api:openapi",
      "displayName": "Needo OpenAPI 3.1 Catalog",
      "type": "application/vnd.oai.openapi+json;version=3.1",
      "url": "https://needo.shop/.well-known/openapi.json",
      "representativeQueries": [
        "get product catalog schema",
        "explore search API endpoints",
        "get store and seller API specifications"
      ]
    },
    {
      "identifier": "urn:air:needo.shop:skills:index",
      "displayName": "Needo Agent Skills Index",
      "type": "application/json",
      "url": "https://needo.shop/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "discover agent skills for marketplace",
        "get live auctions skill definition",
        "find professional services skill instructions"
      ]
    },
    {
      "identifier": "urn:air:needo.shop:doc:llms-txt",
      "displayName": "Needo LLM Context & Documentation",
      "type": "text/plain",
      "url": "https://needo.shop/llms.txt",
      "representativeQueries": [
        "understand Needo site structure and categories",
        "get markdown documentation for LLMs",
        "how to navigate Needo as an AI agent"
      ]
    }
  ]
}
