{
  "markdown": "# Gigora MCP — live concert data for AI agents\n\n[Gigora](https://gigora.live) 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.\n\n- **Endpoint:** `https://gigora.live/api/mcp` (Streamable HTTP, stateless)\n- **Auth:** none — no API key required\n- **Full docs & examples:** https://gigora.live/developers\n\n## Tools\n\n| Tool | What it does |\n| --- | --- |\n| `search_concerts` | Search upcoming concerts by city, country, artist, genre and date range |\n| `artist_tour_dates` | Upcoming tour dates for a specific artist |\n| `concerts_in_city` | Concerts in a city over the next N days |\n| `festival_lookup` | Find festivals by name or country |\n\nResponses include a human-readable summary plus structured data: title, local start time, venue/city/country, headliner, indicative price range and ticket links.\n\n## Connect\n\n**claude.ai / Claude Desktop (custom connector):** add `https://gigora.live/api/mcp` as a remote MCP server.\n\n**Claude Code:**\n```bash\nclaude mcp add --transport http gigora https://gigora.live/api/mcp\n```\n\n**Any MCP client:** point a Streamable-HTTP transport at the endpoint above — `initialize`, `tools/list`, `tools/call` all work without a session.\n\n**Standard config (JSON):**\n```json\n{\n  \"mcpServers\": {\n    \"gigora\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://gigora.live/api/mcp\"\n    }\n  }\n}\n```\n\n## Example prompts\n\n- \"Which festivals are on in Portugal this month?\"\n- \"When is Interpol playing near Toulouse?\"\n- \"Find rock concerts in Istanbul in the next two weeks.\"\n\n## Public JSON endpoints (no MCP client needed)\n\n- `GET https://gigora.live/api/ai/events?city=&country=&artist=&genre=&from=&to=&limit=`\n- `GET https://gigora.live/api/ai/artist/<slug>`\n\nRate-limited, read-only, CORS-enabled for GET. See [gigora.live/developers](https://gigora.live/developers) for details.\n",
  "bytes": 2072,
  "sha": "c6104dac2976b9d883bf7fb8ec25104a0904606aef17efb1b45e19578f1aff60",
  "repo_slug": "sezgimeydanci/gigora-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sezgimeydanci_gigora_5f5ec456/readme"
}