{
    "specVersion": "1.0",
    "host": {
        "displayName": "thaiweedshop.com",
        "identifier": "did:web:thaiweedshop.com"
    },
    "entries": [
        {
            "identifier": "urn:air:thaiweedshop.com:server:mcp",
            "displayName": "MCP server card",
            "description": "Model Context Protocol server card for read-only tools over published club and country information.",
            "type": "application/mcp-server-card+json",
            "url": "https://thaiweedshop.com/.well-known/mcp/server-card.json",
            "representativeQueries": [
                "find cannabis social clubs near a location",
                "what are the opening hours and amenities of a cannabis social club",
                "search cannabis social clubs by city or amenity",
                "how many cannabis social clubs are listed in a country"
            ]
        },
        {
            "identifier": "urn:air:thaiweedshop.com:agent:a2a",
            "displayName": "A2A agent card",
            "description": "Agent2Agent card describing this site as an agent over published club and country information.",
            "type": "application/a2a-agent-card+json",
            "url": "https://thaiweedshop.com/.well-known/agent-card.json",
            "representativeQueries": [
                "find cannabis social clubs near a location",
                "what are the opening hours and amenities of a cannabis social club",
                "search cannabis social clubs by city or amenity",
                "how many cannabis social clubs are listed in a country"
            ]
        },
        {
            "identifier": "urn:air:thaiweedshop.com:skills:index",
            "displayName": "Agent Skills index",
            "description": "Skill documents teaching an agent to consume what this site serves.",
            "type": "application/agent-skills+json",
            "url": "https://thaiweedshop.com/.well-known/agent-skills/index.json",
            "representativeQueries": [
                "find cannabis social clubs near a location",
                "what are the opening hours and amenities of a cannabis social club",
                "search cannabis social clubs by city or amenity",
                "how many cannabis social clubs are listed in a country"
            ]
        },
        {
            "identifier": "urn:air:thaiweedshop.com:api:openapi",
            "displayName": "OpenAPI description",
            "description": "OpenAPI 3.1 description of the agent tool surface at /api/v1.",
            "type": "application/openapi+json",
            "url": "https://thaiweedshop.com/openapi.json",
            "representativeQueries": [
                "find cannabis social clubs near a location",
                "what are the opening hours and amenities of a cannabis social club",
                "search cannabis social clubs by city or amenity",
                "how many cannabis social clubs are listed in a country"
            ]
        }
    ]
}