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
通过 AI 代理和 MCP 在 ImmobilienScout24 上搜索和浏览房地产列表。查找德国的公寓、房屋和商业物业。
试试这样问
ImmobilienScout24 API 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
使用 AI 代理的 ImmobilienScout24
ImmobilienScout24 是德国最大的房地产门户网站。将其 API 连接到 MCP 可以使 AI 代理搜索物业、浏览列表并获取详细的物业信息。
使用内置适配器快速设置
第 1 步:部署 AnythingMCP
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
第 2 步:导入 ImmobilienScout24 适配器
打开 http://localhost:3000/connectors/store,然后点击 ImmobilienScout24 API 适配器上的 导入。在提示时输入你的 OAuth 客户端 ID 和客户端密钥。
第 3 步:获取 API 访问权限
在 IS24 开发者中心 注册并创建一个应用程序以获取 OAuth 凭据。
第 4 步:连接到你的 AI 代理
{
"mcpServers": {
"is24": {
"url": "http://localhost:4000/mcp"
}
}
}
可用工具
| 工具 | 描述 |
|---|---|
is24_search_properties | 按位置、类型、价格、大小搜索列表 |
is24_search_locations | 查找位置的 GeoCode ID(搜索所需) |
is24_get_property | 获取特定列表的完整详细信息 |
AI 代理用例
- "在柏林米特地区寻找租金低于 1,500 欧元的三居室公寓"
- "给我展示慕尼黑有花园的待售房屋"
- "汉堡公寓的平均租金是多少?"
- "获取列表 123456789 的详细信息"
这份指南对你有帮助吗?