You're viewing a demo portfolio

Join the waitlist
PRSM

search

Active

Tool of Bookbrainz

declared in 0.1.0

Search BookBrainz (MetaBrainz open book database) for works, editions, authors, publishers, series, or edition-groups by free-text query. Returns matching entity records with their BookBrainz UUIDs (bbids) for use with lookup.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "type": "work",
      "query": "The Great Gatsby"
    },
    {
      "type": "author",
      "limit": 5,
      "query": "F. Scott Fitzgerald",
      "offset": 0
    }
  ],
  "required": [
    "query",
    "type"
  ],
  "properties": {
    "type": {
      "type": "string",
      "description": "work | edition | author | publisher | series | edition-group"
    },
    "limit": {
      "type": "number",
      "description": "1-50 (default 10)"
    },
    "query": {
      "type": "string",
      "description": "Free-text query"
    },
    "offset": {
      "type": "number",
      "description": "0-based offset"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Bookbrainz

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

1/7 registries
View full server →
search — Bookbrainz — PRSM MCP