eCommerce
kustodia.app
Manages fiat escrow payments, including creation, status checking, fund release, evidence upload, and FX rate retrieval.
ENDPOINT 1
https://api.kustodia.app/api/v1/mcp/sse
MCP server metadata
- Name
- kustodia-escrow
- Version
- 2.0.0
Known tools 44
check_status[FIAT ESCROW] Check full status of a fiat payment including deposit details, escrow state, and payout readiness.
Potential side effectsupload_evidenceUpload evidence or documentation for a payment or escrow (works for both fiat and web3 escrows).
Potential side effectscreate_web3_escrow[WEB3 ESCROW] Create an on-chain escrow via platform relayer.
Potential side effectsfund_web3_escrow[WEB3 ESCROW] Fund an existing on-chain escrow by batching approve + fundEscrow.
Inferred read-onlyrelease_web3_escrow[WEB3 ESCROW] Release a FUNDED on-chain escrow — tokens go to the payee wallet.
Inferred read-onlyget_web3_escrow[WEB3 ESCROW] Read escrow data directly from the smart contract (real-time, on-chain).
Inferred read-onlycreate_session_key[ZERODEV / ERC-4337] Create a scoped session key for gasless escrow funding.
Potential side effectsfund_with_session_key[ZERODEV / ERC-4337] Fund an on-chain escrow using a server-side session key.
Inferred read-onlyregister_agent_wallet[AGENT TRADING] Register your AI agent's wallet for discovery and trading.
Inferred read-onlyfund_agent_wallet[AGENT FUNDING] Fund an agent wallet with USDC or MXNB via fiat on-ramp.
Inferred read-onlyaccept_trade[AGENT TRADING] Check if you're the counterparty in a trade and get next steps.
Potential side effectscheck_balance[READ-ONLY] Check native (ETH) and ERC20 token balances for any wallet on supported chains.
Inferred read-onlycreate_confidential_escrow[CONFIDENTIAL ESCROW] Create a fully encrypted on-chain escrow using Fhenix FHE.
Potential side effectsfund_confidential_escrow[CONFIDENTIAL ESCROW] Fund a confidential escrow using FHERC20 encrypted tokens.
Inferred read-onlyrelease_confidential_escrow[CONFIDENTIAL ESCROW] Release a funded confidential escrow with CoFHE decryption.
Inferred read-onlycreate_solana_blink[SOLANA BLINKS] Create a Solana Blink escrow — shareable payment link for P2P transactions.
Potential side effectscreate_recurring_escrow[RECURRING] Create a recurring escrow subscription — automated billing on interval.
Potential side effectsapprove_cycle[RECURRING] Approve a pending billing cycle (for non-delegated subscriptions).
Inferred read-onlyget_recurring_status[RECURRING] Get full status of a recurring subscription including all cycle history, fees, and next billing date.
Inferred read-onlycheck_agreement[FIAT ESCROW] Check the custody agreement status for a payment.
Potential side effectsstart_kyc_session[KYC] Create a KYC/KYB identity verification session for a user.
Potential side effectscheck_kyc_status[KYC] Check the KYC/KYB verification status of a user by email.
Potential side effectsyield_deposit[YIELD] Deposit MXNB from Mi Wallet into the Morpho MXNB Prime yield vault.
Inferred read-onlyyield_withdraw[YIELD] Withdraw MXNB from the Morpho yield vault back to Mi Wallet.
Inferred read-onlyyield_info[YIELD / READ-ONLY] Get yield position info, vault stats, or deposit/withdrawal history.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kustodia.app was fetched 2026-07-30T22:03:31.295Z and is being refreshed.
kustodia.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.