Map every company a person has been a director of across government registers; flag serial resignations and overlapping directorships.
Given a person's name, the prompt runs search_officers → get_officer_appointments → get_company_profile on each hit, building the complete corporate footprint. Side signals: serial same-day dissolutions, cross-company co-director networks, high-risk-sector clustering.
Compliance officer checking a board appointment; investigator profiling a PEP; law firm background check.
| Parameter | Description |
|---|---|
person_name | Full or partial name. |
jurisdictions | Countries to search (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 director_search_pep_screening in the array.prompts/get with {"name":"director_search_pep_screening","arguments":{…}}.This prompt is also distributed as a Claude Agent Skill in the docs repo:
github.com/sophymarine/openregistry/skills/director-search-pep-screening