← setlineapp.com

INDIVIDUAL MCP TOOL

get_festival

Details for one festival: dates, location, venue, genres, description, ticket availability and links.

setlineapp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://setlineapp.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_festival and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

setlineapp.com

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.setline]
url = "https://setlineapp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "setline": {
      "type": "http",
      "url": "https://setlineapp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: setline
Remote MCP URL: https://setlineapp.com/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": {
    "setline": {
      "url": "https://setlineapp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "setline": {
      "type": "http",
      "url": "https://setlineapp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "setline",
  "transport": "streamable-http",
  "url": "https://setlineapp.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_festivals — Search music festivals by name, country, genre, month or date range.
  • get_lineup — Who is playing a festival: the full act list with headliner billing, genres and origins.
  • get_set_times — The published day-by-day schedule for a festival: stages and set times, optionally filtered to one artist, date or stage.
  • search_artists — Search artists who are playing upcoming festivals.
  • 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.