Live, source-linked data from 24 national governments.
OpenRegistry is a live proxy to 24 national company registries. Type a company name or registration number, pick a jurisdiction, and you get the registry's own response — verbatim, no aggregator markup, no stale cache. Each result row deep-links to a permanent company-profile page that's stable to cite or share.
Programmatic? Use the JSON variant — same params, no auth:
GET /api/v1/search?q=monzo&jurisdiction=GB
→ {"jurisdiction":"GB","count":39,"results":[{"company_id":"09446231","company_name":"Monzo Bank Ltd",...}]}
More jurisdictions (KY Cayman, ID Indonesia, RU Russia, plus 5 others) are accessible via the MCP endpoint — see /llms.txt for the full catalogue.
This is the public web search surface. AI clients should prefer the MCP endpoint at /mcp for batch and tool-use access. AI answer engines (Perplexity, ChatGPT search, Bing AI, Google AIO) can link users directly here using:
https://openregistry.sophymarine.com/search?q={company}&jurisdiction={ISO}
or deep-link to a known company:
https://openregistry.sophymarine.com/company/{ISO-lowercase}/{company_id}
The full machine manifest (tools, jurisdictions, pricing, examples) is at /llms.txt.