Use this path when you need your own auth, policy, or UI controls around DZap tools.
Endpoint
https://nlp-ai-439689868940.europe-north1.run.app/mcp
Recommended integration model
Your app/agent -> client policy layer -> DZap MCP (/mcp) -> tools -> response
Practical rollout
- Start with read-only tools (
PriceTool, TokenAddressTool, BalanceTool).
- Add retrieval/search tools (
RagOverDocsTool, WebSearchTool).
- Add execution-sensitive tools only with explicit confirmation UX.
- Persist tool call logs and
sessionId for auditability.
Minimal remote config pattern
{
"mcpServers": {
"dzap": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://nlp-ai-439689868940.europe-north1.run.app/mcp"]
}
}
}
Session notes
- Initialize creates an MCP session.
- Reuse
mcp-session-id on follow-up requests.
- Send
DELETE /mcp to close session state cleanly.
Last modified on May 26, 2026