← kustodia.app

INDIVIDUAL MCP TOOL

check_kyc_status

[KYC] Check the KYC/KYB verification status of a user by email.

kustodia.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent endpoint

kustodia.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.kustodia-escrow]
url = "https://api.kustodia.app/api/v1/mcp/sse"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kustodia-escrow": {
      "type": "http",
      "url": "https://api.kustodia.app/api/v1/mcp/sse"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kustodia-escrow
Remote MCP URL: https://api.kustodia.app/api/v1/mcp/sse

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "kustodia-escrow": {
      "url": "https://api.kustodia.app/api/v1/mcp/sse"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kustodia-escrow": {
      "type": "http",
      "url": "https://api.kustodia.app/api/v1/mcp/sse"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kustodia-escrow",
  "transport": "streamable-http",
  "url": "https://api.kustodia.app/api/v1/mcp/sse"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • create_escrow — [FIAT ESCROW] Create a fiat escrow payment.
  • check_status — [FIAT ESCROW] Check full status of a fiat payment including deposit details, escrow state, and payout readiness.
  • release_funds — [FIAT ESCROW] Release escrowed funds to seller.
  • upload_evidence — Upload evidence or documentation for a payment or escrow (works for both fiat and web3 escrows).
  • get_fx_rate — Get current FX rate between currencies (USD, MXN, USDC, MXNB).
  • list_payments — [FIAT ESCROW] List fiat payments.
  • cancel_payment — [FIAT ESCROW] Cancel a pending fiat payment before deposit.
  • raise_dispute — [FIAT ESCROW] Raise dispute on a fiat payment.