Skip to main content
Glama
mluckx

Eventflare MCP

by mluckx

Eventflare MCP Server

Search 8,000+ corporate event venues across 40+ cities via the Model Context Protocol.

Powered by Eventflare — the marketplace for corporate event venues. Works with any MCP-compatible AI assistant — Claude, ChatGPT, Perplexity, Cursor, Cline, and autonomous agents.

MCP Badge

Quickest way to connect

Hosted endpoint — no setup required:

https://eventflare-mcp-server-production.up.railway.app/mcp

Paste this URL into any MCP client that supports remote HTTP servers and you're connected instantly.

Related MCP server: EvHenter MCP

Tools

Tool

What it does

search_venues

Find venues by city, capacity, category, and event type. Returns names, pricing, setup options, neighborhood, and links.

get_venue_details

Full details for a specific venue.

get_city_info

Overview of a city — venue count, available categories, price range.

list_cities

All 40+ cities with venue counts. Filter by region (Europe, Middle East, Americas, Asia).

get_pricing_guide

Indicative pricing per city and category.

find_expert_advice

Editorial articles from Eventflare's expert team for a given city.

request_quote

Generate an inquiry link for a specific venue.

Every result includes a direct link to the venue on eventflare.io and a ready-to-use summary optimized for AI responses.

Connect to Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "eventflare": {
      "url": "https://eventflare-mcp-server-production.up.railway.app/mcp"
    }
  }
}

Connect to Cursor

In Cursor settings → MCP → add server URL:

https://eventflare-mcp-server-production.up.railway.app/mcp

Connect to Cline

In Cline settings → MCP Servers → Remote → paste the URL:

https://eventflare-mcp-server-production.up.railway.app/mcp

Connect via Smithery

smithery mcp add michaelluckx/eventflare-mcp

Self-host

git clone https://github.com/mluckx/eventflare-mcp-server
cd eventflare-mcp-server
npm install
cp .env.example .env
# Set EVENTFLARE_API_TOKEN in .env
npm run build
npm start

For HTTP mode (remote MCP):

TRANSPORT=http PORT=3001 npm start

Safety

  • Read-only — the server only reads venue data. No bookings, no form submissions, no data written anywhere.

  • Privacy-safe — venue contact details, phone numbers, internal notes, and commission data are stripped before any response is returned. Only public venue information is ever exposed.

  • Rate limited — 60 requests per minute per IP on the hosted endpoint.

  • Open source — MIT licensed. Inspect the code at any time.

Self-host environment variables

Variable

Default

Purpose

EVENTFLARE_API_TOKEN

(required)

API token for venue data access

TRANSPORT

stdio

stdio or http

PORT

3001

HTTP port

RATE_LIMIT

60

Requests per minute per IP

DASHBOARD_KEY

(unset)

Protects the /dashboard endpoint

Development

npm run dev        # run without build step
npm run inspect    # open MCP Inspector UI

About Eventflare

Eventflare is the marketplace for corporate event venues — 8,000+ spaces across 40+ cities worldwide, from intimate meeting rooms to large conference centres. Browse venues, compare pricing, and submit inquiries directly at eventflare.io.

License

MIT — © Eventflare

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Provides comprehensive tools for querying enterprise exhibition records, searching for industry exhibitions, and retrieving detailed venue information across China. It enables users to analyze participation history and discover specific events using keyword-based fuzzy searching.
    3
  • F
    license
    -
    quality
    D
    maintenance
    An event aggregation platform that enables users to search, retrieve, and create event data using a Sanity.io backend. It provides specialized tools for managing event details, locations, categories, and venues through the Model Context Protocol.
  • A
    license
    A
    quality
    B
    maintenance
    Provides real-time business event intelligence and AI-scored sales leads to help users track funding rounds, acquisitions, and executive hires. It enables AI agents to generate strategic market briefs and manage company watchlists for predictive business insights.
    7
    197
    2
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Access ServiceGraph — a structured catalog of 100k+ US professional-services firms (law, marketing, consulting, accounting, IT services, architecture, engineering, HR, PR, design) with filters for industry, services offered, location, size, ratings, and third-party listing presence.
    68
    MIT

View all related MCP servers

Related MCP Connectors

  • AI-native corporate gifting & event infrastructure for Fortune 500. 70K products, 200+ brands.

  • Discover tech events, startup meetups, AI events across 8 cities — including hidden ones.

  • Company and market intelligence, news, enrichment, and agentic workflows for dealmakers.

View all MCP Connectors

Latest Blog Posts

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/mluckx/eventflare-mcp-server'

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