Eventbrite
Integrates with Eventbrite's API for event searching, detail retrieval, venue information access, an...
Log in to the Eventbrite Developer Portal
- Go to the Eventbrite Developer Portal.
- Sign in with your Eventbrite account or create one if you don't have it.
Create a New API Key (Personal Token)
- In the developer dashboard, look for the section to create a "Personal OAuth token" or "API Key".
- Click “Create Key” or “Create Token”, and follow the prompts.
- Name your token and, if prompted, select the required permissions (typically, you need at least “Event Read” access).
- Confirm the creation and copy your newly generated API key (
EVENTBRITE_API_KEY). This will look like a string of letters and numbers.
Add the API Key in the FastMCP Connection Interface
- In the FastMCP interface, click the “Install Now” button for the Eventbrite MCP server.
- When prompted to enter ENV values, paste your copied API key into the field for
EVENTBRITE_API_KEY. - Save or confirm the configuration.
Test Your API Key (Optional but Recommended)
- If the interface provides a way to validate or test the connection, use it to ensure the API key is accepted and working.
- Alternatively, advanced users can run
./test-api-key.jsfrom the Eventbrite MCP repo as described, but this is not necessary for most FastMCP scenarios.
You are now ready to use the Eventbrite tools through your MCP server integration!
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.