← zambo.dev

INDIVIDUAL MCP TOOL

trading_propose

Full automated trade proposal workflow: loads your strategy, runs the pure-math risk gate, captures live market context, logs to your private journal, and sends a formatted proposal to your Telegram with ✅/❌ approval buttons.

zambo.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://zambo.dev/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for trading_propose and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

zambo.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zambo-stack]
url = "https://zambo.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zambo-stack": {
      "type": "http",
      "url": "https://zambo.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zambo-stack
Remote MCP URL: https://zambo.dev/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zambo-stack": {
      "url": "https://zambo.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zambo-stack": {
      "type": "http",
      "url": "https://zambo.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zambo-stack",
  "transport": "streamable-http",
  "url": "https://zambo.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • zambo_universal — Universal Zambo Stack entry point.
  • zambo_live — Live session report — see exactly what tools have been called, when, how fast, and what's active right now.
  • zambot_spark — Generate a cross-domain strategy breakthrough for any goal.
  • find_agent — Search the Zambo Agent Registry — the public phone book for AI agents.
  • zambot_legendary_spark — Generate a LEGENDARY SPARK — the highest tier of ZAMBOT intelligence.
  • zambot_fix — Diagnose and fix broken AI-generated (vibe-coded) code instantly.
  • zambro_analyze — Free, unlimited opportunity scanner with 21 specialized branches.
  • provibe_audit — AI code audit for any public GitHub repository.