{
    "serverInfo": {
        "name": "Haiwaizhijia (\u6d77\u5916\u4e4b\u5bb6) | Direct U.S. Real Estate Developers &amp; Texas Villa Investments MCP Server",
        "version": "1.0.0",
        "description": "Direct Primary Developer Allocation | 6\u20138% Guaranteed Annual ROI - MCP compatible"
    },
    "transport": {
        "type": "https",
        "endpoint": "https://haiwaizhijia.com/mcp"
    },
    "capabilities": [
        "tools",
        "resources",
        "prompts"
    ],
    "tools": [
        {
            "name": "search_content",
            "description": "Search site content",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string"
                    }
                }
            }
        },
        {
            "name": "get_page",
            "description": "Get page as markdown",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "url": {
                        "type": "string"
                    }
                }
            }
        }
    ]
}