HTTP/1.1 402 PAYMENT REQUIRED · Agentic Finance (AIFI) · x402 + MPP dual-stack 500+ tools · 12 rails · 0% seller fee

Validator suite

Validate common identifiers in one call: ISBN (book), IBAN (bank account), and credit card number (Luhn check).

$0.050 per call · one payment for the whole workflow
POST /api/skill/validator-suite

3 tools run server-side in one request. You pay once, settle once, and get a single response - no orchestration, no per-step payments, and a partial-success envelope if any step fails. USDC over x402 on any supported chain.

When to use this pack

An agent is processing form inputs or imported data and needs to validate multiple identifier formats at once - catches typos and formatting errors before they reach a database or payment processor.

Tools in this pack

All 3 run inside the single $0.050 call above. Each is also callable on its own if you only need one part.

Workflow

  1. Validate a known-good ISBN with isbn-validate - checks format and check digit for ISBN-10 and ISBN-13.
  2. Validate the IBAN with iban-validate - checks country code, length, and IBAN check digits.
  3. Validate the card number with card-validate - Luhn algorithm check plus card network detection (Visa, Mastercard, etc.).

Call it directly

Any x402 client pays the 402 and gets the whole workflow back in one response:

npx agent402-client call validator-suite {"iban":"DE89370400440532013000","number":"4242424242424242"}

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Validate identifiers using Agent402: (1) isbn-validate {isbn:"978-3-16-148410-0"} - check ISBN. (2) iban-validate {iban:"DE89370400440532013000"} - check IBAN. (3) card-validate {number:"4242424242424242"} - Luhn check. Return {isbn, iban, card} with valid/invalid + details.

← All skill packs