← tradingcalc.io
INDIVIDUAL MCP TOOL
workflow.run_pre_trade_check
Full pre-trade decision card: orchestrates position sizing, breakeven, liquidation, and funding cost in one call.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.tradingcalc-io]
url = "https://tradingcalc.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tradingcalc-io": {
"type": "http",
"url": "https://tradingcalc.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tradingcalc-io
Remote MCP URL: https://tradingcalc.io/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": {
"tradingcalc-io": {
"url": "https://tradingcalc.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tradingcalc-io": {
"type": "http",
"url": "https://tradingcalc.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tradingcalc-io",
"transport": "streamable-http",
"url": "https://tradingcalc.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
workflow.run_pnl_planning— Calculate net PnL, ROE, fees and gross profit/loss for a futures trade.workflow.run_liquidation_safety— Calculate the liquidation price for an isolated-margin futures position.workflow.run_breakeven_planning— Calculate the break-even exit price that covers all trading fees.workflow.run_position_sizing— Calculate the correct position size given a maximum risk in USDT and a stop-loss price.workflow.run_funding_cost— Calculate the total funding cost (or income) for holding a perpetual futures position.primitive.average_entry— Calculate the weighted average entry price from multiple buy/sell fills (DCA).workflow.run_exit_target— Calculate the exact exit price needed to hit a target PnL or ROE percentage.workflow.run_scenario_planning— Run a scenario analysis: compute PnL for multiple price-change percentages at once.