Bull · model analyst
Builds the strongest supported case for exposure. Every claim must cite evidence from the packet.
APEX scans Binance-listed markets, finds conditions worth investigating, makes Bull and Bear argue from the same evidence, applies a deterministic Constitution Referee, and finishes with a Guardian safety check.
Builds the strongest supported case for exposure. Every claim must cite evidence from the packet.
Challenges the same packet. It can oppose Bull, agree cautiously, or refuse when evidence is weak.
Checks leverage, concentration, invalidation risk, liquidation distance and session loss using deterministic rules.
Checks freshness, authority, duplicate risk and policy. It fails closed and cannot grant Binance permissions.
On the dashboard, the Agent council panel is always visible. It starts as Ready, changes to Debating while a review is running, then shows each live result. A public APEX review can end with Referee APPROVE + Guardian BLOCK: the proposal passed portfolio rules but APEX is not authorized to submit a Binance order.
The dashboard loads Binance trading metadata for Spot and USDⓈ-M Futures, including base assets across major tokens, memes and other listed instruments. It reports the full indexed universe and separately scores the most liquid USDT routes so the page remains responsive and Binance rate limits are respected.
| Layer | What it means | What APEX shows |
|---|---|---|
| Universe index | Symbols Binance reports as TRADING in Spot and USDⓈ-M metadata. | Total indexed symbols and unique assets. |
| Live route scan | Liquid USDT symbols with the ticker, mark, funding, candles, order book and trade sample needed for a route. | Funding carry and trend-watch opportunities, with unavailable reads visible. |
| Review scope | Validated BTCUSDT/ETHUSDT USDⓈ-M cross-margin estimates. | Full Bull/Bear/Referee/Guardian review form. |
Binance may list tokenized or stock-linked products depending on product availability, account and jurisdiction; APEX does not label them as conventional equities. They appear in the universe only when Binance reports them as tradable, and a route is never invented when evidence is absent.
Scores are rankings, not probability of profit. Funding carry is an estimate, not guaranteed yield. News is matched public headline evidence, not social consensus.
Install or configure both servers in the AI client you use. Do not open an MCP endpoint in a browser and do not paste an endpoint into a chat asking the model to install it. Use the client's MCP/server settings or documented CLI.
http://38.49.209.149:4174/mcp{"mcpServers":{"apex":{"url":"http://38.49.209.149:4174/mcp"}}}This is the temporary HTTP endpoint. Some clients require HTTPS; replace the host with your HTTPS domain when available and keep /mcp.
https://agent.binance.com/mcp/agenticFollow Binance's official client setup guide ↗. Binance documents market data, Agentic account reads, Spot, Margin, Convert, USDⓈ-M and COIN-M Futures. Withdrawals are unavailable and non-read actions require your confirmation.
apex_status, then ask Binance MCP for a read-only BTCUSDT price and balance. Confirm which server handled each call.Use Terminal on macOS/Linux or PowerShell on Windows. Binance's official guide is authoritative for the client-specific flow.
# APEX
codex mcp add apex --url http://38.49.209.149:4174/mcp
# Add Binance from the official guide, then authenticate
https://developers.binance.com/en/docs/agent-native/mcp-server/agenticRun codex mcp list and authenticate the Binance entry. Use the future HTTPS APEX domain for clients that reject HTTP.
claude mcp add --transport http apex http://38.49.209.149:4174/mcp
claude mcp add --transport http binance-mcp-server https://agent.binance.com/mcp/agentic
# open /mcp, select Binance, authenticateSettings → Developer → Edit Config. Add both entries to mcpServers:
{
"mcpServers": {
"apex": {"url": "http://38.49.209.149:4174/mcp"},
"binance-mcp-server": {"url": "https://agent.binance.com/mcp/agentic"}
}
}Restart Claude Desktop and complete Binance browser authorization.
Open MCP / MCP Servers / Tools settings, choose remote HTTP or Streamable HTTP, create apex and binance-mcp-server, and paste the two URLs. If JSON is required, use the same mcpServers shape. Antigravity builds may call this area Tools, Connectors or MCP Servers.
When your plan and workspace expose custom remote MCP connectors, open Settings → Apps / Connectors / MCP, add APEX as a remote MCP server, then add Binance through Binance's official connector flow. Do not paste endpoints into a normal chat message. If custom remote MCP is not available in the chat product, use Claude Desktop, Claude Code, Codex CLI, ChatGPT/Codex Desktop or another client with remote MCP support.
PowerShell, Terminal and shells use the same URLs. Reopen the shell after installing a CLI. Never put a Binance API key in APEX or the public VPS; Binance MCP uses its own authorization flow.
| Tool | Use | Boundary |
|---|---|---|
apex_status | Build, provider and service boundary. | No account access. |
apex_find_opportunities | Scan live Binance evidence for symbols or the liquid universe. | No orders; unavailable reads stay visible. |
apex_news_sentiment | Match recent public headlines to symbols. | Not social consensus. |
apex_review_trade | Run Bull, Bear, Referee and Guardian over a caller-supplied book and proposal. | No Binance login, sync or order submission. |
{
"book": {"walletBalance": 1000, "positions": []},
"sessionOpeningEquity": 1000,
"proposal": {"symbol": "BTCUSDT", "side": "LONG", "qty": 0.001},
"thesis": {"invalidation": 70000}
}These are syntax examples, not trade advice. Ask your agent to show the evidence, both arguments, Referee checks and Guardian checks.
Use the exact URL https://agent.binance.com/mcp/agentic, add it through client MCP settings, authenticate in Binance and grant the needed scope. Do not open the endpoint directly.
The temporary APEX URL is HTTP. Some hosted agents require HTTPS. Deploy the APEX domain with TLS, then use https://your-domain/mcp.
Open Agent review and submit a proposal. The council does not invent a trade while idle. During the run it changes to Debating, then renders both validated responses.
Portfolio rules can pass while execution authority is absent. Use Binance MCP to re-check the live account and request your confirmation.
The product may lack required evidence, be unavailable to your account or jurisdiction, or use a different risk model. APEX leaves it unscored instead of inventing a route.