← Back to Plugins
MCP Server MCP

io.github.rodrigojille/kustodia-escrow

github By github 👁 1 views ▲ 0 votes

Agentic escrow payments — fiat + crypto, 36 MCP tools, 10 chains, FHE privacy

Homepage Verified source GitHub

Install

npx -y @kustodia_app/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...