German Real Estate Server
БесплатноНе проверенEnables AI agents to search for German property listings (rent/buy) on immowelt.de with structured JSON output, no API key required.
Описание
Enables AI agents to search for German property listings (rent/buy) on immowelt.de with structured JSON output, no API key required.
README
A free MCP server that gives your AI agent structured German property listings from immowelt.de. One tool, clean JSON, no API key and no proxy — it just works.
Tool
search_properties
| Param | Type | Example |
|---|---|---|
city |
string | "berlin", "munich", "hamburg", "cologne" |
transaction_type |
string | "rent" or "buy" |
property_type |
string | "apartment", "house", "plot", "commercial" |
min_price / max_price |
int (EUR) | 800 / 2000 |
min_size |
int (m²) | 60 |
min_rooms |
number | 3 |
limit |
int | 10 (free tier capped) |
Returns { "listings": [ { price_eur, price_label, size_sqm, rooms, floor, address, district, city, plz, url, image_url } ], "note": "..." }.
Quick start (no key needed)
git clone <this repo> && cd german-realestate-mcp
python3.11 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
Add to your MCP client (e.g. Claude Desktop claude_desktop_config.json) — no env vars required:
{
"mcpServers": {
"german-real-estate": {
"command": "/absolute/path/german-realestate-mcp/venv/bin/python",
"args": ["/absolute/path/german-realestate-mcp/src/server.py"]
}
}
}
Then ask your agent: "Find 3-room apartments to rent in Munich under €2,000."
How it works
Scrapes immowelt.de directly with httpx + BeautifulSoup. Listing data only — realtor/agent
personal data is intentionally dropped. If a query returns nothing, the tool returns a small sample
so it never comes back empty.
Free tier & beyond
The free tier caps results (REALESTATE_FREE_LIMIT, default 10). A paid API is the next step:
more cities and sources (kleinanzeigen, price comparison), detail-page enrichment, price history,
and higher limits. The free MCP server is the front door.
Develop
pip install -r requirements-dev.txt
pytest
Legal
Returns listing data only (price/size/rooms/location) — no personal data. Use in line with immowelt's terms and applicable law.
Установка German Real Estate Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/benthepythondev00/german-realestate-mcpFAQ
German Real Estate Server MCP бесплатный?
Да, German Real Estate Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для German Real Estate Server?
Нет, German Real Estate Server работает без API-ключей и переменных окружения.
German Real Estate Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить German Real Estate Server в Claude Desktop, Claude Code или Cursor?
Открой German Real Estate Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare German Real Estate Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
