← All WebMCP sites

feverup.com

Travel & Eventshttps://feverup.com/enlisted as of 2026-08-01
Discover the best events, experiences, and things to do in your city.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 63/100 (C).

Tools

toggle_plan_favoriteactimperative
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).
Input schema
{
  "additionalProperties": false,
  "properties": {
    "planId": {
      "description": "The numeric plan ID to add or remove from favorites.",
      "minimum": 1,
      "type": "integer"
    }
  },
  "required": [
    "planId"
  ],
  "type": "object"
}
home_list_citiesactimperative
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.
Input schema
{
  "additionalProperties": false,
  "type": "object"
}
home_navigate_to_cityactimperative
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.
Input schema
{
  "additionalProperties": false,
  "properties": {
    "citySlug": {
      "description": "The city slug to navigate to, as returned by home_list_cities.",
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "citySlug"
  ],
  "type": "object"
}
webmcp_get_page_summaryactimperative
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.
Input schema
{
  "additionalProperties": false,
  "type": "object"
}
Listings are sourced from public community registries and shown as reported.