ListenBrainz
live MusicEntertainmentListenBrainz (MetaBrainz) — access open music listening data: sitewide top artists, user scrobble history, now-playing, and per-user top artists. Keyless.
Tools
top_artists ListenBrainz sitewide top artists (open music listening data, MetaBrainz/MusicBrainz-linked). Most-listened artists across all users for a time range. Keyless.
No parameters required.
Try it
user_listens A ListenBrainz user's recent listens (track scrobbles), newest first. Open music listening data, MusicBrainz-linked. Keyless for public profiles.
No parameters required.
Try it
now_playing What a ListenBrainz user is listening to right now (the currently-playing track, if any). Open music listening data. Keyless for public profiles.
No parameters required.
Try it
user_top_artists A ListenBrainz user's top (most-listened) artists for a time range. Open music listening data, MusicBrainz-linked. Keyless for public profiles. Stats may be unavailable if not yet computed.
No parameters required.
Try it
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
curl -X POST https://gateway.pipeworx.io/listenbrainz/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' curl -X POST https://gateway.pipeworx.io/listenbrainz/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"top_artists","arguments":{}}}' Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("top_artists", {}); // Or ask in plain English:
const answer = await px.ask("listenbrainz (metabrainz) — access open music listening data: sitewide top artists, user scrobble history, now-playing, and per-user top artists"); Related packs
Other Pipeworx packs in the same categories (Music, Entertainment):