MCP server for live shows — arena tours down to a kid's oboe recital — from Ticketmaster, JamBase, and civic feeds. One list, no repeats, no fake prices.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"concert-bloodhound": {
"command": "npx",
"args": [
"-y",
"BryanDuplantis/concert-bloodhound"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add concert-bloodhound npx -y BryanDuplantis/concert-bloodhound
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"concert-bloodhound": {
"command": "npx",
"args": [
"-y",
"BryanDuplantis/concert-bloodhound"
]
}
}
}
📋 Copy