{
    "ok": true,
    "server": {
        "name": "com.semerenkogroup.public-site",
        "title": "Semerenko Group Public Site MCP",
        "description": "Read-only public MCP interface for Semerenko Group content, plugin/tool inventory, city guides, listings, market insights, and handoff URLs.",
        "transport": "streamable-http",
        "protocolVersion": "2025-03-26",
        "url": "https://semerenkogroup.com/mcp",
        "restUrl": "https://semerenkogroup.com/wp-json/sg-agent/v1/mcp",
        "capabilities": {
            "tools": true,
            "resources": true,
            "prompts": true,
            "publicOnly": true,
            "readOnly": true
        }
    },
    "usage": "POST JSON-RPC 2.0 requests to this URL. Public read-only tools/resources only; no private signing documents, admin data, secrets, or silent lead submissions are exposed.",
    "methods": [
        "initialize",
        "tools/list",
        "tools/call",
        "resources/list",
        "resources/read",
        "prompts/list",
        "prompts/get",
        "ping"
    ],
    "manifest": "https://semerenkogroup.com/.well-known/mcp.json",
    "contentIndex": "https://semerenkogroup.com/ai-content-index.json"
}