Server data from the Official MCP Registry
Live-concert discovery: 44,000+ upcoming concerts worldwide by city, artist, genre or festival.
Live-concert discovery: 44,000+ upcoming concerts worldwide by city, artist, genre or festival.
Remote endpoints: streamable-http: https://gigora.live/api/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
4 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-sezgimeydanci-gigora": {
"url": "https://gigora.live/api/mcp"
}
}
}From the project's GitHub README.
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.
https://gigora.live/api/mcp (Streamable HTTP, stateless)| Tool | What it does |
|---|---|
search_concerts | Search upcoming concerts by city, country, artist, genre and date range |
artist_tour_dates | Upcoming tour dates for a specific artist |
concerts_in_city | Concerts in a city over the next N days |
festival_lookup | 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.
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/mcp
Any 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"
}
}
}
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.