AllPDFMagic
A
AllPDFMagic
/validate_gstin

validate gstin

Validate an Indian GSTIN: format and check-digit (base-36 checksum). Catches typos and fabricated numbers instantly. Runs locally — no API key required. Note: d

liveverifiedunknown~5s typical
mcpprobedallpdfmagic
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-allpdfmagic-allpdfmagic /validate_gstin for me.

Input

FieldTypeDescription
gstin*string15-character GSTIN, e.g. 27AAPFU0939F1ZV

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-allpdfmagic-allpdfmagic","endpoint":"/validate_gstin","input":{"gstin":"..."}}'
cli
npx cracked-ai run -p mcp-com-allpdfmagic-allpdfmagic -e /validate_gstin -i '{"gstin":"..."}'
mcp
run_tool({ provider: "mcp-com-allpdfmagic-allpdfmagic", endpoint: "/validate_gstin", input: {"gstin":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.