@pipeworx/bandsintown
Connect: https://gateway.pipeworx.io/bandsintown/mcp · Install: one-click buttons
Tools: 3
Bandsintown MCP — concert listings by artist. Free app_id (any unique string registered to your app).
Auth
- Platform:
PLATFORM_BANDSINTOWN_KEY(sets theapp_id). BYO:?_apiKey=….
Tools
artist(name)— artist profile (URL-encode the name)artist_events(name, date?)— upcoming events for an artist (date:upcoming|past|allor ISO rangeYYYY-MM-DD,YYYY-MM-DD)events(date?, location?, radius?, page?)— global events filter (broad)
Notes
- Bandsintown’s
app_idis not a private key — it’s just a stable identifier that lets them rate-limit by app. Treat it like a project name.
Data source
https://rest.bandsintown.com
Tools
- artist — Fetch the Bandsintown artist profile by name (e.g. “Coldplay”), returning id, image URL, Facebook page URL, follower count, and upcoming event count.
- artist_events — Upcoming events for an artist.
- events — Search Bandsintown live events globally by date range, location (city or lat/lon), and radius; returns events with artist, venue, datetime, ticket URL, and lineup.
Tools
-
artist— Fetch the Bandsintown artist profile by name (e.g. Coldplay ), returning id, image URL, Facebook page URL, follower count, and upcoming event count. -
artist_events— Upcoming events for an artist. -
events— Search Bandsintown live events globally by date range, location (city or lat/lon), and radius; returns events with artist, venue, datetime, ticket URL, and lineup.