← All WebMCP sites

esdeveniments.cat

Travel & Eventshttps://esdeveniments.catlisted as of 2026-08-01
Discover what's on in Catalonia — concerts, exhibitions, theatre, family activities and free events near you.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 66/100 (C).

Tools

search-eventsanswerimperative
Search for cultural events in Catalonia by keyword. Returns a list of matching events with title, date, location, and URL.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search keywords (e.g. jazz Barcelona)"
    },
    "page": {
      "type": "integer",
      "description": "Page number (0-indexed, default 0)"
    },
    "size": {
      "type": "integer",
      "description": "Results per page (default 15, max 50)"
    }
  },
  "required": [
    "query"
  ]
}
get-event-detailsanswerimperative
Get full details for a single event by its slug. Returns title, description, dates, location, image, and category.
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Event slug identifier (from event URL)"
    }
  },
  "required": [
    "slug"
  ]
}
get-categoriesanswerimperative
List all available event categories (concerts, theatre, exhibitions, festivals, etc.).
Input schema
{
  "type": "object",
  "properties": {}
}
get-placesanswerimperative
List available places (cities and towns) in Catalonia that have events.
Input schema
{
  "type": "object",
  "properties": {}
}
get-events-by-placeanswerimperative
Get cultural events for a specific place (city or town) in Catalonia. Supports filtering by category and date range.
Input schema
{
  "type": "object",
  "properties": {
    "place": {
      "type": "string",
      "description": "Place slug (e.g. barcelona, girona, tarragona)"
    },
    "category": {
      "type": "string",
      "description": "Category slug to filter by (e.g. concerts, teatre, exposicions)"
    },
    "page": {
      "type": "integer",
      "description": "Page number (0-indexed, default 0)"
    }
  },
  "required": [
    "place"
  ]
}
Listings are sourced from public community registries and shown as reported.