AESP is a TypeScript SDK and MCP integration layer that enables AI agents to execute economic actions while ensuring human control over these actions.
From the registry: Crypto payments for the agent economy — policy-gated vault operations under human control
Please install the `aesp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js >= 18** — Required runtime (https://nodejs.org/)
- **Yault API key** — Create account at yault.xyz to get an sk-yault-* API key (https://yault.xyz)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@yault/aesp"]
- required environment variables:
- `YAULT_API_KEY`: Yault API key (sk-yault-*) tied to your vault (example: `<your-yault-api-key>`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.YAULT_API_KEYrequiredAPI key for authentication with the Yault backendSEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)