Connector guide1-minute read3 MCP toolsEN · DE · IT

如何将 Immobilienscout24 连接到 Gemini — 通过 MCP

使用 MCP 将 ImmobilienScout24 连接到 Claude AI。使用自然语言搜索房产和管理列表。逐步设置指南。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

ImmobilienScout24 API

MCP connector

ImmobilienScout24 API

Search real estate listings on ImmobilienScout24, Germany's largest property portal, from any AI assistant. Find apartments and houses for sale or rent, resolve location GeoCodes, and read full listing detail. 3 tools, requires ImmobilienScout24 API credentials (OAuth 1.0a).

Tools

3

Region

DE

Category

Real Estate

Authentication

OAUTH1

Required env vars

IS24_CLIENT_IDIS24_CLIENT_SECRET
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

Summary

使用 MCP 将 ImmobilienScout24 连接到 Claude AI。使用自然语言搜索房产和管理列表。逐步设置指南。

试试这样问

ImmobilienScout24 API 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

ImmobilienScout24 API · 通过 MCP 实时
分享
Opus 4.7

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
  1. 打开 http://localhost:3000/connectors/store 并导入 ImmobilienScout24 适配器
  2. 输入你的 IS24 API 密钥密钥(secret)
  3. 将连接器分配给 MCP 服务器

获取 IS24 凭据

ImmobilienScout24 使用 OAuth 1.0a — AnythingMCP 会为你对每个请求进行签名,因此你只需要一对密钥:

  1. 前往 IS24 自助服务门户
  2. 使用 ImmobilienScout24 商业账户 登录,或创建一个。非商业账户无法获得 API 访问权限。
  3. 生成一组 API 密钥(用于测试的沙盒密钥和/或用于实时数据的生产密钥)。
  4. 生产密钥需要接受 API 使用条款;某些使用场景需要合作伙伴审批,且使用须遵循 IS24 的价目表。
  5. API 密钥 粘贴到 IS24_CLIENT_ID,将 密钥(secret) 粘贴到 IS24_CLIENT_SECRET

连接 Claude

{
  "mcpServers": {
    "immobilienscout24": { "url": "http://localhost:4000/mcp" }
  }
}

可用工具

工具描述
is24_search_properties按位置和过滤器搜索列表
is24_search_locations查找房产搜索的 GeoCode ID
is24_get_property通过曝光 ID 获取完整的房产详细信息

这份指南对你有帮助吗?

Ready to ship

Your ImmobilienScout24 agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

相关指南