← 返回 Skills 市场
chrischall

Tmp.FZKTvFaGeu

作者 chrischall · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ 安全检测通过
37
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install etix-mcp
功能描述
Search Etix events, venues, and performers and pull event/venue details via MCP. Triggers on phrases like "find events on etix", "etix tickets for", "what's...
使用说明 (SKILL.md)

etix-mcp

MCP server for Etix — natural-language search of events, venues, and performers, plus full event and venue detail. Routes through your signed-in etix.com tab via the fetchproxy browser extension, so Etix's DataDome bot-wall sees a real browser session instead of a Node process. No Etix account is required — this is public event-discovery data.

⚠️ Etix does not publish a public consumer API, and its consumer site sits behind a DataDome interstitial. This server reads the same /ticket/api/online/... endpoints and server-rendered pages that etix.com itself uses, dispatched through your own signed-in browser tab via the fetchproxy extension. Use at your own discretion.

Setup

1. Install etix-mcp

.mcp.json (project) or ~/.claude/mcp.json (global):

{
  "mcpServers": {
    "etix": {
      "command": "npx",
      "args": ["-y", "etix-mcp"]
    }
  }
}

2. Install the fetchproxy extension (one-time, shared across all fetchproxy-based MCPs)

git clone https://github.com/chrischall/fetchproxy
cd fetchproxy
npm ci
npm --workspace=@fetchproxy/extension-chrome run build

Then load the built extension at chrome://extensions (Developer mode → Load unpacked → the extension-chrome/dist folder). All fetchproxy MCPs share one extension and one port (37149).

3. Open etix.com and approve the pairing

Open etix.com in your browser and let it finish loading (so the DataDome check clears). The first tool call prints a one-time pairing code — approve it in the Transporter extension popup. After that, run etix_healthcheck to confirm the bridge is green end-to-end.

Tools

Tool Purpose
etix_search Search events, venues, and performers by keyword. Each result carries its id + canonical etix.com URL.
etix_get_event Full detail for an event/performance by event_id — name, date/time, venue (address + coordinates), organizer, price range and individual priced offer levels.
etix_get_venue A venue by venue_id — name, organizer, address, and its list of upcoming events.
etix_find_location Resolve a city or postal code to coordinates (building block for location-based browsing).
etix_healthcheck End-to-end bridge check — round-trips /robots.txt and reports which hop failed (bridge down vs. extension not connected vs. DataDome challenge on your tab). Call when other tools fail.

Acknowledgement of Terms

By using this MCP server, you acknowledge and agree to the following:

1. This server uses your own etix.com session. Every request is dispatched through your own browser tab via the fetchproxy extension — your cookies, your TLS, your session.

2. No public API. Etix does not offer a public consumer API; this reads the website's own endpoints and pages. Etix may change them at any time.

3. Use at your own discretion, consistent with Etix's Terms of Use. This is an unofficial, AI-developed project with no affiliation to Etix.

安全使用建议
Install only if you are comfortable trusting the etix-mcp npm package and fetchproxy extension. Keep Etix-specific prompts explicit, and remember that requests are made through your own browser tab, cookies, TLS, and session.
能力标签
crypto
能力评估
Purpose & Capability
The stated purpose is Etix event, venue, performer, and showtime lookup; the documented MCP tools match that purpose and focus on public event-discovery data.
Instruction Scope
The trigger wording is somewhat broad around Etix-related events and showtimes, but it remains tied to Etix use rather than unrelated browsing or hidden actions.
Install Mechanism
Setup requires running an npm package with npx and building a separate fetchproxy browser extension from GitHub; this is disclosed but shifts trust to those external projects.
Credentials
Routing requests through an open etix.com tab and browser-extension bridge is proportionate to the stated DataDome workaround, but it exposes the user's live browser session context to the integration.
Persistence & Privilege
The skill artifact itself contains only documentation and no executable code, persistence mechanism, background worker, credential theft path, or destructive behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install etix-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /etix-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
- Adds ability to search Etix events, venues, and performers, and retrieve detailed event/venue info via natural-language prompts. - Requires etix-mcp and fetchproxy extension with an open Etix browser tab for real-session data access. - Provides tools for event/venue lookup, keyword search, location resolution, and bridge health check. - Reads public event discovery data via your own browser session; no Etix account or public API required. - Clear documentation for setup, use, and terms acknowledgment included.
元数据
Slug etix-mcp
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tmp.FZKTvFaGeu 是什么?

Search Etix events, venues, and performers and pull event/venue details via MCP. Triggers on phrases like "find events on etix", "etix tickets for", "what's... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。

如何安装 Tmp.FZKTvFaGeu?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install etix-mcp」即可一键安装,无需额外配置。

Tmp.FZKTvFaGeu 是免费的吗?

是的,Tmp.FZKTvFaGeu 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tmp.FZKTvFaGeu 支持哪些平台?

Tmp.FZKTvFaGeu 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tmp.FZKTvFaGeu?

由 chrischall(@chrischall)开发并维护,当前版本 v0.2.0。

💬 留言讨论