@mukundakatta/isbn-mcp
v0.1.0
Published
MCP server: validate and convert ISBN-10 / ISBN-13 numbers.
Maintainers
Readme
isbn-mcp
MCP server: validate ISBN-10 / ISBN-13 and convert between the two forms. No deps.
Tools
validate—{ input: "0-306-40615-2" }→{ valid: true, type: "isbn-10" }to_13— convert ISBN-10 → ISBN-13 (978-prefixed)to_10— convert ISBN-13 → ISBN-10 (works only for 978-prefixed)
Configure
{ "mcpServers": { "isbn": { "command": "npx", "args": ["-y", "@mukundakatta/isbn-mcp"] } } }License
MIT.
