Ask your AI about festivals
Setline runs a public MCP server, so Claude, ChatGPT and other AI agents can answer festival questions with live lineups, set times, dates and ticket links instead of stale guesses.
https://setlineapp.com/mcp Streamable HTTP · no sign-in needed · read-onlyConnect from Claude
- Open Settings → Connectors in Claude (web or desktop).
- Choose Add custom connector.
- Name it Setline and paste
https://setlineapp.com/mcpas the URL.
Connect from ChatGPT
- Turn on Developer mode in ChatGPT's settings (Apps & Connectors).
- Choose Create and paste
https://setlineapp.com/mcpas the MCP server URL. - Set authentication to No authentication.
Other MCP clients
Cursor, Windsurf and most MCP-capable tools accept this config:
{
"mcpServers": {
"setline": {
"url": "https://setlineapp.com/mcp"
}
}
}
What it can answer
search_festivals |
Search music festivals by name, country, genre, month or date range. Returns upcoming festivals by default, with dates, location, genres and links (festival page, tickets). |
get_festival |
Details for one festival: dates, location, venue, genres, description, ticket availability and links. Accepts a festival name, Setline id, or URL slug. |
get_lineup |
Who is playing a festival: the full act list with headliner billing, genres and origins. Use get_set_times for the day-by-day schedule. |
get_set_times |
The published day-by-day schedule for a festival: stages and set times, optionally filtered to one artist, date or stage. Times are local to the festival. |
search_artists |
Search artists who are playing upcoming festivals. Returns each artist with their upcoming festival appearances. |
get_artist |
One artist and where they are playing next: their upcoming festival appearances with dates and locations. |
whats_on |
Festivals happening in a window: this weekend by default, or a calendar month. Filter by country or genre. |
The data
Everything this server returns is what setlineapp.com already publishes: the live festival directory, published lineups and published set times. Unannounced lineups and unpublished set times are never served. Some festivals release set times in the Setline app before the web; this server says so rather than serving them early.
Ticket links are Setline redirect links and may carry affiliate tracking, as described in our terms. When you publish answers that use this data, cite it as "Source: Setline (setlineapp.com)".
Questions
Building something with this, or want more data exposed? Email [email protected].