You're viewing a demo portfolio

Join the waitlist
PRSM

validate_isbn

Active

Tool of Isbn

declared in 0.1.0

Validate an ISBN-10 or ISBN-13 (keyless, offline): detects the format and checks the check digit (ISBN-10 uses mod-11 with an "X" for 10). Hyphens/spaces ignored. Validates the number, not the book.

Parameters schema

{
  "type": "object",
  "required": [
    "isbn"
  ],
  "properties": {
    "isbn": {
      "type": "string",
      "description": "An ISBN-10 or ISBN-13, e.g. \"978-0-306-40615-7\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Isbn

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

1/7 registries
View full server →