ee.city24/real-estate
Official1 toolCity24.ee - Real Estate marketplace
Live Estonia real estate listings with search, geo filters, and property metadata.
Search and filter live real estate listings in Estonia with property metadata.
Captured live from the server via tools/list.
search-listings
Search real estate listings by property type, transaction type, price range, area, floor, lot size, and location. Use locationName for the most specific known location (e.g., street, district, or city). Some filters apply only to certain property types: floor filters are for apartments, and lot area filters are for houses or land.
Parameters (13)
- unitTypestringrequired
The type of property
- transactionTypestringrequired
The type of transaction
- priceMinnull | number
Minimum price
- priceMaxnull | number
Maximum price
- roomCountnull | string
Number of rooms
- areaMinnull | number
Minimum area in square meters
- areaMaxnull | number
Maximum area in square meters
- floorMinnull | number
Minimum floor
- floorMaxnull | number
Maximum floor
- projectTypenull | string
Building/project type (series)
- lotAreaMinnull | number
Minimum lot area in square meters
- lotAreaMaxnull | number
Maximum lot area in square meters
- locationNamenull | string
Target location at the lowest available level (e.g., street, district, or city)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"real-estate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.city24.ee/_mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.