Skip to main content
Glama

MCP Live Events Server

by mmmaaatttttt

MCP 直播活动服务器

mcp-live-events是一个模型上下文协议 (MCP) 服务器,它与 Ticketmaster API 集成,提供实时活动数据。它允许 AI 代理动态获取音乐会和活动详情。

特征

  • 🎟️ 与 Ticketmaster API 集成以搜索活动
  • 🗣️ 格式化 API 响应以方便 LLM 解释

设置

先决条件

确保已安装以下软件:

  • uv (用于包管理)
  • Python 3.13+
  • Ticketmaster API 密钥(免费使用,但速率受限)

安装

  1. 克隆存储库:
    git clone https://github.com/mmmaaatttttt/mcp-live-events.git cd mcp-live-events
  2. 安装依赖项:
    uv venv uv sync
  3. 设置您的环境变量,例如 Ticketmaster API 密钥。您可以将其放置在此仓库的.env文件中(参考.env.example文件),也可以将其放置在 MCP 客户端服务器配置的“env”部分中。请注意,在 Ticketmaster 开发者门户上,API 密钥被命名为“消费者密钥”。

运行服务器

uv run mcp-live-events

如果成功,您应该会看到MCP Live Event server is running!打印到您的终端。

资源

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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 集成,为 AI 代理提供实时音乐会和活动数据,实现动态获取和格式化,以便于解释。

  1. 特征
    1. 设置
      1. 先决条件
      2. 安装
      3. 运行服务器
    2. 资源

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An unofficial server that allows AI assistants to access Fathom Analytics data, enabling users to retrieve account information, site statistics, events, aggregated reports, and real-time visitor tracking.
        Last updated -
        5
        13
        1
        TypeScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        This 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.
        Last updated -
        4
        2
        1
        JavaScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        Integrates with the Eventbrite API to provide AI-assisted event management capabilities for viewing events, tracking attendees, and generating analytics reports.
        Last updated -
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A server that allows AI assistants to access and retrieve Linear ticket data through the Model Context Protocol (MCP) standard, currently focused on fetching a user's todo tickets.
        Last updated -
        324
        TypeScript

      View all related MCP servers

      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/mmmaaatttttt/mcp-live-events'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server