This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
get_book_by_isbn
InactiveTool of Open Library
declared in 0.1.0
Look up a single book by ISBN (10 or 13). Returns title, authors, publishers, publish date, page count, subjects, identifiers, and cover URL.
Parameters schema
{
"type": "object",
"examples": [
{
"isbn": "978-0-7432-7356-5"
},
{
"isbn": "0451524934"
}
],
"required": [
"isbn"
],
"properties": {
"isbn": {
"type": "string",
"description": "ISBN-10 or ISBN-13 (hyphens optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Open Library
https://github.com/pipeworx-io/mcp-open-library
1/7 registries