Eventflare MCP
The Eventflare MCP server lets you search and explore 8,000+ corporate event venues across 40+ cities worldwide.
search_venues: Find venues by city, guest capacity (10–2000+), category (conference rooms, rooftop venues, unique venues, etc.), or event type (team building, gala dinner, product launch, etc.). Returns names, pricing, setup options, neighborhood, photos, and booking URLs.get_venue_details: Full details for a specific venue — description, amenities, capacities by setup (theatre/boardroom/dining/standing), per-hour and per-day pricing, photos, and inquiry URL.get_city_info: Overview of a city's venue landscape — total count, category breakdown, price range, and Eventflare city page link.list_cities: Browse all 40+ cities with venue counts, filterable by region (Europe, Asia, Middle East, Americas).get_pricing_guide: Indicative per-hour and per-day pricing by category for a given city, useful for budget planning.find_expert_advice: Editorial articles from Eventflare's local experts covering venue selection, neighborhood comparisons, budget tips, vendor recommendations, and sector-specific planning advice.request_quote: Generate a direct inquiry link for a specific venue or city — connects you with local experts without submitting data directly.
Enables Perplexity to search and inquire about corporate event venues across 40+ cities, including venue details, pricing guides, and expert advice, via Eventflare's marketplace.
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.
Quickest way to connect
Hosted endpoint — no setup required:
https://eventflare-mcp-server-production.up.railway.app/mcpPaste this URL into any MCP client that supports remote HTTP servers and you're connected instantly.
Tools
Tool | What it does |
| Find venues by city, capacity, category, and event type. Returns names, pricing, setup options, neighborhood, and links. |
| Full details for a specific venue. |
| Overview of a city — venue count, available categories, price range. |
| All 40+ cities with venue counts. Filter by region (Europe, Middle East, Americas, Asia). |
| Indicative pricing per city and category. |
| Editorial articles from Eventflare's expert team for a given city. |
| 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/mcpConnect to Cline
In Cline settings → MCP Servers → Remote → paste the URL:
https://eventflare-mcp-server-production.up.railway.app/mcpConnect via Smithery
smithery mcp add michaelluckx/eventflare-mcpSelf-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 startFor HTTP mode (remote MCP):
TRANSPORT=http PORT=3001 npm startSafety
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 |
| (required) | API token for venue data access |
|
|
|
|
| HTTP port |
|
| Requests per minute per IP |
| (unset) | Protects the |
Development
npm run dev # run without build step
npm run inspect # open MCP Inspector UIAbout 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
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