{
    "specVersion": "0.1",
    "host": {
        "name": "STHLM kb",
        "description": "Stockholm shop selling DIY through-hole solder mechanical keyboard kits: Litl 40%, Lagom 65%, Storre 75% and the CYOA ortho PCB.",
        "url": "https://sthlmkb.com/"
    },
    "entries": [
        {
            "identifier": "urn:air:sthlmkb.com:commerce:catalog",
            "displayName": "Product catalogue",
            "description": "Every kit, component and accessory with live price, VAT breakdown and stock status.",
            "type": "application/json",
            "url": "https://sthlmkb.com/wp-json/wc/store/v1/products",
            "representativeQueries": [
                "which through-hole keyboard kits does STHLM kb sell",
                "how much is the Lagom 65% keyboard kit",
                "is the Litl keyboard kit in stock",
                "what is the cheapest STHLM kb kit"
            ]
        },
        {
            "identifier": "urn:air:sthlmkb.com:commerce:mcp",
            "displayName": "STHLM kb MCP server",
            "description": "Search and compare kits, check stock, quote shipping and VAT to a country, and build a cart link for checkout.",
            "type": "application/mcp-server-card+json",
            "url": "https://sthlmkb.com/.well-known/mcp/server-card.json",
            "capabilities": [
                "search_products",
                "get_product",
                "compare_kits",
                "quote_order",
                "get_build_docs",
                "create_cart_link"
            ],
            "representativeQueries": [
                "which STHLM kb kit should I buy as a first solder project",
                "what does shipping a Lagom kit to Germany cost",
                "compare the Litl and the Lagom keyboard kits",
                "add a Storre kit to my cart"
            ]
        },
        {
            "identifier": "urn:air:sthlmkb.com:docs:skills",
            "displayName": "Buying and building guides",
            "description": "Skills covering kit choice, what else you need to finish a build, and shipping, VAT and returns.",
            "type": "application/json",
            "url": "https://sthlmkb.com/.well-known/agent-skills/index.json",
            "representativeQueries": [
                "what else do I need to build a STHLM kb kit",
                "do I need to buy a controller separately",
                "does STHLM kb ship outside the EU",
                "what is STHLM kb return policy"
            ]
        }
    ]
}