You're viewing a demo portfolio

Join the waitlist
PRSM

search_entities

Active

Tool of Open Sanctions

declared in 0.1.0

Search global sanctions, watchlists, and PEP (politically exposed persons) databases. Returns matched entities with names, countries, datasets, and sanctions details. Example: search_entities("Vladimir Putin") or search_entities("Huawei", schema="Company")

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "Gazprom"
    },
    {
      "query": "Kim Jong",
      "schema": "Person",
      "countries": "kp"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Name or keyword to search (e.g., \"Gazprom\", \"Kim Jong\")"
    },
    "schema": {
      "type": "string",
      "description": "Entity type: \"Person\", \"Company\", \"Organization\", \"Vessel\", \"Aircraft\""
    },
    "countries": {
      "type": "string",
      "description": "Comma-separated country codes (e.g., \"ru,cn,ir\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Open Sanctions

https://github.com/pipeworx-io/mcp-open-sanctions

2/7 registries
View full server →
search_entities — Open Sanctions — PRSM MCP