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