You're viewing a demo portfolio

Join the waitlist
PRSM
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

Inactive

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Open Library

https://github.com/pipeworx-io/mcp-open-library

1/7 registries
View full server →