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
Connect ImmobilienScout24 to Claude AI using MCP. Search properties and manage listings with natural language. Step-by-step setup guide.
Connect 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 |
Was this guide helpful?