← gigora.live

INDIVIDUAL MCP TOOL

festival_lookup

Find music festivals on Gigora by name and/or country, each with its next upcoming edition (date + location) and a gigora.

gigora.livenone authenticationAvailability not checked

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 endpoint

gigora.live

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.gigora]
url = "https://gigora.live/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gigora": {
      "type": "http",
      "url": "https://gigora.live/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gigora": {
      "type": "http",
      "url": "https://gigora.live/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gigora",
  "transport": "streamable-http",
  "url": "https://gigora.live/api/mcp"
}
MCP Inspector

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

Related tools

  • search_concerts — Search upcoming concerts on Gigora by any combination of city, country, artist, genre and date range.
  • artist_tour_dates — Get an artist's upcoming tour dates on Gigora.
  • concerts_in_city — List upcoming concerts in a given city over the next N days (default 30, max 365).