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.
Related MCP server: EvHenter MCP
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
Maintenance
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
- Flicense-qualityDmaintenanceProvides 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
- Flicense-qualityDmaintenanceAn 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.
- AlicenseAqualityBmaintenanceProvides 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.71972MIT
- Alicense-qualityBmaintenanceAccess 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.68MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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