etix-mcp
etix-mcp lets you discover and explore events, venues, and performers on Etix.com. Here's what you can do:
Search (
etix_search): Search for events, venues, and performers by keyword (e.g., artist name, event name, venue name) and get top matches with their IDs and canonical Etix URLs.Get event details (
etix_get_event): Retrieve complete information for a specific event by ID — including name, date/time, venue address and coordinates, organizer, ticket price range, and individual priced offer levels.Get venue details (
etix_get_venue): Fetch a venue by ID to get its name, organizer, full address, and a list of all upcoming events at that venue (each with event ID, name, start time, and ticket URL).Resolve locations (
etix_find_location): Convert a city name or postal code into geographic coordinates (latitude/longitude) plus a normalized city/state — useful for location-based event browsing.Diagnose connectivity (
etix_healthcheck): Run an end-to-end health check of the fetchproxy bridge to identify which hop is failing when other tools aren't working.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@etix-mcpsearch for upcoming comedy shows in Chicago"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
etix-mcp
Etix event discovery as an MCP server for Claude — search events, venues, and performers and pull full event/venue details via natural language.
⚠️ Etix does not publish a public consumer API, and its consumer site sits behind a DataDome bot-wall. This server reads the same
/ticket/api/online/...endpoints and server-rendered pages that etix.com itself uses, routed through your own signed-in browser tab via the fetchproxy extension. Every request acts on behalf of your existing session — your cookies, your TLS, your JS context — exactly as if you'd browsed it yourself. No Etix account is required; this is public discovery data. Use at your own discretion.
Tools
Tool | Purpose |
| Search events, venues, and performers by keyword. Returns a few top matches per category, each with its id and canonical etix.com URL. |
| Full record for an event/performance by |
| A venue by |
| Resolve a city name or postal code to coordinates plus normalized city/state — a building block for location-based event browsing. |
| End-to-end bridge check — round-trips |
Related MCP server: Ticketmaster Discovery MCP Server
How it works
Etix fronts its consumer site with a DataDome interstitial that a server-side fetch can't clear, so etix-mcp routes every request through your signed-in, already-cleared etix.com tab via the shared fetchproxy bridge (WebSocket on 127.0.0.1:37149). etix_search reads the clean search/suggest JSON endpoint; etix_get_event and etix_get_venue parse the server-rendered performance/venue pages (schema.org JSON-LD + microdata). See docs/ETIX-API.md for the verified endpoint shapes.
Setup
See skills/etix/SKILL.md for full install steps: add the server to your MCP config, install the shared fetchproxy extension, open etix.com, and approve the one-time pairing. Then run etix_healthcheck.
Development
npm ci
npm run build # tsc --noEmit + esbuild bundle → dist/bundle.js
npm test # vitestAcknowledgement of Terms
By using this MCP server, you acknowledge that it uses your own etix.com session via the fetchproxy extension, that Etix offers no public consumer API (so the underlying endpoints may change at any time), and that this is an unofficial, AI-developed project with no affiliation to Etix. Use at your own discretion, consistent with Etix's Terms of Use.
License
MIT — developed and maintained by AI (Claude Code).
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
- FlicenseBqualityDmaintenanceThis server integrates with the Ticketmaster API to provide AI agents with real-time concert and event data, enabling dynamic fetching and formatting for ease of interpretation.Last updated12
- Flicense-qualityDmaintenanceAn MCP Server that enables interaction with Ticketmaster's Discovery API for accessing event, venue, and artist information through natural language commands.Last updated
- Flicense-qualityCmaintenanceConnects Claude to the Ticketmaster API to let users discover local events by city, category, keyword, or weekend through natural conversation.Last updated
- Flicense-qualityCmaintenanceLive-concert discovery MCP server: search concerts, artist tour dates, festivals and shows by city. Gives AI assistants real-time access to Gigora's global live-music data.Last updated
Related MCP Connectors
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
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/chrischall/etix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server