Back to Guides
How to Connect ImmobilienScout24 to Claude for AI-Powered Property Search
Connect ImmobilienScout24 to Claude AI using MCP. Search properties and manage listings with natural language. Step-by-step setup guide.
Pre-built adapter available on AnythingMCP Cloud
Skip the self-hosted setup — install this adapter in one click with a free trial. No credit card required.
Install on Cloud — Free TrialConnect ImmobilienScout24 to Claude
ImmobilienScout24 is Germany's largest real estate portal. With AnythingMCP, you can connect IS24 to Claude AI and search properties using natural language.
What You Can Do
- "Find apartments in Berlin Mitte under 1200€ warm"
- "Show me details for expose 12345678"
- "Search for locations matching 'Freiburg'"
- "What 2-room flats are available in Munich?"
Setup
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- Open
http://localhost:3000/connectors/storeand import the ImmobilienScout24 adapter - Enter your IS24 OAuth2 client ID and client secret
- Assign the connector to an MCP server
Connect Claude
{
"mcpServers": {
"immobilienscout24": { "url": "http://localhost:4000/mcp" }
}
}
Available Tools
| Tool | Description |
|------|-------------|
| is24_search_properties | Search listings by location and filters |
| is24_search_locations | Find GeoCode IDs for property searches |
| is24_get_property | Get full property details by expose ID |