# setline [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://setlineapp.com/mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/setline

## Description
Live festival data for AI agents: lineups, set times, dates, locations and ticket links worldwide.

## Tools
Capabilities this server exposes over MCP:

- **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.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: medium). Install path inferred — verify against the README before running it. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "setline": {
    "url": "https://setlineapp.com/mcp"
  }
}
```

## Documentation
No cached documentation available for this listing yet. Check the repository above for the README and setup instructions.

