Catalog
io.github.rodrigojille/kustodia-escrow
OfficialAgentic escrow payments — fiat + crypto, 36 MCP tools, 10 chains, FHE privacy
Manage escrow payments in fiat and crypto across 10 blockchains with privacy.
README not available yet.
Install
Configuration
Environment variables
KUSTODIA_API_KEYrequiredsecretKustodia API key for authentication (get one at https://kustodia.app/register)
claude_desktop_config.json
{
"mcpServers": {
"kustodia-escrow": {
"command": "npx",
"args": [
"-y",
"@kustodia_app/node@0.1.1"
],
"env": {
"KUSTODIA_API_KEY": "<YOUR_KUSTODIA_API_KEY>"
}
}
}
}