Skip to main content

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.

Setup

1

Open Cursor MCP config

~/.cursor/mcp.jsonCreate it if missing.
2

Add DZap

{
  "mcpServers": {
    "DZapAI": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://ai.dzap.io/sse"
      ]
    }
  }
}
3

Restart Cursor

Cmd-Q and relaunch.
4

Use DZap in Composer

Open Composer (Cmd-I). DZap tools are now available. Try:
Get the current price of WETH on Base.

Pair with the DZap Skill

For coding tasks (writing SDK calls, building API clients), pair the MCP server with the dzap-sdk Skill. The MCP server gives Cursor real-time data; the Skill gives Cursor the API conventions for code completions. See Skills → DZap SDK.

Per-project config

To restrict DZap MCP to specific projects, place a .cursor/mcp.json in the project root instead of the user-level config. The project config takes precedence.

Troubleshooting

If Cursor doesn’t pick up DZap tools, check Cursor’s MCP logs (View → Output → MCP). Most issues are reachability problems — confirm the remote endpoint is accessible from your network.