Check whether a proposed company name is free to register across N jurisdictions simultaneously.
Runs search_companies with an exact-match strategy across every supplied jurisdiction in parallel, plus the authoritative check_name_availability tool where available (currently IM). Returns per-country availability with conflict company IDs.
Trademark clearance, pre-incorporation name-check, brand-launch due diligence, domain-name paired checks.
| Parameter | Description |
|---|---|
proposed_name | The name to check. |
jurisdictions | Countries to check (array). |
Under the hood the prompt orchestrates these tool calls:
On any MCP client that supports prompts (Claude Desktop, Cursor, Cline, Goose, Zed):
https://openregistry.sophymarine.com/mcp.prompts/list — you'll see global_company_name_availability in the array.prompts/get with {"name":"global_company_name_availability","arguments":{…}}.This prompt is also distributed as a Claude Agent Skill in the docs repo:
github.com/sophymarine/openregistry/skills/global-company-name-availability