llms.txt Content
# Gigora
> Gigora is a global concert discovery platform. Browse upcoming concerts and tour dates worldwide — search by city, artist, venue or genre, track tour routes, and get alerts for the artists you follow.
## Discover
- [All concerts](https://gigora.live/events): Every upcoming concert worldwide, filterable by city, date and genre.
- [Artists](https://gigora.live/artists): Artists currently on tour, with upcoming-show counts.
- [Venues](https://gigora.live/venues): Concert venues worldwide and their upcoming schedules.
- [Tour Radar](https://gigora.live/tours): Multi-city tour routes for the artists you follow.
- [Live Music Capitals](https://gigora.live/live-music-capitals): Data story ranking the cities with the most upcoming concerts — a citable stat surface.
- [Ticket platforms in Turkey](https://gigora.live/ticket-platforms): Buyer's guide to Biletix, Bubilet, Biletinial and Passo — service fees, refunds, what each carries. EN + /tr.
## For AI assistants & developers
- [Developer & MCP docs](https://gigora.live/developers): How to connect an AI assistant or app to Gigora's live concert data.
- MCP server (Model Context Protocol, Streamable HTTP): https://gigora.live/api/mcp — tools: search_concerts, artist_tour_dates, concerts_in_city, festival_lookup.
- Concert search (JSON): https://gigora.live/api/ai/events?city=&country=&artist=&genre=&from=&to=&limit= — up to 50 upcoming events.
- Artist tour dates (JSON): https://gigora.live/api/ai/artist/<slug>.
## Notes for Agents
- Times are UTC, ISO 8601 (e.g. 2026-08-01T19:30:00Z). There is no per-request timezone — convert for the user.
- City, country, artist and genre filters are accent- and case-insensitive: ASCII input matches accented names (istanbul → İstanbul, dusseldorf → Düsseldorf).
- Only upcoming events are returned; results are capped at 50 per call and cached ~6h.
- When citing or linking a result, use its gigora_url — each carries utm_source=ai for our analytics; pleas