By blpt-hngr
XP ticketing on Claude Code: hosted MCP tools, skills, commands, and a ticket-purchase agent
Background on the XP ticketing marketplace — what XP is, what's in the catalog, and listing/offer vocabulary. Load this when the user asks about XP itself, what XP carries, or terminology like "listing", "offer", "swap", "bid", or before using any XP MCP tool for the first time in a conversation.
Verify a ticket the user is holding — given event title, section, row, and seat numbers, resolve the event on XP, confirm the section exists, and return a normalized JSON record. Load this when the user pastes ticket details (e.g. "I have section 104, row B, seats 4-6 for the Knicks game on Nov 14") and asks to verify, check, or look up the ticket on XP.
How to help a user find and evaluate tickets on XP — search events, inspect details, list ticket inventory, and offer a price alert. Load this when the user asks to find tickets, search events, check ticket prices, set up a price alert, or compare listings for any concert, sports, theater, or comedy event.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin marketplace for XP, the fan-first ticket marketplace.
This repo hosts the xp-claude-plugins marketplace and the xp-mcp plugin — XP's public, open-world MCP surface for Claude Code. One command installs the hosted MCP server, ticketing skills, slash commands, and a ticket-purchase concierge agent.
/plugin marketplace add blpt-hngr/xp-claude-plugins
/plugin install xp-mcp@xp-claude-plugins
Or via the CLI:
claude plugin marketplace add blpt-hngr/xp-claude-plugins
claude plugin install xp-mcp@xp-claude-plugins
Reload Claude Code (or run /reload-plugins) and the plugin is live.
| MCP server | https://mcp.xp.tickets/mcp — anonymous, 9 open-world tools: search events, venues, performers; ticket listings; price-alert links |
| Skills | xp-context, xp-tickets, xp-ticket-verification (auto-loaded by intent) |
| Slash commands | /xp-mcp:find-tickets, /xp-mcp:event-info, /xp-mcp:price-alert |
| Sub-agent | ticket-purchase — end-to-end ticket shopping concierge |
See plugins/xp-mcp/README.md for tool catalog, usage examples, and troubleshooting.
.claude-plugin/
└── marketplace.json # xp-claude-plugins catalog
plugins/
└── xp-mcp/ # the plugin
├── .claude-plugin/plugin.json
├── .mcp.json
├── README.md
├── skills/{xp-context,xp-tickets,xp-ticket-verification}/SKILL.md
├── commands/{find-tickets,event-info,price-alert}.md
└── agents/ticket-purchase.md
The plugin manifest doesn't declare a version, so Claude Code uses the git commit SHA. Every push to main is a new release — users get it on next /plugin update or background auto-update.
To pin an explicit release, add version to plugins/xp-mcp/.claude-plugin/plugin.json and bump on every change. See plugin docs — Version resolution.
claude plugin validate .
Run from the repo root before pushing.
This repo ships public, open-world features only. Account-aware features (your tickets, wallet, favorites, alerts) and marketplace mutations (buy/sell offers) require XP OAuth and live in a separate internal plugin (xp-pro-mcp) not in this repo.
MIT — see LICENSE.
npx claudepluginhub blpt-hngr/xp-claude-plugins --plugin xp-mcpHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer