search_album
ActiveTool of mcp-theaudiodb
Search TheAudioDB for albums by artist (optionally narrowed to a specific album title). Returns album id, title, artist, release year, genre, album cover artwork URL, and English description. Omit the album arg to list all albums for the artist.
Parameters schema
{
"type": "object",
"required": [
"artist"
],
"properties": {
"album": {
"type": "string",
"description": "Optional album title to narrow the search, e.g. \"Parachutes\"."
},
"artist": {
"type": "string",
"description": "Artist or band name, e.g. \"Coldplay\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-theaudiodb
https://github.com/pipeworx-io/mcp-theaudiodb
2/7 registries