WebMCP

TravelCommunity skill

google.com WebMCP tools

Search Google Flights for one-way or round-trip itineraries between two airports on given dates via a tfs deep-link, returning the cheapest options with airline, total duration, stops, depart/arrive times, and a booking link. Read-only.

2 tools2 methodsCommunity listing API surface

What can an agent do with google.com WebMCP tools?

Search Google Flights for one-way or round-trip itineraries between two airports on given dates via a tfs deep-link, returning the cheapest options with airline, total duration, stops, depart/arrive times, and a booking link. Read-only. 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 google.com

Tool 1 of 2BrowserAction

search-flights

Search Google Flights for one-way or round-trip itineraries between two airports on given dates via a tfs deep-link, returning the cheapest options with airline, total duration, stops, depart/arrive times, and a booking link. Read-only.

How to install

browse skills add google.com/search-flights-ts4g1f

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-flights tool on google.com with query: <string>. Return the structured result and cite the source page.

Input contract

  • query string The thing to search for.

Open the source definition

Tool 2 of 2HybridAnswer

company-legal-address-finder

Given a company's common name, locate its official site via Google (or Browserbase Search API) and parse Terms / Privacy Policy / Imprint for the legal entity name and registered physical address. Returns { legalName, address, source } plus optional affiliates for multi-entity companies.

How to install

browse skills add google.com/company-legal-address-finder-o5en7s

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 company-legal-address-finder tool on google.com with query: <string>, location: <string>. Return the structured result and cite the source page.

Input contract

  • query string The thing to search for.
  • location string A place, city, or address.

Open the source definition