← Index

Yault AESP

xyz.yault/aesp·v0.2.0·Finance & Payments
Quality Score
89
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "aesp": {
      "command": "npx",
      "args": [
        "-y",
        "@yault/aesp"
      ],
      "env": {
        "YAULT_API_KEY": "<your-yault_api_key>",
        "YAULT_API_URL": "https://api.yault.xyz"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "aesp": {
      "command": "npx",
      "args": [
        "-y",
        "@yault/aesp"
      ],
      "env": {
        "YAULT_API_KEY": "<your-yault_api_key>",
        "YAULT_API_URL": "https://api.yault.xyz"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @yault/aesp
§02  Environment variables
YAULT_API_KEY
requiredsecret

Your Yault API key (obtain from https://yault.xyz). Format: sk-yault-*

YAULT_API_URL

Yault backend base URL

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments