No install? Use cloud.anythingmcp.com directly.
Sign in, install the ImmobilienScout24 API in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
使用 MCP 将 ImmobilienScout24 连接到 Claude AI。使用自然语言搜索房产和管理列表。逐步设置指南。
将 ImmobilienScout24 连接到 Claude
ImmobilienScout24 是德国最大的房地产门户网站。通过 AnythingMCP,您可以将 IS24 连接到 Claude AI,并使用自然语言搜索房产。
您可以做什么
- "在柏林米特区寻找 1200€ 以下的公寓"
- "显示曝光 12345678 的详细信息"
- "搜索匹配 '弗赖堡' 的地点"
- "慕尼黑有哪些 2 房公寓可用?"
设置
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- 打开
http://localhost:3000/connectors/store并导入 ImmobilienScout24 适配器 - 输入您的 IS24 OAuth2 客户端 ID 和 客户端密钥
- 将连接器分配给 MCP 服务器
连接 Claude
{
"mcpServers": {
"immobilienscout24": { "url": "http://localhost:4000/mcp" }
}
}
可用工具
| 工具 | 描述 |
|---|---|
is24_search_properties | 按位置和过滤器搜索列表 |
is24_search_locations | 查找房产搜索的 GeoCode ID |
is24_get_property | 通过曝光 ID 获取完整的房产详细信息 |
这份指南对您有帮助吗?