rcs-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rcs-mcpPokaż statystyki cen w Zakopanem dla lokali mieszkalnych."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rcs-mcp
Serwer MCP dla Rejestru Cen Nieruchomości z geoportal.gov.pl. Udostępnia Claude Desktop narzędzia do wyszukiwania obszarów w Polsce i sprawdzania rzeczywistych transakcji nieruchomościowych z aktów notarialnych.
Co udostępnia
znajdz_obszar(nazwa, poziom)- znajduje bbox dla województwa, powiatu, gminy, miasta albo wsi.wyszukaj_transakcje(...)- zwraca listę transakcji dla bboxa.statystyki_cen(...)- liczy min/max/avg/median ceny za m2 na próbie transakcji.
Typowy przepływ:
znajdz_obszar("Zakopane", "miasto")Weź
bboxz wyniku.statystyki_cen(bbox=...)albowyszukaj_transakcje(bbox=...)
Obsługiwane typy nieruchomości:
lokalebudynkidzialki
Related MCP server: Property Price Search MCP Server
Uruchomienie
Projekt działa przez Docker Compose. Lokalny venv nie jest potrzebny.
docker compose up -dPrzy zmianach w kodzie przebuduj obraz:
docker compose up -d --buildZatrzymanie:
docker compose downCache granic administracyjnych jest trzymany w wolumenie Dockera rcs-mcp-cache, więc pierwsze wyszukanie danego poziomu może potrwać dłużej, ale kolejne uruchomienia korzystają z zapisanych danych.
Claude Desktop
Wpis w claude_desktop_config.json:
{
"mcpServers": {
"rcs-mcp": {
"command": "/usr/local/bin/docker",
"args": [
"compose",
"-f",
"/Volumes/wew/Git/rcs-mcp/docker-compose.yml",
"exec",
"-T",
"rcs-mcp",
"rcs-mcp"
]
}
}
}Po zmianie konfiguracji zrestartuj Claude Desktop.
Źródła danych
RCN:
https://mapy.geoportal.gov.pl/wss/service/rcn?language=polPRG, granice administracyjne:
https://mapy.geoportal.gov.pl/wss/service/PZGIK/PRG/WFS/AdministrativeBoundariesPRNG, nazwy miejscowości:
https://mapy.geoportal.gov.pl/wss/service/PZGiK/PRNG/WFS/GeographicalNames
Geoportal zwraca dane jako WFS/GML. Serwer pobiera je przez httpx i parsuje lokalnie.
Ograniczenia
Filtrowanie serwerowe
CQL_FILTERw usługach Geoportalu jest ignorowane, więc projekt filtruje dane po stronie klienta.Realnie użyteczny filtr przestrzenny to
BBOX.Pierwsze wyszukanie obszaru może pobrać większą warstwę PRG/PRNG i zbudować cache.
Dane RCN bywają zaszumione, np. udziałami, garażami, komórkami lub błędnymi powierzchniami. Dla statystyk zwykle bardziej sensowna jest mediana niż średnia.
Parametr
tylko_mieszkalne=Truedomyślnie odrzuca część rekordów niemieszkalnych dla lokali i budynków.
Struktura
rcs_mcp/server.py- definicje narzędzi MCP.rcs_mcp/wfs_client.py- pobieranie i parsowanie transakcji RCN.rcs_mcp/granice.py- wyszukiwanie obszarów i cache PRG/PRNG.Dockerfile- obraz aplikacji.docker-compose.yml- uruchomienie kontenera dla Claude Desktop.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceEnables retrieval of Russian real estate cadastral data including coordinates, property information, area, cadastral value, and GeoJSON geometry by cadastral number using Rosreestr API.Last updated5MIT
- AlicenseAqualityDmaintenanceEnables users to search UK property prices by postcode, street, or city using the HM Land Registry's SPARQL endpoint. It also provides tools for resolving postcodes and finding nearby locations through Ordnance Survey data.Last updated22MIT

cenogram-mcp-serverofficial
AlicenseAqualityAmaintenance7M+ real estate transactions from Poland's RCN registry. Search, compare, and analyze pricesLast updated23771MIT- Flicense-qualityBmaintenanceEnables to query South Korean cadastral and land information (parcel boundaries, land use zones, official land prices) via VWorld Open API, supporting geocoding, reverse geocoding, and location search for real estate feasibility reviews.Last updated
Related MCP Connectors
Polish real estate for AI: 8M+ deed transaction prices (RCN) + per-parcel context by cadastral ID
Verified Polish open data for AI agents: debt, budget, 460 MPs, votings, judiciary search, RAG.
Polish company registry: 4.4M firms, KRS/REGON data, VAT white list checks, financial statements
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lakafior/rcs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server