artist_info
ActiveTool of Last Fm
declared in 0.1.0
Fetch Last.fm artist profile by name (or MusicBrainz ID): biography, listener/play counts, similar artists, and genre tags; optionally in a specified language.
Parameters schema
{
"type": "object",
"examples": [
{
"artist": "The Beatles"
},
{
"lang": "en",
"artist": "Radiohead"
}
],
"required": [
"artist"
],
"properties": {
"lang": {
"type": "string"
},
"mbid": {
"type": "string"
},
"artist": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Last Fm
https://github.com/pipeworx-io/mcp-last-fm
1/7 registries