{
    "specVersion": "0.91",
    "host": {
        "displayName": "mStore.ie",
        "identifier": "mstore.ie",
        "url": "https://mstore.ie",
        "description": "Irish online store for Xiaomi, Redmi and POCO products (JAV Electronics Ltd)."
    },
    "entries": [
        {
            "identifier": "urn:air:mstore.ie:mcp:shop",
            "displayName": "mStore.ie Shop (MCP)",
            "type": "application/mcp-server-card+json",
            "url": "https://mstore.ie/.well-known/mcp/server-card.json",
            "description": "Public read-only MCP server: search products, prices, stock and categories at mStore.ie.",
            "capabilities": [
                "search_products",
                "get_product",
                "list_categories",
                "get_store_info"
            ],
            "representativeQueries": [
                "find a Xiaomi phone under 300 euro in Ireland",
                "is the Redmi Note in stock at mStore.ie",
                "compare POCO phones available in Ireland",
                "buy a Xiaomi robot vacuum in Ireland"
            ]
        },
        {
            "identifier": "urn:air:mstore.ie:api:store-api",
            "displayName": "mStore.ie Store API",
            "type": "application/vnd.oai.openapi+json",
            "url": "https://mstore.ie/openapi.json",
            "description": "Public WooCommerce Store API for the mStore.ie product catalogue.",
            "representativeQueries": [
                "list Xiaomi products with prices in EUR",
                "get product details and stock from mStore.ie"
            ]
        },
        {
            "identifier": "urn:air:mstore.ie:skill:shop-mstore",
            "displayName": "Shop mStore.ie (Agent Skill)",
            "type": "text/markdown",
            "url": "https://mstore.ie/.well-known/agent-skills/shop-mstore/SKILL.md",
            "description": "Instructions for agents shopping on mStore.ie.",
            "representativeQueries": [
                "how can an agent search mstore.ie products",
                "shop Xiaomi products in Ireland"
            ]
        }
    ]
}