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 ChatGPT using MCP. Search properties, browse listings, and get real estate data with natural language.
Connect ImmobilienScout24 to ChatGPT
ImmobilienScout24 is Germany's largest real estate portal. Using AnythingMCP, you can expose IS24's API to ChatGPT through MCP — search properties, browse listings, and analyze real estate data in natural language.
Quick 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 secret
- Assign to an MCP server
Connect to ChatGPT
{
"mcpServers": {
"immobilienscout24": { "url": "https://your-anythingmcp-instance.com/mcp" }
}
}
Use Cases
- "Find 3-room apartments in Berlin under 1500€/month" — Property search with filters
- "Show me details for listing 12345678" — Full property information
- "What locations match 'Freiburg im Breisgau'?" — Location search for geocodes
- "Compare available apartments in Munich vs Hamburg" — Market analysis
Was this guide helpful?