Search official company registries

Live, source-linked data from 24 national governments.

What you can search here

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.

How to search

  1. Type a query — full or partial company name, or the registration number / VAT / SIREN / KRS / etc. for direct lookup.
  2. Pick the jurisdiction — single-jurisdiction queries only in this UI. For cross-border / fan-out, use the MCP endpoint (/mcp).
  3. Submit. Results return in 1-15 seconds (varies by upstream registry).

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",...}]}

Supported jurisdictions (24)

More jurisdictions (KY Cayman, ID Indonesia, RU Russia, plus 5 others) are accessible via the MCP endpoint — see /llms.txt for the full catalogue.

For AI clients and answer engines

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.