{
    "$schema": "https://modelcontextprotocol.io/schema/server-card/v1",
    "serverInfo": {
        "name": "Dr. Christa Smith \u2014 WebMCP Bridge",
        "version": "1.6.0"
    },
    "description": "WebMCP Bridge exposes WordPress tools for AI agents on Dr. Christa Smith. Agents can search content, read posts, navigate menus, and interact with WooCommerce.",
    "transport": [
        {
            "type": "http",
            "url": "https://drchristasmith.com/wp-json/webmcp-bridge/v1/execute",
            "method": "POST",
            "contentType": "application/json"
        }
    ],
    "capabilities": {
        "tools": true
    },
    "links": {
        "manifest": "https://drchristasmith.com/wp-json/webmcp-bridge/v1/manifest",
        "homepage": "https://drchristasmith.com/",
        "plugin": "https://wordpress.org/plugins/webmcp-bridge/"
    }
}