MCP Live Events Server
@mmmaaatttttt
MCP Live Events Server について
MCP Server for interacting with live music events
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-live-events": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Live Events Server?
MCP Live Events Server is a Model Context Protocol (MCP) server that integrates with the Ticketmaster API to provide real-time event data, allowing AI agents to fetch concert and event details dynamically.
How to use MCP Live Events Server?
Clone the repository, install dependencies with uv sync (Python 3.13+ and uv required), set your Ticketmaster API key (either in a .env file or in the MCP client’s “env” configuration), then run uv run mcp-live-events. A successful startup prints “MCP Live Event server is running!”
Key features of MCP Live Events Server
- Integrates with the Ticketmaster API to search for events
- Formats API responses for ease of LLM interpretation
- Configurable via environment variables or MCP client settings
- Uses a free, rate-limited Ticketmaster API key
- Runs with the
uvpackage manager
Use cases of MCP Live Events Server
- An AI assistant searches for upcoming concerts in a specific city
- A chatbot recommends live events based on user preferences
- Automated event discovery for travel or itinerary planning
- Integration with MCP-compatible clients to answer real-time event queries
FAQ from MCP Live Events Server
What are the prerequisites for using MCP Live Events Server?
You need Python 3.13+, uv (package manager), and a Ticketmaster API key (free but rate limited).
How do I obtain a Ticketmaster API key?
Sign up on the Ticketmaster developer portal at https://developer.ticketmaster.com/explore/; the API key is labeled “Consumer Key” on that site.
How do I configure the API key for the server?
Place the key in a .env file following the .env.example pattern, or set it in the “env” section of the server’s configuration in your MCP client.
What does a successful startup look like?
After running uv run mcp-live-events, you should see the message “MCP Live Event server is running!” printed to your terminal.
Is the Ticketmaster API free to use?
Yes, the Ticketmaster API key is free to use, but it is rate limited.
「生産性」の他のコンテンツ
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
コメント