You're viewing a demo portfolio

Join the waitlist
PRSM

search_artists

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

musicurainz

https://github.com/pipeworx-io/mcp-musicbrainz

1/7 registries
View full server →
search_artists — musicurainz — PRSM MCP