Serversxyz.yault/aesp
A

Yault AESP

xyz.yault/aesp · v0.2.0
▦ npm
v0.2.0npm npm: @yault/aesp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "xyz.yault/aesp",
  "description": "Crypto payments for the agent economy — policy-gated vault operations under human control",
  "title": "Yault AESP",
  "repository": {
    "url": "https://github.com/ya-xyz/aesp",
    "source": "github"
  },
  "version": "0.2.0",
  "websiteUrl": "https://yault.xyz",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}