WebMCP

TravelWebMCP verified

real-estate-map WebMCP tools

Chrome Labs real estate map demo

4 tools1 methodsspec API surface

What can an agent do with real-estate-map WebMCP tools?

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.

WebMCP tools on real-estate-map

Tool 1 of 4WebMCPAnswer

search_location

Searches for real estate properties in a given city or neighborhood by navigating to the map view.

How to install

Open the real-estate-map website and ask your browser agent to use search_location

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the search_location tool on real-estate-map with location: <string>. Return the structured result and cite the source page.

Input contract

  • location string Enter a city like 'Seattle'

Open the source definition

Tool 2 of 4WebMCPAction

apply_smart_filters

Filters the real estate properties displayed on the map and list based on criteria like location, price, property type, area, bedrooms, and specific features.

How to install

Open the real-estate-map website and ask your browser agent to use apply_smart_filters

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

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.

Input contract

  • 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').

Open the source definition

Tool 3 of 4WebMCPAction

clear_filters

Resets all filters to their default states and shows all available properties.

How to install

Open the real-estate-map website and ask your browser agent to use clear_filters

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the clear_filters tool on real-estate-map. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 4 of 4WebMCPAnswer

    view_property_details

    Focuses the map on a specific property by ID and opens its details window.

    How to install

    Open the real-estate-map website and ask your browser agent to use view_property_details

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the view_property_details tool on real-estate-map with property_id: <integer>. Return the structured result and cite the source page.

    Input contract

    • property_id integer The ID of the property to view.

    Open the source definition