Detect dissolved-then-reborn fraud patterns — same director + same address, new entity.
For a given person, queries get_officer_appointments → filter to resigned-on + dissolved-on dates → cross-reference with subsequent incorporations at the same registered address. Classic phoenix-fraud fingerprint used by insolvency lawyers and HMRC.
Insolvency practitioners, HMRC / FCA / enforcement, creditor recovery, employee-rights investigations (TUPE evasion).
| Parameter | Description |
|---|---|
person_name | Director name to analyse. |
jurisdiction | ISO code. |
window_days | How close in time must the dissolution-then-incorporation be (default 90). |
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 phoenix_company_radar in the array.prompts/get with {"name":"phoenix_company_radar","arguments":{…}}.This prompt is also distributed as a Claude Agent Skill in the docs repo:
github.com/sophymarine/openregistry/skills/phoenix-company-radar