← Back to Plugins
MCP Server MCP

Yault AESP

github By github 👁 10 views ▲ 0 votes

Crypto payments for the agent economy — policy-gated vault operations under human control

Homepage Verified source GitHub

Install

npx -y @yault/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@yault/aesp",
      "version": "0.2.0",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Yault API key (obtain from https://yault.xyz). Format: sk-yault-*",
          "isRequired": true,
          "isSecret": true,
          "name": "YAULT_API_KEY"
        },
        {
          "description": "Yault backend base URL",
          "default": "https://api.yault.xyz",
          "name": "YAULT_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...