io.github.rodrigojille/kustodia-escrow✓
io.github.rodrigojille/kustodia-escrow · v2.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.rodrigojille/kustodia-escrow",
"description": "Agentic escrow payments — fiat + crypto, 36 MCP tools, 10 chains, FHE privacy",
"repository": {
"url": "https://github.com/rodrigojille/kustodia_api",
"source": "github"
},
"version": "2.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "@kustodia_app/node",
"version": "0.1.1",
"transport": {
"type": "sse",
"url": "https://api.kustodia.app/api/v1/mcp/sse"
},
"environmentVariables": [
{
"description": "Kustodia API key for authentication (get one at https://kustodia.app/register)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KUSTODIA_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}