Company profile

get_company_profile

Structured profile of a company by its registry-specific ID — unified fields + raw upstream under jurisdiction_data.

The core read tool. Returns unified top-level fields (jurisdiction, company_id, company_name, status, status_detail, incorporation_date, registered_address) plus a jurisdiction_data object carrying the raw upstream fields verbatim. Does NOT include filings, officers, PSCs, shareholders, or charges — call the dedicated tools for those.

Parameters

NameTypeRequiredDescription
jurisdictionstringyesISO 3166-1 alpha-2 code.
company_idstringyesThe registry's canonical identifier. Shapes vary per jurisdiction — pull from search_companies when possible.
freshbooleannoBypass cache.

Example — Get REVOLUT LTD profile

curl -sL https://openregistry.sophymarine.com/mcp \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_company_profile","arguments":{"jurisdiction":"GB","company_id":"08804411"}}}'

Supported jurisdictions (27)

Related tools