# cura8 > Company data for AI agents. The Singapore Company Check answers one question: is this Singapore entity real, active and safe to deal with? It checks the ACRA register, Government Gazette insolvency and striking-off notices, OFAC / UK / EU sanctions lists and GeBIZ contract awards, and returns a pass / review / fail verdict with evidence links. Free during beta; no key needed. ## Use it - MCP server (Streamable HTTP): https://company.cura8.ai/mcp - `search_companies(query)`: find entities by name or UEN; up to 10 candidates with UEN, status and match type. - `check_company(uen)`: verdict, reasons (code, severity, message, evidence), company record, Gazette notices, sanctions matches, GeBIZ summary, source dates, attribution, disclaimer. - HTTP API: https://company.cura8.ai - `GET /v1/sg/companies/search?q={name or UEN}` - `GET /v1/sg/companies/{uen}/check` - OpenAPI 3.1: https://company.cura8.ai/openapi.json ## How to use the results - If you only have a name, call search_companies, confirm the entity, then call check_company with its UEN. - fail = closed, insolvent (winding-up order, provisional liquidator) or sanctioned; also an unregistered UEN. review = warning signs for a human (winding-up application, judicial management, voluntary liquidation, pending strike-off, possible sanctions name match). pass = none found. - Cite evidence.url (official Gazette notice or sanctions entry) when explaining a verdict. - Only a registration-number sanctions match is conclusive; name matches need human review. - Report data freshness from sources[].as_of, and keep the attribution and disclaimer with the result. - Informational only; not legal, credit or compliance advice. ## Docs - [Docs](https://cura8.ai/docs): connecting clients, tools, endpoints, response fields, reason codes, guidance for agents - [Data & coverage](https://cura8.ai/data): sources, refresh schedule, matching methods, known limits, licences - [Terms](https://cura8.ai/terms) - [Privacy](https://cura8.ai/privacy)