Cenogram - Polish Real Estate Data
Server Details
7M+ real estate transactions from Poland's RCN registry. Search, compare, and analyze prices.
- Status
- Unhealthy
- OAuth
- Works in Glama
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Added
get_parcel_report
1 tool update
- Added
estimate_value
1 tool update
- Added
get_transaction_farmland
1 tool update
- Added
resolve_parcel
1 tool update
- Added
get_transaction_planning
2 tool updates
- Changed
get_price_spread1 field changed- changed
Input schema / properties / location / descriptionPrevious value: -"City name, resolves to a county (e.g. 'Warszawa', 'Kraków', 'Gdańsk'). Use this OR teryt."New value: +"County-level city name — must be a miasto na prawach powiatu or a catalog entry from list_price_spread_locations (e.g. 'Warszawa', 'Kraków', 'Gdańsk'). A town within a larger powiat, a non-Warszawa district, or an osiedle will 404 — check the catalog or use teryt first. Use this OR teryt."
- Changed
get_rental_yield1 field changed- changed
Input schema / properties / location / descriptionPrevious value: -"City name, resolves to a county (e.g. 'Warszawa', 'Kraków', 'Gdańsk'). Use this OR teryt."New value: +"County-level city name — must be a miasto na prawach powiatu or a catalog entry from list_rental_yield_locations (e.g. 'Warszawa', 'Kraków', 'Gdańsk'). A town within a larger powiat, a non-Warszawa district, or an osiedle will 404 — check the catalog or use teryt first. Use this OR teryt."
4 tool updates
- Changed
compare_locations1 field changed- added
Input schema / properties / floorAdded value: +{ + "description": "Floor of the unit (piętro lokalu, residential). Multi-select buckets: exact integers incl. '0' (parter) and negatives e.g. '-1' (basement), 'Nplus' e.g. '10plus' = 10 or more, '0plus' = ground and above, 'unknown' = no floor recorded (NULL). E.g. ['0','1','2'] for ground-to-2nd floor. Building storeys are a different attribute. Without 'unknown', rows with no floor are excluded.", + "items": { + "pattern": "^(-?\\d+|\\d+plus|unknown)$", + "type": "string" + }, + "type": "array" +}
- Changed
search_by_area1 field changed- added
Input schema / properties / floorAdded value: +{ + "description": "Floor of the unit (piętro lokalu, residential). Multi-select buckets: exact integers incl. '0' (parter) and negatives e.g. '-1' (basement), 'Nplus' e.g. '10plus' = 10 or more, '0plus' = ground and above, 'unknown' = no floor recorded (NULL). E.g. ['0','1','2'] for ground-to-2nd floor. Building storeys are a different attribute. Without 'unknown', rows with no floor are excluded.", + "items": { + "pattern": "^(-?\\d+|\\d+plus|unknown)$", + "type": "string" + }, + "type": "array" +}
- Changed
search_by_polygon1 field changed- added
Input schema / properties / floorAdded value: +{ + "description": "Floor of the unit (piętro lokalu, residential). Multi-select buckets: exact integers incl. '0' (parter) and negatives e.g. '-1' (basement), 'Nplus' e.g. '10plus' = 10 or more, '0plus' = ground and above, 'unknown' = no floor recorded (NULL). E.g. ['0','1','2'] for ground-to-2nd floor. Building storeys are a different attribute. Without 'unknown', rows with no floor are excluded.", + "items": { + "pattern": "^(-?\\d+|\\d+plus|unknown)$", + "type": "string" + }, + "type": "array" +}
- Changed
search_transactions1 field changed- added
Input schema / properties / floorAdded value: +{ + "description": "Floor of the unit (piętro lokalu, residential). Multi-select buckets: exact integers incl. '0' (parter) and negatives e.g. '-1' (basement), 'Nplus' e.g. '10plus' = 10 or more, '0plus' = ground and above, 'unknown' = no floor recorded (NULL). E.g. ['0','1','2'] for ground-to-2nd floor. Building storeys are a different attribute. Without 'unknown', rows with no floor are excluded.", + "items": { + "pattern": "^(-?\\d+|\\d+plus|unknown)$", + "type": "string" + }, + "type": "array" +}
1 tool update
- Added
get_infrastructure_signals
1 tool update
- Added
get_transaction_permits
2 tool updates
- Changed
get_price_spread1 field changed- changed
Input schema / properties / teryt / descriptionPrevious value: -"TERYT county code (4 digits, e.g. 1465 = Warszawa). Longer codes (gmina/precinct) are truncated to the county. Wins over location when both are provided."New value: +"TERYT code. 4 digits = county (e.g. 1465 = Warszawa). 6 digits = dzielnica where available (today: Warszawa's 18 districts, e.g. 146510 = Śródmieście) → spread for that district. Other longer codes (gmina/precinct) are truncated to the county. Wins over location when both are provided."
- Changed
get_rental_yield1 field changed- changed
Input schema / properties / teryt / descriptionPrevious value: -"TERYT county code (4 digits, e.g. 1465 = Warszawa). Longer codes (gmina/precinct) are truncated to the county. Wins over location when both are provided."New value: +"TERYT code. 4 digits = county (e.g. 1465 = Warszawa). 6 digits = dzielnica where available (today: Warszawa's 18 districts, e.g. 146510 = Śródmieście) → yield for that district. Other longer codes (gmina/precinct) are truncated to the county. Wins over location when both are provided."
4 tool updates
- Added
get_price_spread - Added
get_rental_yield - Added
list_price_spread_locations - Added
list_rental_yield_locations
1 tool update
- Added
get_transaction_transit
4 tool updates
- Changed
compare_locations1 field changed- added
Input schema / properties / ownershipTypeAdded value: +{ + "description": "Ownership / legal-right type filter (rodzaj prawa do nieruchomości). land_ownership; perpetual_usufruct (użytkowanie wieczyste — covers both registry codes for this right); cooperative_ownership; unit_sale; ownership; unit_ownership_with_appurtenant_right; building_ownership_with_appurtenant_right. 'unknown' = no right recorded (NULL). Multi-select; e.g. ['land_ownership','perpetual_usufruct'] to compare ownership vs perpetual usufruct on undeveloped land.", + "items": { + "enum": [ + "land_ownership", + "perpetual_usufruct", + "cooperative_ownership", + "unit_sale", + "ownership", + "unit_ownership_with_appurtenant_right", + "building_ownership_with_appurtenant_right", + "unknown" + ], + "type": "string" + }, + "type": "array" +}
- Changed
search_by_area1 field changed- added
Input schema / properties / ownershipTypeAdded value: +{ + "description": "Ownership / legal-right type filter (rodzaj prawa do nieruchomości). land_ownership; perpetual_usufruct (użytkowanie wieczyste — covers both registry codes for this right); cooperative_ownership; unit_sale; ownership; unit_ownership_with_appurtenant_right; building_ownership_with_appurtenant_right. 'unknown' = no right recorded (NULL). Multi-select; e.g. ['land_ownership','perpetual_usufruct'] to compare ownership vs perpetual usufruct on undeveloped land.", + "items": { + "enum": [ + "land_ownership", + "perpetual_usufruct", + "cooperative_ownership", + "unit_sale", + "ownership", + "unit_ownership_with_appurtenant_right", + "building_ownership_with_appurtenant_right", + "unknown" + ], + "type": "string" + }, + "type": "array" +}
- Changed
search_by_polygon1 field changed- added
Input schema / properties / ownershipTypeAdded value: +{ + "description": "Ownership / legal-right type filter (rodzaj prawa do nieruchomości). land_ownership; perpetual_usufruct (użytkowanie wieczyste — covers both registry codes for this right); cooperative_ownership; unit_sale; ownership; unit_ownership_with_appurtenant_right; building_ownership_with_appurtenant_right. 'unknown' = no right recorded (NULL). Multi-select; e.g. ['land_ownership','perpetual_usufruct'] to compare ownership vs perpetual usufruct on undeveloped land.", + "items": { + "enum": [ + "land_ownership", + "perpetual_usufruct", + "cooperative_ownership", + "unit_sale", + "ownership", + "unit_ownership_with_appurtenant_right", + "building_ownership_with_appurtenant_right", + "unknown" + ], + "type": "string" + }, + "type": "array" +}
- Changed
search_transactions1 field changed- added
Input schema / properties / ownershipTypeAdded value: +{ + "description": "Ownership / legal-right type filter (rodzaj prawa do nieruchomości). land_ownership; perpetual_usufruct (użytkowanie wieczyste — covers both registry codes for this right); cooperative_ownership; unit_sale; ownership; unit_ownership_with_appurtenant_right; building_ownership_with_appurtenant_right. 'unknown' = no right recorded (NULL). Multi-select; e.g. ['land_ownership','perpetual_usufruct'] to compare ownership vs perpetual usufruct on undeveloped land.", + "items": { + "enum": [ + "land_ownership", + "perpetual_usufruct", + "cooperative_ownership", + "unit_sale", + "ownership", + "unit_ownership_with_appurtenant_right", + "building_ownership_with_appurtenant_right", + "unknown" + ], + "type": "string" + }, + "type": "array" +}
3 tool updates
- Added
get_transaction_heritage - Changed
search_by_area1 field changed- added
Input schema / properties / heritageStatusAdded value: +{ + "description": "Heritage-listing filter. listed = a protected monument on/at the property's land; zone = the land lies within a protected urban layout or the designated surroundings of a monument. Selects ONLY transactions where a listing was detected; absence of a detection is never asserted as 'not listed'. Multi-select; e.g. ['listed'] = individually listed properties only.", + "items": { + "enum": [ + "listed", + "zone" + ], + "type": "string" + }, + "type": "array" +}
- Changed
search_transactions1 field changed- added
Input schema / properties / heritageStatusAdded value: +{ + "description": "Heritage-listing filter. listed = a protected monument on/at the property's land; zone = the land lies within a protected urban layout or the designated surroundings of a monument. Selects ONLY transactions where a listing was detected; absence of a detection is never asserted as 'not listed'. Multi-select; e.g. ['listed'] = individually listed properties only.", + "items": { + "enum": [ + "listed", + "zone" + ], + "type": "string" + }, + "type": "array" +}
3 tool updates
- Added
get_transaction_landslide - Changed
search_by_area1 field changed- added
Input schema / properties / landslideRiskAdded value: +{ + "description": "Landslide-hazard filter, from official landslide-hazard maps (1:10,000 scale). 'landslide' = the land intersects a mapped landslide area; 'threatened' = an area threatened by mass movements. Selects ONLY transactions whose land intersects a mapped hazard area — an intersection means overlap with a mapped area, not that the parcel itself is a landslide; absence of a zone is never asserted as 'safe'. Multi-select; e.g. ['landslide','threatened'] = any mapped hazard.", + "items": { + "enum": [ + "landslide", + "threatened" + ], + "type": "string" + }, + "type": "array" +}
- Changed
search_transactions1 field changed- added
Input schema / properties / landslideRiskAdded value: +{ + "description": "Landslide-hazard filter, from official landslide-hazard maps (1:10,000 scale). 'landslide' = the land intersects a mapped landslide area; 'threatened' = an area threatened by mass movements. Selects ONLY transactions whose land intersects a mapped hazard area — an intersection means overlap with a mapped area, not that the parcel itself is a landslide; absence of a zone is never asserted as 'safe'. Multi-select; e.g. ['landslide','threatened'] = any mapped hazard.", + "items": { + "enum": [ + "landslide", + "threatened" + ], + "type": "string" + }, + "type": "array" +}
1 tool update
- Added
get_transaction_surroundings
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityCmaintenanceEnables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.MIT
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.11961MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
All 27 tools have clearly distinct purposes with thorough descriptions. Despite many tools dealing with similar domains (e.g., price statistics vs. price distribution vs. price spread), each targets a different aspect or output format. The get_transaction_* tools each cover a unique enrichment layer, and search tools are distinguished by spatial method. No two tools are easily confused.
Naming largely follows a verb_noun pattern: 'get_' for data retrieval, 'list_' for enumeration, 'search_' for transaction queries, with a few exceptions like 'compare_locations', 'estimate_value', 'resolve_parcel'. The deviations are sensible and intuitive, but the set is not perfectly uniform (e.g., 'list_price_spread_locations' vs 'list_locations'). Overall consistent and predictable.
27 tools is on the high side but appropriate given the complexity of the Polish real estate domain. The tool set covers parcel data, transactions, demographics, infrastructure, price analytics, and multiple enrichment layers. While some consolidation might be possible, each tool serves a distinct analytical need and the count does not feel bloated.
The surface is remarkably comprehensive, covering transaction search (by filters, area, polygon), parcel reports, price analysis, demographic/infrastructure data, and numerous parcel enrichment layers. Minor gaps exist, such as no direct property-to-property comparison (only area-level via compare_locations) and no rental market data beyond yield estimation, but the core workflows (discover, evaluate, due diligence) are well supported.