← Registry

eCommerce

kustodia.app

Manages fiat escrow payments, including creation, status checking, fund release, evidence upload, and FX rate retrieval.

x402 supported1 endpoint44 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.kustodia.app/api/v1/mcp/sse

No auth detected

MCP server metadata

Name
kustodia-escrow
Version
2.0.0
Capabilities
tools.listChanged

Known tools 44

create_escrow

[FIAT ESCROW] Create a fiat escrow payment.

Potential side effects
check_status

[FIAT ESCROW] Check full status of a fiat payment including deposit details, escrow state, and payout readiness.

Potential side effects
release_funds

[FIAT ESCROW] Release escrowed funds to seller.

Inferred read-only
upload_evidence

Upload evidence or documentation for a payment or escrow (works for both fiat and web3 escrows).

Potential side effects
get_fx_rate

Get current FX rate between currencies (USD, MXN, USDC, MXNB).

Inferred read-only
list_payments

[FIAT ESCROW] List fiat payments.

Inferred read-only
cancel_payment

[FIAT ESCROW] Cancel a pending fiat payment before deposit.

Potential side effects
raise_dispute

[FIAT ESCROW] Raise dispute on a fiat payment.

Potential side effects
request_refund

[FIAT ESCROW] Request refund for a fiat payment.

Potential side effects
create_web3_escrow

[WEB3 ESCROW] Create an on-chain escrow via platform relayer.

Potential side effects
fund_web3_escrow

[WEB3 ESCROW] Fund an existing on-chain escrow by batching approve + fundEscrow.

Inferred read-only
release_web3_escrow

[WEB3 ESCROW] Release a FUNDED on-chain escrow — tokens go to the payee wallet.

Inferred read-only
dispute_web3_escrow

[WEB3 ESCROW] Dispute a FUNDED on-chain escrow.

Inferred read-only
check_web3_status

[WEB3 ESCROW] Check on-chain escrow status from DB index.

Inferred read-only
list_web3_escrows

[WEB3 ESCROW] List on-chain escrows.

Inferred read-only
get_web3_escrow

[WEB3 ESCROW] Read escrow data directly from the smart contract (real-time, on-chain).

Inferred read-only
create_session_key

[ZERODEV / ERC-4337] Create a scoped session key for gasless escrow funding.

Potential side effects
fund_with_session_key

[ZERODEV / ERC-4337] Fund an on-chain escrow using a server-side session key.

Inferred read-only
register_agent_wallet

[AGENT TRADING] Register your AI agent's wallet for discovery and trading.

Inferred read-only
fund_agent_wallet

[AGENT FUNDING] Fund an agent wallet with USDC or MXNB via fiat on-ramp.

Inferred read-only
list_trade_offers

[AGENT TRADING] List open escrows and trade offers on-chain.

Potential side effects
accept_trade

[AGENT TRADING] Check if you're the counterparty in a trade and get next steps.

Potential side effects
check_balance

[READ-ONLY] Check native (ETH) and ERC20 token balances for any wallet on supported chains.

Inferred read-only
get_trust_score

[READ-ONLY] Get trust score and badge for any wallet address.

Inferred read-only
create_confidential_escrow

[CONFIDENTIAL ESCROW] Create a fully encrypted on-chain escrow using Fhenix FHE.

Potential side effects
fund_confidential_escrow

[CONFIDENTIAL ESCROW] Fund a confidential escrow using FHERC20 encrypted tokens.

Inferred read-only
release_confidential_escrow

[CONFIDENTIAL ESCROW] Release a funded confidential escrow with CoFHE decryption.

Inferred read-only
create_solana_blink

[SOLANA BLINKS] Create a Solana Blink escrow — shareable payment link for P2P transactions.

Potential side effects
get_escrow_evidence

[READ-ONLY] List all evidence files attached to an escrow.

Inferred read-only
create_recurring_escrow

[RECURRING] Create a recurring escrow subscription — automated billing on interval.

Potential side effects
pause_recurring

[RECURRING] Pause an active recurring subscription.

Inferred read-only
resume_recurring

[RECURRING] Resume a paused recurring subscription.

Inferred read-only
cancel_recurring

[RECURRING] Cancel a recurring subscription.

Inferred read-only
approve_cycle

[RECURRING] Approve a pending billing cycle (for non-delegated subscriptions).

Inferred read-only
list_recurring

[RECURRING] List recurring subscriptions.

Inferred read-only
get_recurring_status

[RECURRING] Get full status of a recurring subscription including all cycle history, fees, and next billing date.

Inferred read-only
check_agreement

[FIAT ESCROW] Check the custody agreement status for a payment.

Potential side effects
check_dispute

[FIAT ESCROW] Check dispute status and evidence for a payment.

Potential side effects
register_from_whatsapp

[REGISTRATION] Complete user registration from WhatsApp.

Inferred read-only
start_kyc_session

[KYC] Create a KYC/KYB identity verification session for a user.

Potential side effects
check_kyc_status

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

Potential side effects
yield_deposit

[YIELD] Deposit MXNB from Mi Wallet into the Morpho MXNB Prime yield vault.

Inferred read-only
yield_withdraw

[YIELD] Withdraw MXNB from the Morpho yield vault back to Mi Wallet.

Inferred read-only
yield_info

[YIELD / READ-ONLY] Get yield position info, vault stats, or deposit/withdrawal history.

Inferred read-only

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.

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.

Trust status Trusted

kustodia.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.