npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

tixtreasure-mcp

v1.0.0

Published

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

Readme

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

| Tool | Description | |------|-------------| | search_events | Search upcoming events by keyword, city, category, or date range | | get_event_prices | Compare ticket prices across all sources for an event | | get_cheapest_tickets | Get the cheapest available tickets with section/row details | | get_best_deals | Find bargains — tickets priced below face value | | get_price_history | 7-day price trend to decide if you should buy now or wait | | get_venue_events | List all upcoming events at a venue (TD Garden, MSG, etc.) | | get_performer_events | List tour dates for a performer or team | | get_sections | Price 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