gigora-mcp
Provides access to upcoming concerts and events from Songkick's concert database.
Provides access to upcoming concerts and events from Ticketmaster's ticketing platform.
Gigora MCP — live concert data for AI agents
Gigora is a live-music discovery platform covering 44,000+ upcoming concerts worldwide (Ticketmaster, Songkick and local Turkish ticket vendors, refreshed daily). This repository documents its hosted Model Context Protocol (MCP) server — to our knowledge the first MCP server for live-concert discovery.
Endpoint:
https://gigora.live/api/mcp(Streamable HTTP, stateless)Auth: none — no API key required
Full docs & examples: https://gigora.live/developers
Tools
Tool | What it does |
| Search upcoming concerts by city, country, artist, genre and date range |
| Upcoming tour dates for a specific artist |
| Concerts in a city over the next N days |
| Find festivals by name or country |
Responses include a human-readable summary plus structured data: title, local start time, venue/city/country, headliner, indicative price range and ticket links.
Related MCP server: Ticketmaster Discovery MCP Server
Connect
claude.ai / Claude Desktop (custom connector): add https://gigora.live/api/mcp as a remote MCP server.
Claude Code:
claude mcp add --transport http gigora https://gigora.live/api/mcpAny MCP client: point a Streamable-HTTP transport at the endpoint above — initialize, tools/list, tools/call all work without a session.
Standard config (JSON):
{
"mcpServers": {
"gigora": {
"type": "streamable-http",
"url": "https://gigora.live/api/mcp"
}
}
}Example prompts
"Which festivals are on in Portugal this month?"
"When is Interpol playing near Toulouse?"
"Find rock concerts in Istanbul in the next two weeks."
Public JSON endpoints (no MCP client needed)
GET https://gigora.live/api/ai/events?city=&country=&artist=&genre=&from=&to=&limit=GET https://gigora.live/api/ai/artist/<slug>
Rate-limited, read-only, CORS-enabled for GET. See gigora.live/developers for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceThis server integrates with the Ticketmaster API to provide AI agents with real-time concert and event data, enabling dynamic fetching and formatting for ease of interpretation.Last updated12
- Flicense-qualityDmaintenanceAn MCP Server that enables interaction with Ticketmaster's Discovery API for accessing event, venue, and artist information through natural language commands.Last updated
- Alicense-qualityDmaintenancePreference-aware events discovery MCP server that aggregates events, restaurants, and cultural activities across multiple sources and re-ranks them against your personal taste profile to surface things you'd actually want to do.Last updated1MIT
- AlicenseAqualityBmaintenanceEtix event discovery as an MCP server for Claude — search events, venues, and performers and pull full event/venue details via natural language. Routes requests through your own signed-in etix.com tab via the fetchproxy extension to bypass DataDome.Last updated5197MIT
Related MCP Connectors
AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.
Bandsintown MCP.
Live Google Maps business search, review, and photo data for AI agents over MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sezgimeydanci/gigora-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server