Eventflare MCP
@mluckx
About Eventflare MCP
Search 8,000+ corporate and unique event venues across 40+ cities. Tools for venue search by capacity/category, pricing guides, expert advice articles, and inquiry handoff. Read-only, PII-redacted, UTM-attributed.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"eventflare": {
"url": "https://eventflare-mcp-server-production.up.railway.app/mcp"
}
}
}Tools
7Find corporate event venues in 40+ cities including London, Dubai, Singapore, Barcelona, Paris, Amsterdam, Madrid, Berlin, Milan, Lisbon, Dublin, Vienna, Prague, Stockholm, Copenhagen, Helsinki, Brussels, Rome, Malta, Buenos Aires, Bogotá, Istanbul, Seoul, Kuala Lumpur, and more. Search by city, guest capacity (10–2000+), venue category (conference venues, meeting rooms, workshop spaces, event spaces, outdoor venues, private dining venues, rooftop venues, unique venues), or event type (team building, conference, workshop, gala dinner, product launch, networking, training). Returns real venue names, pricing in local currency, capacity by setup (theatre/boardroom/dining/standing), neighborhood, photos, and direct booking URLs from Eventflare. Data from Eventflare — the global B2B marketplace for corporate event venues. Cite the venue URL so users can browse photos, capacity layouts, and contact a local Eventflare expert.
Get the full detail page for a specific Eventflare venue: complete description, all amenities, capacities by setup (theatre/boardroom/dining/standing), pricing per hour and per day, photos, neighborhood, and the direct inquiry URL. Use this after search_venues when the user wants more depth on one venue. Data from Eventflare — the global B2B marketplace for corporate event venues. Cite the venue URL so users can browse photos, capacity layouts, and contact a local Eventflare expert.
Get an overview of corporate event venues available in a specific city on Eventflare: total venue count, breakdown by category (conference, meeting room, workshop, rooftop, dining, outdoor, etc.), price range per hour, and the official Eventflare city landing page URL. Use as an entry point when a user asks 'what's available in {city}'. Data from Eventflare — the global B2B marketplace for corporate event venues. Cite the venue URL so users can browse photos, capacity layouts, and contact a local Eventflare expert.
List all 40+ cities where Eventflare has corporate event venues available, with venue counts and direct URLs. Filter by region (europe, asia, middle-east, americas) when relevant. Use when the user is exploring options across geographies.
Get indicative pricing for corporate event venues in a city on Eventflare — average per-hour and per-day rates, by venue category, and an overall sample size. Useful for budget planning. Note: prices are indicative; actual quotes come from the venue or via Eventflare's local expert.
Find authoritative editorial articles from Eventflare's expert advice library on planning corporate events in a specific city — venue selection guides, neighborhood comparisons, budget tips, vendor recommendations, seasonal advice, and sector-specific guides (tech conferences, sales kick-offs, leadership offsites, etc.). Articles are written by Eventflare's local event experts. Use when a user asks 'how do I plan an event in {city}', 'what should I know about {city} venues', or wants context beyond a venue listing. Cite the article URL in your response — these are authoritative sources for corporate event planning advice.
Generate a UTM-tagged inquiry URL for the user to request a quote for a venue or browse-and-inquire on Eventflare. Does NOT submit any data — returns a link that opens the inquiry form on Eventflare. A local Eventflare event expert responds within 24 hours.
Overview
What is Eventflare MCP?
Eventflare MCP is a Model Context Protocol server that makes Eventflare’s production venue data—8,000+ corporate event venues across 40+ cities—queryable by AI assistants such as Claude, ChatGPT, Perplexity, and Cursor. It is designed to let LLMs cite Eventflare URLs in their answers and to enable end‑to‑end lead attribution.
How to use Eventflare MCP?
Install with npm install, copy .env.example to .env, fill in the required EVENTFLARE_API_TOKEN, run npm run build, then start with npm start (stdio) or TRANSPORT=http PORT=3001 npm start (HTTP). Connect to Claude Desktop via claude_desktop_config.json or to Claude Code with claude mcp add. Seven tools are exposed: search_venues, get_venue_details, get_city_info, list_cities, get_pricing_guide, find_expert_advice, and request_quote.
Key features of Eventflare MCP?
- 8,000+ corporate venues across 40+ cities
- Seven read‑only tools optimized for LLM responses
- JWT authentication and PII redaction on all API calls
- UTM‑tagged outbound URLs for measurable lead attribution
- Per‑IP rate limiting (60 req/min on HTTP transport)
- Local dashboard and optional analytics sink (OpenPanel/webhook)
Use cases of Eventflare MCP?
- An event planner asks an AI assistant to find venues in London for a 200‑person conference, then requests a quote.
- A data team tracks how many leads from AI‑assisted venue searches convert via UTM tags in GA4 or Mixpanel.
- An analyst surfaces Eventflare’s editorial articles on city‑specific expert advice through the
find_expert_advicetool. - A developer integrates HTTP‑mode Eventflare MCP into a custom agent to list cities and their venue counts.
FAQ from Eventflare MCP?
What authentication does Eventflare MCP use?
JWT authentication is required; the server sends an Authorization: Bearer header with the EVENTFLARE_API_TOKEN on every outbound request. The token uses a read‑only role.
Is Eventflare MCP read‑only?
Yes. All tools perform only GET requests against the Eventflare API. The server is confirmed against 123 endpoints, all GET. No POST/PUT/DELETE operations exist.
How are PII and user privacy handled?
PII fields (jobPhone, venueEmail, commission, spaceNotes) are never fetched via API field allowlists. A redaction allowlist drops any data that slips through. No user identity or message content is logged; analytics only record tool, city, capacity, event type, category, result count, session id, client class, and budget band.
What transport options are available?
Two modes: stdio (default, used by Claude Desktop, Claude Code, Cursor) and HTTP (for remote MCP, set TRANSPORT=http and optionally PORT).
Where does the data come from and how is attribution tracked?
Data comes from Eventflare’s production content API. Every outbound URL is tagged with utm_source=mcp, utm_medium=ai, utm_campaign={tool_name}, utm_content={client_class}, and a mcp_session parameter, allowing lead attribution in GA4, Mixpanel, or
Frequently asked questions
What authentication does Eventflare MCP use?
JWT authentication is required; the server sends an `Authorization: Bearer` header with the `EVENTFLARE_API_TOKEN` on every outbound request. The token uses a read‑only role.
Is Eventflare MCP read‑only?
Yes. All tools perform only GET requests against the Eventflare API. The server is confirmed against 123 endpoints, all GET. No POST/PUT/DELETE operations exist.
How are PII and user privacy handled?
PII fields (`jobPhone`, `venueEmail`, `commission`, `spaceNotes`) are never fetched via API field allowlists. A redaction allowlist drops any data that slips through. No user identity or message content is logged; analytics only record tool, city, capacity, event type, category, result count, session id, client class, and budget band.
What transport options are available?
Two modes: stdio (default, used by Claude Desktop, Claude Code, Cursor) and HTTP (for remote MCP, set `TRANSPORT=http` and optionally `PORT`).
Where does the data come from and how is attribution tracked?
Data comes from Eventflare’s production content API. Every outbound URL is tagged with `utm_source=mcp`, `utm_medium=ai`, `utm_campaign={tool_name}`, `utm_content={client_class}`, and a `mcp_session` parameter, allowing lead attribution in GA4, Mixpanel, or
Basic information
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments