Ticketmaster용 MCP 서버
Ticketmaster Discovery API를 통해 이벤트, 장소 및 명소를 검색하는 도구를 제공하는 모델 컨텍스트 프로토콜 서버입니다.
특징
유연한 필터링을 통해 이벤트, 장소 및 명소를 검색하세요.
키워드 검색
이벤트 날짜 범위
위치(도시, 주, 국가)
장소별 검색
명소별 검색
이벤트 분류/카테고리
출력 형식:
프로그래밍 방식으로 사용할 수 있는 구조화된 JSON 데이터
직접 소비할 수 있는 사람이 읽을 수 있는 텍스트
다음을 포함한 포괄적인 데이터:
이름과 ID
날짜 및 시간(이벤트용)
가격 범위(이벤트용)
URL
이미지
위치 및 주소(장소별)
분류(명소별)
설치
지엑스피1
구성
서버에는 Ticketmaster API 키가 필요합니다. 다음 방법으로 키를 얻을 수 있습니다.
https://developer.ticketmaster.com/ 으로 이동합니다
계정 생성 또는 로그인
계정의 "내 앱"으로 이동
API 키를 얻기 위한 새로운 앱 만들기
MCP 설정 파일에서 API 키를 설정하세요.
용법
서버는 다음을 허용하는 search_ticketmaster 라는 도구를 제공합니다.
필수 매개변수
type: 검색 유형('이벤트', '장소', '명소')
선택적 매개변수
keyword: 검색어startDate: YYYY-MM-DD 형식의 시작 날짜(이벤트의 경우)endDate: YYYY-MM-DD 형식의 종료 날짜(이벤트의 경우)city: 도시 이름stateCode: 주 코드(예: 'NY')countryCode: 국가 코드(예: 'US')venueId: 특정 장소 IDattractionId: 특정 어트랙션 IDclassificationName: 이벤트 카테고리(예: '스포츠', '음악')format: 출력 형식('json' 또는 'text', 기본값은 'json')
예시
구조화된 JSON 출력(기본값)
사람이 읽을 수 있는 텍스트 출력
개발
저장소를 복제합니다
예제 환경 파일을 복사하세요.
cp .env.example .envTicketmaster API 키를
.env에 추가하세요.종속성 설치:
npm install프로젝트를 빌드하세요:
npm run build검사관과 함께 테스트:
npm run inspector
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요. 주요 변경 사항의 경우, 먼저 이슈를 열어 변경 사항을 논의해 주세요.
특허
MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Ticketmaster API를 통해 매디슨 스퀘어 가든에서 열리는 이벤트를 검색할 수 있는 도구를 제공하며, 이름, 날짜, 가격, 티켓 구매 링크와 같은 이벤트 세부 정보가 포함된 구조화된 데이터를 반환합니다.
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityThis 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.Last updated -12
- -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-qualityAn MCP Server that enables interaction with Ticketmaster's Discovery API for accessing event, venue, and artist information through natural language commands.Last updated -
- Asecurity-licenseAqualityProvides access to event data from the Eventfinda API, allowing AI agents to search for events by location and retrieve detailed information including descriptions, dates, addresses, and ticket details.Last updated -12