Skip to main content
Glama

Eventfinda MCP

by flying3615

Eventfinda MCP

This plugin provides access to event data from the Eventfinda API. It allows AI agents to search for events by location and retrieve detailed information including event descriptions, dates, addresses, and ticket information.

Features

Example prompt to an AI with:

Find me events happening in Wellington this week.

Eventfinda MCP Overview

  • Search for events by location
  • Get detailed event information including:
    • Event title and description
    • Event URL
    • Date and time information
    • Address/location details
    • Ticket availability and pricing
    • Free event identification

Setup

Basic Configuration

Apply API username and password from https://www.eventfinda.co.nz/api/v2/index

To use with Claude Desktop / Cursor / cline, ensure your configuration matches:

{ "mcpServers": { "youtube-transcript": { "command": "npx", "args": ["-y", "@gabriel3615/eventfinda-mcp"], "env": { "EVENTFINDA_USERNAME": "USERNAME", "EVENTFINDA_PASSWORD": "PASSWORD" } } } }

Prerequisites

  • Node.js (v14 or higher)
  • Eventfinda API credentials

Environment Configuration

Create a .env file in the root directory with your Eventfinda API credentials:

EVENTFINDA_USERNAME=your_api_username EVENTFINDA_PASSWORD=your_api_password

Installation

npm install

Usage

Starting the MCP

npm start

This starts the MCP server using stdio transport, making it available to AI agents.

Accessing the Plugin in an AI Agent

Example prompt to an AI agent with access to this plugin:

Find me free events happening in Auckland this week.

API Tools

list_events

Lists events within the next week for a specified location.

Parameters:

  • location: String - The location to search for events in (e.g., "Auckland", "Wellington")

Response Example:

[ { "id": 123456, "title": "Summer Music Festival", "description": "A weekend of live music performances...", "url": "https://www.eventfinda.co.nz/2023/summer-music-festival/auckland", "datetime_start": "2023-11-25T15:00:00", "datetime_end": "2023-11-25T22:00:00", "address": "123 Main Street, Auckland CBD, Auckland", "is_free": false, "ticket_info": [ { "name": "General Admission", "price": "25.00", "currency": "NZD" } ] }, { "id": 123457, "title": "Community Art Exhibition", "description": "Local artists showcase their work...", "url": "https://www.eventfinda.co.nz/2023/community-art-exhibition/auckland", "datetime_start": "2023-11-26T10:00:00", "datetime_end": "2023-11-26T16:00:00", "address": "Auckland Art Gallery, Auckland CBD", "is_free": true, "ticket_info": "Free event" } ]

Development

Running in Development Mode

npm run inspect

Testing the API

You can test the API using the included HTTP request files in the requests directory:

requests/auth-request.http

Eventfinda API Reference

This plugin uses the Eventfinda API v2. For more information, visit: https://www.eventfinda.co.nz/api/v2/index

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Provides 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.

  1. Features
    1. Setup
      1. Basic Configuration
      2. Prerequisites
      3. Environment Configuration
      4. Installation
    2. Usage
      1. Starting the MCP
      2. Accessing the Plugin in an AI Agent
    3. API Tools
      1. list_events
    4. Development
      1. Running in Development Mode
      2. Testing the API
    5. Eventfinda API Reference
      1. License

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Provides 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 -
          1
          3,386
          20
          TypeScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          This 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 -
          1
          1
          Python
        • 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
          555
          2
          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 -
          2
          1
          MIT License
          • Apple

        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/flying3615/eventfinda-mcp'

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