search
ActiveTool of Bookbrainz
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bookbrainz
https://github.com/pipeworx-io/mcp-bookbrainz
1/7 registries