@dzapio/ai) is a DeFi AI execution stack that ships SDK, CLI, HTTP, and MCP surfaces from one codebase.
Live links and package status (checked on May 26, 2026)
- Deployment:
https://nlp-ai-439689868940.europe-north1.run.app - NPM package:
https://www.npmjs.com/package/@dzapio/ai - Published version:
0.0.1 - Live health check:
GET /returns a successful wizard-style JSON response
What this package includes
DZapSDKfor TypeScript/JavaScript apps- Interactive CLI (
dzap,dzapai,DzapAI) - Express server (
/ask, SSE streaming, sessions, schedules) - MCP server (stdio + streamable HTTP at
/mcp)
Runtime highlights
- Startup gate via
DZAP_STARTUP_PASSWORD - Required user metadata on each
ask()call (metadata.accountInfo[]) - Private keys are excluded from model prompt text
- Automatic tool calling with bounded steps (
stepCountIs(25)) - 21 exposed tools, with interactive gates for on-chain execution and chain switching
Quick examples
Docs map
Quickstart
Install and run your first request.
SDK-AI
Full
DZapSDK API with examples.MCP Server
Connect to
/mcp from MCP clients.Tool Categories
Full catalog of all exposed tools.
CLI
Run the assistant from your terminal.
Architecture
Runtime pipeline, sessions, and scheduler.