Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the ImmobilienScout24 API in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
通过 MCP 将 ImmobilienScout24 连接到 ChatGPT。使用自然语言搜索房产、浏览房源并获取房地产数据。
试试这样问
ImmobilienScout24 API 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
将 ImmobilienScout24 连接到 ChatGPT
ImmobilienScout24 是德国最大的房地产门户网站。使用 AnythingMCP,你可以通过 MCP 将 IS24 的 API 暴露给 ChatGPT — 使用自然语言搜索房产、浏览房源并分析房地产数据。
快速设置
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- 打开
http://localhost:3000/connectors/store并导入 ImmobilienScout24 适配器 - 输入你的 IS24 API 密钥和密钥(secret)
- 分配给 MCP 服务器
获取 IS24 凭据
ImmobilienScout24 使用 OAuth 1.0a — AnythingMCP 会为你对每个请求进行签名,因此你只需要一对密钥:
- 前往 IS24 自助服务门户。
- 使用 ImmobilienScout24 商业账户 登录,或创建一个。非商业账户无法获得 API 访问权限。
- 生成一组 API 密钥(用于测试的沙盒密钥和/或用于实时数据的生产密钥)。
- 生产密钥需要接受 API 使用条款;某些使用场景需要合作伙伴审批,且使用须遵循 IS24 的价目表。
- 将 API 密钥 粘贴到
IS24_CLIENT_ID,将 密钥(secret) 粘贴到IS24_CLIENT_SECRET。
连接到 ChatGPT
{
"mcpServers": {
"immobilienscout24": { "url": "https://your-anythingmcp-instance.com/mcp" }
}
}
使用案例
- "查找柏林 1500€/月以下的三居室公寓" — 带过滤器的房产搜索
- "显示房源 12345678 的详细信息" — 完整的房产信息
- "哪些地点与 'Freiburg im Breisgau' 匹配?" — 地理编码的地点搜索
- "比较慕尼黑与汉堡的可用公寓" — 市场分析
这份指南对你有帮助吗?