search_album
Pack: theaudiodb · Endpoint: https://gateway.pipeworx.io/theaudiodb/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
artist | string | yes | Artist or band name, e.g. “Coldplay”. |
album | string | no | Optional album title to narrow the search, e.g. “Parachutes”. |
Example call
curl -X POST https://gateway.pipeworx.io/theaudiodb/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_album","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"theaudiodb": {
"url": "https://gateway.pipeworx.io/theaudiodb/mcp"
}
}
}
See Getting Started for client-specific install steps.