Enumerate every company in a given SIC / NACE / TOL industry code across 27 national registries.
Runs search_companies with structured industry-code filters (IE SIC, FR naf, FI TOL, CZ NACE) — the fields vary per registry but the adapter normalises. Returns a de-duplicated list with status, incorporation_date, registered_address, and size hints where exposed.
Market research, competitor mapping, ecosystem analysis, sales prospecting.
| Parameter | Description |
|---|---|
industry_code | SIC / NACE / TOL code (spec varies per registry; tool resolves). |
jurisdictions | Countries to scan (array). |
status | active / inactive / any (default: active). |
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 industry_competitor_search in the array.prompts/get with {"name":"industry_competitor_search","arguments":{…}}.This prompt is also distributed as a Claude Agent Skill in the docs repo:
github.com/sophymarine/openregistry/skills/industry-competitor-search