{"uid":"cap_av-4V_WE5gNh8_Y_QlOaJ","slug":"toll402-indian-cin-validator-630e8a91","name":"Toll402 Indian CIN Validator","description":"Offline structural validator for an Indian CIN (Corporate Identity Number, 21 characters). Parses and checks: listing status letter (L/U), 5-digit NIC industry code, 2-letter state code (against the known MCA state-code list), 4-digit incorporation year (plausible range), 3-letter company-type/ownership code (against a known enum like PLC, PTC, OPC, GOI, NPL, FTC, SGC, ULL, ULT), and 6-digit registration number. No checksum exists so this is a format-only check.","url":"https://toll402.dev/v1/t/cin_in_validate","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["value"],"properties":{"value":{"type":"string","description":"CIN string to validate, e.g. U72200MH2008PTC178618"}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_80V8Hwlwj0iPmnZ1lunFw","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Offline structural validator for an Indian Corporate Identity Number (CIN), checking format, listing status, NIC code, state code, incorporation year, company type, and registration number.","exampleAgentPrompt":"Can you check whether this Indian company CIN is structurally valid: L17110GJ1973PLC011243? I want to know if the listing status, state code, NIC code, company type, and registration number all look correct.","exampleUseCases":[{"title":"Verify CIN before MCA portal submission","prompt":"I need to submit a CIN to the MCA portal but want to make sure it's correctly formatted first — can you validate L72200MH2008PLC178618 and tell me if anything looks off?"},{"title":"Extract company details from CIN batch","prompt":"We have a CIN from a vendor: U74999DL2015OPC283517 — can you parse it and tell me what each component means, like the listing status, state, incorporation year, and company type?"},{"title":"Validate CIN in KYC onboarding flow","prompt":"During our KYC process a user entered this company identity number: L17110GJ1973PTC011243 — is it structurally valid according to Indian MCA format rules?"}],"resultDescription":"Returns a structured validation result indicating whether the CIN string is structurally valid, along with parsed components: listing status (L/U), 5-digit NIC industry code, 2-letter state code, 4-digit incorporation year, 3-letter company type/ownership code (e.g. PLC, PTC, OPC), and 6-digit registration number. Flags which component failed if invalid.","failureModes":["CIN not exactly 21 characters — returns invalid format error","Invalid listing status letter (not L or U) — flags first character","Unrecognized state code not in MCA list — flags state code field","Implausible incorporation year (e.g. before 1800 or future date) — flags year field","Unknown company type code not in known enum — flags company type field","Non-numeric characters in NIC code, year, or registration number — flags respective field","Empty or missing input value — returns missing input error"],"whenToPreferThis":"Use this endpoint when you need fast, offline, zero-external-dependency structural validation of Indian CINs — no network call to MCA, no checksum (none exists), purely format and enum correctness. Ideal for pre-submission validation in onboarding flows, KYC pipelines, or data quality checks where you want to catch malformed CINs cheaply before hitting authoritative registries.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:52:47.120Z","isFirstParty":false}