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