
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@mrfentmen/setlist-mcp
Advanced tools
MCP server for Setlist.fm — concert setlists, songs played live, tour history
Concert setlists via the Setlist.fm API. "Who played what live, and how many times?"
search_artist — find an artist by name (returns MusicBrainz ID)get_artist_setlists — recent shows for an artist, filter by yearget_setlist_detail — full song-by-song setlist for a showcount_song_plays — how many times a song was played live + example showsGet a free API key at https://www.setlist.fm/settings/api, then:
export SETLISTFM_API_KEY=your-key
npm install && npm run build
{
"mcpServers": {
"setlist": {
"command": "node",
"args": ["/absolute/path/to/setlist-mcp/dist/index.js"],
"env": { "SETLISTFM_API_KEY": "your-key" }
}
}
}
"What did Radiohead play on their last tour?"
search_artist("Radiohead")→get_artist_setlists(<mbid>)→get_setlist_detail(<id>)
FAQs
MCP server for Setlist.fm — concert setlists, songs played live, tour history
The npm package @mrfentmen/setlist-mcp receives a total of 0 weekly downloads. As such, @mrfentmen/setlist-mcp popularity was classified as not popular.
We found that @mrfentmen/setlist-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.