MCP Live Events Server
mcp-live-events is a Model Context Protocol (MCP) server that integrates with
the Ticketmaster API to provide real-time event data. It allows AI agents to
fetch concert and event details dynamically.
Features
- 🎟️ Integrates with the Ticketmaster API to search for events
- 🗣️ Formats API responses for ease of LLM interpretation
Setup
Prerequisites
Ensure you have the following installed:
- uv (used for package management)
- Python 3.13+
- A Ticketmaster API key (free to use, but rate limited)
Installation
Clone the repository:
git clone https://github.com/mmmaaatttttt/mcp-live-events.git cd mcp-live-eventsInstall dependencies:
uv venv uv syncSet up your environment variables, i.e. the Ticketmaster API key. This can either be placed in a
.envfile in this repository, following the pattern of the.env.examplefile, or it can be placed in an “env” section of this server’s configuration in your MCP client.Note that on the Ticketmaster developer portal, the API key is named “Consumer Key.”
Running the server
uv run mcp-live-events
If it’s successful, you should see MCP Live Event server is running! print to
your terminal.
Resources
- Introducing the Model Context Protocol
- Model Context Protocol Documentation
- MCP Server Demo Quickstart
Live Events Server
Project Details
- mmmaaatttttt/mcp-live-events
- Last Updated: 2/10/2025
Recomended MCP Servers
Filesystem MCP server with SSE capabilities
High-performance FastAPI server implementing Model Context Protocol (MCP) for seamless integration with Large Language Models (LLMs). Built with...
Sample MCP Server for testing
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
This is a simple Api template for Rust ( Axum framework )
A simple MCP server for Readwise
🔍 Enabling AI assistants to search and access PyPI package information through a simple MCP interface.
A MCP server for Home Assistant
🎶 A simple MCP Server that search & plays youtube music tracks
MCP server for FindMine's product styling AI





