You're viewing a demo portfolio

Join the waitlist
PRSM

validate_identifier

Active

Tool of com.watchtower-api/sanctions-screening

declared in 1.1.0

Deterministically validate & normalize an identifier by its checksum/format: iban, lei, isin, bic, card, vat, eth, email, domain, phone, uuid, btc, cusip, sedol, imei. Type is auto-detected if omitted. Costs $0.005 per call.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "value"
  ],
  "properties": {
    "type": {
      "enum": [
        "iban",
        "lei",
        "isin",
        "bic",
        "card",
        "vat",
        "eth",
        "email",
        "domain",
        "phone",
        "uuid",
        "btc",
        "cusip",
        "sedol",
        "imei"
      ],
      "type": "string"
    },
    "value": {
      "type": "string",
      "maxLength": 200,
      "minLength": 1
    },
    "api_key": {
      "type": "string",
      "description": "Watchtower API key. REQUIRED for this paid tool. If you do not have one, FIRST call create_api_key (free, includes trial credit), then pass the returned key here. Alternatively pay per call via x402 with no key."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.watchtower-api/sanctions-screening

https://github.com/Mazeh18/watchtower-mcp

1/7 registries
View full server →
validate_identifier — com.watchtower-api/sanctions-screening — PRSM MCP