search_books
InactiveTool of Open Library
Search Open Library by title, author, or subject. Use prefixed terms: `title:gatsby author:fitzgerald` or plain text for broad search. Returns work key, title, author, first publish year, edition count, ISBNs, and cover ID.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "title:the great gatsby"
},
{
"page": 1,
"limit": 50,
"query": "author:jane austen subject:romance"
}
],
"required": [
"query"
],
"properties": {
"page": {
"type": "number",
"description": "1-based page (default 1)"
},
"limit": {
"type": "number",
"description": "Results to return (1-100, default 20)"
},
"query": {
"type": "string",
"description": "Search string (prefixed or plain)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Open Library
https://github.com/pipeworx-io/mcp-open-library
1/7 registries