Local Events Finder
Search for local events by city, category, keyword, or weekend using the Ticketmaster Discovery API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Local Events FinderFind jazz concerts in New York this weekend"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🎟 Local Events Finder — MCP Server
An MCP server that connects Claude to the Ticketmaster API, letting users discover local events by city, category, keyword, or weekend — all from a natural conversation.
Tools Exposed
Tool | Description |
| Search events in any city by keyword |
| Browse Music, Sports, Arts, Film, or Misc |
| Full details for a specific event ID |
| Events happening this Friday–Sunday |
Related MCP server: SeatGeek MCP Server
Example Prompts (once connected to Claude)
"Find jazz events in Chicago this weekend"
"What sports events are happening in Toronto?"
"Show me 10 upcoming events in New York"
"Get details for event ID Z698xZC2Z17avvl"
Setup
1. Get a Ticketmaster API Key (free)
Sign up at developer.ticketmaster.com → Create App → copy your Consumer Key.
2. Clone & Install
git clone https://github.com/yourusername/local-events-mcp
cd local-events-mcp
npm install3. Build
npm run build4. Connect to Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"local-events": {
"command": "node",
"args": ["/absolute/path/to/local-events-mcp/dist/index.js"],
"env": {
"TICKETMASTER_API_KEY": "your_api_key_here"
}
}
}
}Then restart Claude Desktop and start asking about events!
Privacy Policy
This server does not store any user data. All queries are passed directly to the Ticketmaster Discovery API. No personal information is collected or retained.
License
MIT
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.12
- AlicenseAqualityDmaintenanceEnables users to search for events, performers, and venues through the SeatGeek API. Provides event recommendations, detailed venue seating information, and performer discovery capabilities for ticketed entertainment events.43MIT
- Flicense-qualityDmaintenanceEnables Claude Desktop to interact with the Kynhood Events API, allowing users to list events with pagination and retrieve detailed event information through natural language queries.
- AlicenseCqualityDmaintenanceEnables discovery and search of Ticketmaster events, venues, and attractions with advanced filtering options including date ranges, location-based search, and event classifications through the Ticketmaster Partner API.1MIT
Related MCP Connectors
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
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/raheeltanvir/local-events-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server