The DZap MCP server exposes DZap AI capabilities through a tool-based interface for MCP-compatible clients. Connect once; the client can discover and call DZap tools through the standard MCP flow.Documentation Index
Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
Use this file to discover all available pages before exploring further.
What you get
- Discovery — clients list available tools and inspect their schemas.
- Invocation — clients call tools with structured inputs.
- Safety — sensitive actions are clearly marked and gated.
- Observability — responses are structured enough for clients to explain what happened.
When to use it
Claude Desktop and similar
Connect DZap to an MCP-capable assistant and let it call tools directly.
Internal copilots
Curated subset of DZap tools for support, ops, research, or strategy.
Custom agent stacks
MCP as the first integration layer before you decide on a tighter contract.
Cursor IDE
DZap tools alongside your code editor.
Tool families
The MCP server exposes tools across several domains:- Asset and token lookup
- Prices and balances
- Routes and quotes
- DeFi positions and pool context
- Transaction build and simulation
- Docs and knowledge retrieval
- Analytics and sentiment helpers
Conceptual request flow
Connection
The DZap MCP server is hosted athttps://ai.dzap.io/sse (Server-Sent Events transport).
Most clients use the mcp-remote helper to bridge their config to the remote endpoint:
What’s read-only vs execution-sensitive
Tools split into two classes:| Class | Examples | Confirmation |
|---|---|---|
| Read | balances, prices, positions, routes | none |
| Execution-sensitive | build, simulate, perform | gated by client + runtime |
Next
Claude Desktop
Connect in 60 seconds.
Custom clients
Integrate into your own agent runtime.