search_artists
ActiveTool of musicurainz
declared in 0.1.0
Search for music artists by name. Returns artist IDs, names, types, and countries. Use get_artist to fetch full discography and biographical details.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "The Beatles"
},
{
"limit": 5,
"query": "David Bowie"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results to return. Defaults to 10."
},
"query": {
"type": "string",
"description": "Artist name or search query."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
musicurainz
https://github.com/pipeworx-io/mcp-musicbrainz
1/7 registries