TravelWebMCP verified
real-estate-map WebMCP tools
Chrome Labs real estate map demo
TravelWebMCP verified
Chrome Labs real estate map demo
Chrome Labs real estate map demo This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Searches for real estate properties in a given city or neighborhood by navigating to the map view.
Open the real-estate-map website and ask your browser agent to use search_locationInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the search_location tool on real-estate-map with location: <string>. Return the structured result and cite the source page.location string Enter a city like 'Seattle'Filters the real estate properties displayed on the map and list based on criteria like location, price, property type, area, bedrooms, and specific features.
Open the real-estate-map website and ask your browser agent to use apply_smart_filtersInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the apply_smart_filters tool on real-estate-map with location: <string>, types: <array>, min_price: <number>, max_price: <number>, min_area: <number>, min_bedrooms: <number>, features: <array>. Return the structured result and cite the source page.location string The city to search in (e.g., 'Seattle', 'Austin', 'Miami').types array Property types to include (e.g., 'Apartment', 'House', 'Studio', 'Condominium', 'Townhouse').min_price number Minimum price in USD ($).max_price number Maximum price in USD ($).min_area number Minimum living area in sq ft.min_bedrooms number Minimum number of bedrooms.features array Must-have amenities/features (e.g. 'Rooftop Deck', 'Central AC', 'Walk-in Closets').Resets all filters to their default states and shows all available properties.
Open the real-estate-map website and ask your browser agent to use clear_filtersInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the clear_filters tool on real-estate-map. Return the structured result and cite the source page.Focuses the map on a specific property by ID and opens its details window.
Open the real-estate-map website and ask your browser agent to use view_property_detailsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the view_property_details tool on real-estate-map with property_id: <integer>. Return the structured result and cite the source page.property_id integer The ID of the property to view.