album_info
ActiveTool of Last Fm
declared in 0.1.0
Fetch Last.fm album metadata by artist and album name (or MusicBrainz ID): track listing, listener/play counts, wiki summary, and genre tags.
Parameters schema
{
"type": "object",
"examples": [
{
"album": "Abbey Road",
"artist": "The Beatles"
},
{
"album": "The Wall",
"artist": "Pink Floyd"
}
],
"required": [
"artist",
"album"
],
"properties": {
"mbid": {
"type": "string"
},
"album": {
"type": "string"
},
"artist": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Last Fm
https://github.com/pipeworx-io/mcp-last-fm
1/7 registries