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