Connect Apished to Claude, Cursor or VS Code
Apished publishes 9 remote MCP endpoints. Remote servers need no local install — point your client at the URL below.
9 of 9 verified live · connection details read from the official registry
Validates PESEL/NIP/REGON/IBAN/Luhn/ISBN/EAN/SWIFT-BIC/VAT; RPN calc, date math, hashing, tokens
claude mcp add --transport http apished https://apished.com/mcp
Exact character/word counting, reversal, palindrome checks, indexing, sorting; Unicode-safe.
claude mcp add --transport http text-tools https://apished.com/mcp/v1/text
Validates Luhn, IBAN, ISBN, EAN/UPC, SWIFT/BIC, and EU VAT checksums and formats.
claude mcp add --transport http checksum-validator https://apished.com/mcp/v1/checksum
Date arithmetic: day differences, business days, age, leap years, day-of-week, add/subtract.
claude mcp add --transport http date-math-calculator https://apished.com/mcp/v1/datemath
Regex matching, email/URL format validation, and JSON Schema validation.
claude mcp add --transport http regex-email-url-validator https://apished.com/mcp/v1/validate
Validates Polish PESEL, NIP, and REGON checksums; PESEL also decodes birth date and sex.
claude mcp add --transport http pesel-nip-regon-validator https://apished.com/mcp/v1/idvalidate
Evaluates Reverse Polish Notation (postfix) expressions: arithmetic, trig, logs, bitwise ops.
claude mcp add --transport http rpn-calculator https://apished.com/mcp/v1/rpncalc
Counts tokens under OpenAI-compatible (tiktoken) encodings, by model or encoding name.
claude mcp add --transport http token-counter https://apished.com/mcp/v1/tokens
Computes MD5, SHA1, SHA256, SHA512, and CRC32 digests from text, base64, or hex input.
claude mcp add --transport http hash-digest-tool https://apished.com/mcp/v1/hash