Validates IBAN/ISBN/EAN/Luhn checksums and finds the one wrong digit
claude mcp add check-digit --transport http https://check-digit.gumballtools.com/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"check-digit": {
"url": "https://check-digit.gumballtools.com/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"check-digit": {
"serverUrl": "https://check-digit.gumballtools.com/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"check-digit": {
"type": "http",
"url": "https://check-digit.gumballtools.com/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"check-digit": {
"url": "https://check-digit.gumballtools.com/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"check-digit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://check-digit.gumballtools.com/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://check-digit.gumballtools.com/api/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.gumballtools--check-digit/reviews or the review_server meta-tool.
POST /mcp