mcp-lastfm

🔍 Discovery

Search Last.fm and look up artists, albums, and tracks — similarity, name corrections, and tags.

Fifteen tools cover finding and inspecting the catalogue itself, independent of any listener's history.

ToolDescription
search_artistsSearch for artists by name
search_albumsSearch for albums by name
search_tracksSearch for tracks by name, optionally scoped to an artist

Artist

ToolDescription
get_artistArtist bio, listener/play stats, and tags
get_similar_artistsArtists similar to a given one, with match scores
get_artist_top_tracksAn artist's most-played tracks
get_artist_top_albumsAn artist's most-played albums
get_artist_top_tagsThe tags most applied to an artist
correct_artistLast.fm's canonical spelling for a misspelled artist name

Album & track

ToolDescription
get_albumAlbum info, tracklist, and tags
get_album_top_tagsThe tags most applied to an album
get_trackTrack info, stats, and tags
get_similar_tracksTracks similar to a given one
get_track_top_tagsThe tags most applied to a track
correct_trackLast.fm's canonical spelling for a misspelled track/artist name

Name corrections

correct_artist and correct_track surface Last.fm's canonical-name correction data — useful when a user's spelling doesn't quite match the catalogue (e.g. "Radio Head" → "Radiohead") before feeding the result into another tool that expects an exact name.

On this page