WebMCP

TravelWebMCP verified

feverup.com WebMCP tools

Discover the best events, experiences, and things to do in your city.

4 tools1 methodsspec API surface

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

Discover the best events, experiences, and things to do in your city. 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 feverup.com

Tool 1 of 4WebMCPAction

toggle_plan_favorite

Adds or removes a plan from the user's favorites. If the plan is already a favorite it will be removed; otherwise it will be added. Works on any page that shows plan cards (gallery or calendar view).

How to install

Open the feverup.com website and ask your browser agent to use toggle_plan_favorite

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 toggle_plan_favorite tool on feverup.com with planId: <integer>. Return the structured result and cite the source page.

Input contract

  • planId integer The numeric plan ID to add or remove from favorites.

Open the source definition

Tool 2 of 4WebMCPAction

home_list_cities

Returns the list of top cities available on Fever, each with its name, slug, country, and direct feed URL. Call this to discover which cities a user can navigate to.

How to install

Open the feverup.com website and ask your browser agent to use home_list_cities

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

Input contract

  • query string The thing to search for.
  • url string The URL or page to inspect.

Open the source definition

Tool 3 of 4WebMCPAction

home_navigate_to_city

Navigates the browser to the event feed for the given city slug. Use slugs returned by home_list_cities. Navigation is blocked if the target URL leaves the current domain.

How to install

Open the feverup.com website and ask your browser agent to use home_navigate_to_city

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 home_navigate_to_city tool on feverup.com with citySlug: <string>. Return the structured result and cite the source page.

Input contract

  • citySlug string The city slug to navigate to, as returned by home_list_cities.

Open the source definition

Tool 4 of 4WebMCPAction

webmcp_get_page_summary

Returns a high-level summary of the current page and the list of available tools. Call this first on any page to understand context and capabilities.

How to install

Open the feverup.com website and ask your browser agent to use webmcp_get_page_summary

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 webmcp_get_page_summary tool on feverup.com with url: <string>. Return the structured result and cite the source page.

Input contract

  • url string The URL or page to inspect.

Open the source definition