track_search
ActiveTool of Last Fm
declared in 0.1.0
Search Last.fm for tracks matching a keyword query; returns ranked results with artist, track name, and listener counts.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "imagine john lennon"
},
{
"limit": 5,
"query": "stairway to heaven"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number"
},
"query": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Last Fm
https://github.com/pipeworx-io/mcp-last-fm
1/7 registries