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:

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
Related MCP server: MCP Live Events Server
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:
Prerequisites
Node.js (v14 or higher)
Eventfinda API credentials
Environment Configuration
Create a .env file in the root directory with your Eventfinda API credentials:
Installation
Usage
Starting the MCP
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:
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:
Development
Running in Development Mode
Testing the API
You can test the API using the included HTTP request files in the requests directory:
Eventfinda API Reference
This plugin uses the Eventfinda API v2. For more information, visit: https://www.eventfinda.co.nz/api/v2/index
License
MIT