租房整合(MCP&Agent挑战赛)

xiaowu93/rent_integration_mcp
0 Stars 444 次浏览 小五 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "gradio": {
      "args": [
        "mcp-remote",
        "https://xiaowu93-rent-integration-mcp.ms.show/gradio_api/mcp/sse",
        "--transport",
        "sse-only"
      ],
      "command": "npx"
    }
  }
}

服务介绍

核心是解决租客**“多平台重复查询、信息分散难对比、虚假房源踩坑”的核心痛点,通过标准化接口连接多源房源、自动化流程简化操作、智能处理提升决策效率**,最终实现“一次设置,全平台覆盖,精准推送”的租房体验。

相关 MCP 服务