{
    "protocolVersion": "0.3.0",
    "name": "M&M Scrubs",
    "description": "M&M Scrubs",
    "version": "1.0.0",
    "url": "https://mmscrub.com/wp-json/qweb-ar/v1/mcp",
    "preferredTransport": "JSONRPC",
    "provider": {
        "organization": "M&M Scrubs",
        "url": "https://mmscrub.com/"
    },
    "documentationUrl": "https://mmscrub.com/auth.md",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "supportedInterfaces": [
        {
            "url": "https://mmscrub.com/wp-json/qweb-ar/v1/mcp",
            "transport": "JSONRPC"
        }
    ],
    "additionalInterfaces": [
        {
            "url": "https://mmscrub.com/wp-json/qweb-ar/v1/mcp",
            "transport": "JSONRPC"
        }
    ],
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json"
    ],
    "skills": [
        {
            "id": "site-information",
            "name": "Site information",
            "description": "Answer questions about what this site is, what it offers and which pages cover which subject.",
            "tags": [
                "information",
                "search"
            ]
        },
        {
            "id": "content-search",
            "name": "Content search",
            "description": "Find published pages and posts on this site by keyword and return their text.",
            "tags": [
                "search",
                "content"
            ]
        },
        {
            "id": "product-lookup",
            "name": "Product lookup",
            "description": "List products with their current price, currency and stock status, read directly from the store.",
            "tags": [
                "commerce",
                "products",
                "catalog"
            ]
        }
    ],
    "securitySchemes": {},
    "security": [],
    "iconUrl": "https://mmscrub.com/wp-content/uploads/2026/03/cropped-Untitled-design1.png"
}