Setup
Open MCP config
Global config: ~/.cursor/mcp.json
Project-only config: <repo>/.cursor/mcp.json
Add DZap MCP
{
"mcpServers": {
"DZapAI": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://nlp-ai-439689868940.europe-north1.run.app/mcp"]
}
}
}
Restart Cursor
Fully quit and relaunch.
Verify
In Composer, try: Use TokenAddressTool to resolve USDC on Arbitrum (42161).
Tips
- Keep DZap MCP project-scoped if you only need it in one repo.
- Start with read tools (
PriceTool, BalanceTool) before execution tools.
Last modified on May 26, 2026