Eventflare MCP服务器
通过模型上下文协议搜索40多个城市的8000多个企业活动场所。
由...驱动 Eventflare --企业活动场地市场。与任何兼容MCP的AI助手兼容——Claude、ChatGPT、Perplexity、Cursor、Cline和自主代理。
](https://lobehub.com/mcp/mluckx-eventflare-mcp-server)
最快捷的连接方式
托管端点--无需设置:
https://eventflare-mcp-server-production.up.railway.app/mcp将此URL粘贴到任何支持远程HTTP服务器的MCP客户端中,即可立即连接。
工具
| 工具 | 它做什么 |
|---|---|
search_venues | 按城市、容量、类别和活动类型查找场地。返回名称、定价、设置选项、邻居和链接。 |
get_venue_details | 特定场地的完整细节。 |
get_city_info | 城市概述——场地数量、可用类别、价格范围。 |
list_cities | 所有40多个城市的场地数量。按地区筛选(欧洲、中东、美洲、亚洲)。 |
get_pricing_guide | 每个城市和类别的参考价格。 |
find_expert_advice | Eventflare专家团队为特定城市撰写的社论。 |
request_quote | 为特定场所生成查询链接。 |
每个结果都包括与场地的直接链接 eventflare.io 以及针对AI响应优化的即用型摘要。
连接到克劳德桌面
增添 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"eventflare": {
"url": "https://eventflare-mcp-server-production.up.railway.app/mcp"
}
}
}连接到光标
在光标设置中→ MCP → 添加服务器URL:
https://eventflare-mcp-server-production.up.railway.app/mcp连接到Cline
在临床设置中→ MCP服务器→ 远程→ 粘贴URL:
https://eventflare-mcp-server-production.up.railway.app/mcp通过Smithery连接
smithery mcp add michaelluckx/eventflare-mcp自托管
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对于HTTP模式(远程MCP):
TRANSPORT=http PORT=3001 npm start安全
- 只读 --服务器仅读取会场数据。无需预订,无需提交表格,无需在任何地方填写数据。
- 隐私安全 --在收到任何回复之前,会场联系方式、电话号码、内部笔记和佣金数据都会被删除。只有公共场所的信息才会被公开。
- 速率受限 --托管端点上每个IP每分钟60个请求。
- 开源 --麻省理工学院许可。随时检查代码。
自主机环境变量
| 变量 | 默认值 | 用途 |
|---|---|---|
EVENTFLARE_API_TOKEN | (必需) | 用于场馆数据访问的API令牌 |
TRANSPORT | stdio | stdio 或 http |
PORT | 3001 | HTTP端口 |
RATE_LIMIT | 60 | 每分钟每个IP的请求数 |
DASHBOARD_KEY | _(未设置)_ | 保护 /dashboard 端点 |
发展
npm run dev # run without build step
npm run inspect # open MCP Inspector UI关于Eventflare
Eventflare 是企业活动场所的市场,在全球40多个城市拥有8000多个空间,从私密的会议室到大型会议中心。浏览场馆,比较价格,并直接提交查询 eventflare.io.
许可证
麻省理工学院--© Eventflare
