MCP.so
登录
E

Eventflare MCP

@mluckx

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

mluckx

提交者

Michaël Luckx

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

7

Find venues by city + capacity + category + event type. Returns names, pricing, capacity by setup, neighborhood, photos, URLs.

Full detail for a specific venue.

Overview of what's available in a city — venue count, categories, price range.

All 40+ cities with venue counts and URLs. Filter by region.

Indicative pricing per city, per category.

Surface editorial articles from Eventflare's expert-advice library for a city.

Generate a UTM-tagged inquiry URL (no data submission).

概览

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_advice tool.
  • 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

评论

其他 分类下的更多 MCP 服务器