ENDPOINT 1
https://api.decker-ai.com/api/v1/mcp
MCP server metadata
- Name
- decker
- Version
- 0.2.0
Known tools 14
decker.get_signalsActive trading signals for the current user (with Skill Overlay applied), in customer-facing shape: coordinates (entry/target/stop), decision (ENTER/WAIT/SKIP — is_actual_trigger=true only for ENTER; WAIT/SKIP are standing candidates, not executed triggers), action_gate posture (GO/WATCH/HOLD — a stance, not an order command), progress, MTF verdict, and a plain-language summary_ko line.
Potential side effectsdecker.get_assemblyMulti-timeframe optimal-path assembly per symbol (STRATEGY_LAYER §8): one deterministic machine verdict combining all live timeframes — direction, grade (aligned | structure+pullback | exhaustion-reversal), entry (now vs wait, with source TF), stop (risk stop), target (upper-TF target), RR, and a conditional switch coordinate on mixed structure.
Inferred read-onlydecker.get_readingAI-synthesized market reading for a symbol/timeframe, in customer-facing language: current state description, directional bias scores, bidirectional break targets, MTF verdict per timeframe, and an execution hint (stance + long/short setups).
Inferred read-onlydecker.get_viewThe engine's VIEW for a symbol — the same composed card the daily briefing sends (single composer, verbatim): overall verdict, big/main timeframe alignment, the current game narrative in plain language, coordinates (baseline ref_price / target / invalidation), 'at this price, this view', and recent self-scoring verdicts (receipts).
Inferred read-onlydecker.get_market_stateMarket State v0 — current engine structural state for a symbol/timeframe (latest evaluated bar, persisted engine emit read as-is, zero recompute).
Inferred read-onlydecker.get_state_timelineMarket State v0 — per-bar state timeline for a symbol/timeframe (same schema as decker.
Inferred read-onlydecker.get_trigger_historyACTION axis — actual historical GO triggers (not standing WATCH/HOLD candidates) for a symbol, with entry/target/stop coordinates and realized performance (mfe_pct/mae_pct/exit_reason/exit_price from trigger_performance, null = still open).
Inferred read-onlydecker.get_user_skillsTrading skill catalog + currently active overlay for this user.
Inferred read-onlydecker.get_positionsAxis③ (Order/Execution) — this user's actual exposure: real open futures positions (execution_mode=real, with live sl_price/tp_price), virtual (paper) open positions, and the last 10 closed round-trips per mode.
Inferred read-onlydecker.place_orderAxis③ (Order/Execution) — unlike every other tool here, this one moves money.
Inferred read-onlydecker.close_positionAxis③ (Order/Execution) — closes (or partially reduces) an existing position through DECKER'S OWN execution engine (see decker.
Inferred read-onlydecker.update_protective_stopsAxis③ (Order/Execution) — modifies the stop-loss and/or take-profit on an EXISTING open position.
Inferred read-onlyCONNECT 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.decker]
url = "https://api.decker-ai.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"decker": {
"type": "http",
"url": "https://api.decker-ai.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: decker
Remote MCP URL: https://api.decker-ai.com/api/v1/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": {
"decker": {
"url": "https://api.decker-ai.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"decker": {
"type": "http",
"url": "https://api.decker-ai.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "decker",
"transport": "streamable-http",
"url": "https://api.decker-ai.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for decker-ai.com was fetched 2026-07-31T07:27:04.196Z and is being refreshed.
decker-ai.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.