INDIVIDUAL MCP TOOL
listEvents
Search and browse cultural events in Catalonia by place, date, category, or keyword.
LIVE ENDPOINT
https://www.esdeveniments.cat/mcp
Connect to this endpoint to inspect the live schema for listEvents and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.esdeveniments-cat]
url = "https://www.esdeveniments.cat/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"esdeveniments-cat": {
"type": "http",
"url": "https://www.esdeveniments.cat/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: esdeveniments-cat
Remote MCP URL: https://www.esdeveniments.cat/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"esdeveniments-cat": {
"url": "https://www.esdeveniments.cat/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"esdeveniments-cat": {
"type": "http",
"url": "https://www.esdeveniments.cat/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "esdeveniments-cat",
"transport": "streamable-http",
"url": "https://www.esdeveniments.cat/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
getEvent— Get full details for a single cultural event by its slug or ID.listNews— Browse local cultural news articles from Catalonia, optionally filtered by place.listCategories— List all event categories available on Esdeveniments.cat (concerts, theatre, exhibitions, festivals, etc.)listPlaces— List all towns, cities, and regions (comarques) in Catalonia where events are available.