track_info
ActiveTool of Last Fm
declared in 0.1.0
Fetch Last.fm track metadata by artist and track name (or MusicBrainz ID): duration, listener/play counts, genre tags, and wiki summary.
Parameters schema
{
"type": "object",
"examples": [
{
"track": "Smells Like Teen Spirit",
"artist": "Nirvana"
},
{
"track": "Bohemian Rhapsody",
"artist": "Queen"
}
],
"required": [
"artist",
"track"
],
"properties": {
"mbid": {
"type": "string"
},
"track": {
"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