You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

tixtreasure-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tixtreasure-mcp

MCP server for TixTreasure — compare ticket prices across 7+ marketplaces for concerts, sports, theater & comedy

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

tixtreasure-mcp

MCP server for TixTreasure — compare ticket prices across 7+ marketplaces for concerts, sports, theater & comedy events.

TixTreasure MCP

What it does

Ask your AI assistant to find bargains on live event tickets. TixTreasure aggregates prices from StubHub, TickPick, TicketClub, GoodSeatTickets, ATG Tickets, OvationTix, and Showare — all fees included, no surprises at checkout.

Tools

ToolDescription
search_eventsSearch upcoming events by keyword, city, category, or date range
get_event_pricesCompare ticket prices across all sources for an event
get_cheapest_ticketsGet the cheapest available tickets with section/row details
get_best_dealsFind bargains — tickets priced below face value
get_price_history7-day price trend to decide if you should buy now or wait
get_venue_eventsList all upcoming events at a venue (TD Garden, MSG, etc.)
get_performer_eventsList tour dates for a performer or team
get_sectionsPrice breakdown by seating section

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

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

Claude Code

claude mcp add tixtreasure -- npx -y tixtreasure-mcp

Cursor

Add to .cursor/mcp.json:

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

Example prompts

  • "Find bargains on Celtics tickets this week"
  • "Compare prices for Hamilton on Broadway"
  • "What's the cheapest Bruins game this month?"
  • "Show me concerts at TD Garden under $50"
  • "Are ticket prices going up or down for the Red Sox game on Friday?"
  • "What events are at Madison Square Garden this weekend?"

Coverage

Currently covers Boston and New York City metro areas:

  • Sports: Red Sox, Celtics, Bruins, Yankees, Knicks, Rangers, Nets, Mets, and more
  • Concerts: TD Garden, MSG, Barclays Center, Fenway Park, and 100+ venues
  • Theater: Broadway, touring shows, community theater
  • Comedy: Stand-up clubs, arena headliners

How pricing works

TixTreasure does not sell tickets. It compares prices across marketplaces and shows the total all-in price including all service fees and delivery fees. The cheapest source is highlighted so you know where to buy.

Development

# Run locally
pnpm dev

# Build
pnpm build

# Test with MCP Inspector
npx @modelcontextprotocol/inspector node dist/index.js

License

MIT

Keywords

mcp

FAQs

Package last updated on 06 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts