MCP prompt workflow

Sector Gatekeeper List

Every CIMA / FCA / BaFin / FSS-licensed regulated entity in a sector, listed from the government register.

For a regulated sector (e.g. UK FCA e-money, Cayman CIMA funds, German BaFin banks, Korean FSS FIs), runs the jurisdiction's specialised-register query tool and returns the current licensed-entity roster with issue dates and status.

When to use

Regulator-interaction teams; counterparty checks for regulated-only flows; regtech product research.

Inputs

ParameterDescription
jurisdictionISO code.
sectorSector / license-type identifier per jurisdiction.

What the prompt does

Under the hood the prompt orchestrates these tool calls:

  1. list_jurisdictions (confirm supported sectors)
  2. search_specialised_records OR get_specialised_record (per jurisdiction)

How to invoke

On any MCP client that supports prompts (Claude Desktop, Cursor, Cline, Goose, Zed):

  1. Connect to https://openregistry.sophymarine.com/mcp.
  2. Call prompts/list — you'll see sector_gatekeeper_list in the array.
  3. Call prompts/get with {"name":"sector_gatekeeper_list","arguments":{…}}.
  4. The server returns a pre-built message stream the model can execute directly.

Source skill

This prompt is also distributed as a Claude Agent Skill in the docs repo:

github.com/sophymarine/openregistry/skills/sector-gatekeeper-list