validate_isbn
ActiveTool 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\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Isbn
https://github.com/pipeworx-io/mcp-isbn
1/7 registries