MCP 라이브 이벤트 서버
mcp-live-events Ticketmaster API와 통합되어 실시간 이벤트 데이터를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. AI 에이전트가 콘서트 및 이벤트 정보를 동적으로 가져올 수 있도록 지원합니다.
특징
🎟️ Ticketmaster API와 통합하여 이벤트 검색
🗣️ LLM 해석의 용이성을 위해 API 응답 형식을 지정합니다.
설정
필수 조건
다음이 설치되어 있는지 확인하세요.
uv (패키지 관리에 사용됨)
파이썬 3.13+
Ticketmaster API 키(사용은 무료이지만 속도 제한이 있음)
설치
저장소를 복제합니다.
지엑스피1
종속성 설치:
uv venv uv syncTicketmaster API 키 등 환경 변수를 설정하세요. 이 변수는
.env.example파일의 패턴에 따라 이 저장소의.env파일에 저장하거나, MCP 클라이언트에서 이 서버 구성의 "env" 섹션에 저장할 수 있습니다.Ticketmaster 개발자 포털에서는 API 키의 이름이 "Consumer Key"입니다.
서버 실행
uv run mcp-live-events
성공하면 MCP Live Event server is running! 메시지가 터미널에 표시됩니다.
자원
Related MCP Servers
- Asecurity-licenseAqualityProvides tools for discovering events at Madison Square Garden via the Ticketmaster API, returning structured data with event details like name, date, price, and ticket purchase links.Last updated -3,86722MIT License
- -security-license-qualityThis server provides tools for AI assistants to interact with the Eventbrite API, allowing users to search for events, get event details, retrieve venue information, and list event categories.
- -security-license-qualityIntegrates with the Eventbrite API to provide AI-assisted event management capabilities for viewing events, tracking attendees, and generating analytics reports.Last updated -01MIT License
- -security-license-qualityAn MCP Server that enables interaction with Ticketmaster's Discovery API for accessing event, venue, and artist information through natural language commands.Last updated -