events

Pack: madrid-events · Endpoint: https://gateway.pipeworx.io/madrid-events/mcp

Find cultural events & activities in Madrid, Spain (next ~100 days). Filter by keyword, free admission, and date window. Returns events with venue, address, geo, audience and price. Content is in Spanish.

Parameters

NameTypeRequiredDescription
querystringnoKeyword over title, description and venue, e.g. “música”, “exposición”, “teatro”.
free_onlybooleannoIf true, only free events.
fromstringnoInclude events on/after this date YYYY-MM-DD (default: today).
tostringnoInclude events starting on/before this date YYYY-MM-DD.
limitnumbernoMax events (1-${MAX_LIMIT}, default 20).
offsetnumbernoPagination offset (default 0).

Example call

curl -X POST https://gateway.pipeworx.io/madrid-events/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"events","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "madrid-events": {
      "url": "https://gateway.pipeworx.io/madrid-events/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 23, 2026