{
    "$schema": "https://modelcontextprotocol.io/schema/server-card/v1",
    "serverInfo": {
        "name": "Magnolia Medical Aesthetics WebMCP",
        "version": "1.0"
    },
    "description": "WebMCP endpoints for Magnolia Medical Aesthetics",
    "transport": [
        {
            "type": "http",
            "url": "https://magnoliabodysculpting.com/wp-json/g99-webmcp/v1/execute",
            "method": "POST",
            "contentType": "application/json"
        }
    ],
    "capabilities": {
        "tools": true
    },
    "links": {
        "manifest": "https://magnoliabodysculpting.com/wp-json/g99-webmcp/v1/manifest",
        "homepage": "https://magnoliabodysculpting.com/"
    }
}