
Tradingcalc MCP
@SKalinin909
Deterministic crypto futures calculations for AI agents. PnL, liquidation, break-even, position sizing and more via MCP.
Overview
What is Tradingcalc MCP?
Tradingcalc MCP is a deterministic calculation server for futures and crypto trade planning. It provides 19 tools across trade P&L, risk & margin, and funding/carry, returning exact numbers instead of AI guesses. Formulas are verified against 22 canonical test vectors and normalized across 7 exchanges. It is designed for traders, AI agents, and trading bots.
How to use Tradingcalc MCP?
Connect via MCP (Claude Desktop, Cursor, VS Code) or direct HTTP. For Claude Desktop, add a claude_desktop_config.json entry using npx -y mcp-remote https://tradingcalc.io/api/mcp. For Cursor/VS Code, set the url to the same endpoint. Alternatively, send JSON-RPC POST requests to https://tradingcalc.io/api/mcp. An API key is optional for MCP but required for REST endpoints.
Key features of Tradingcalc MCP
- 19 deterministic tools for trade planning, risk, and funding
- Formulas verified against 22 canonical test vectors
- Two access surfaces: MCP and REST API
- Supports 7 exchanges: Binance, Bybit, OKX, Hyperliquid, Aster, KuCoin, MEXC
- Self-verification tool (
system.verify) to confirm correctness - Credit-based pricing with free tier (20 requests/day)
Use cases of Tradingcalc MCP
- Trading bots checking liquidation price before every trade
- AI agents performing deterministic risk calculations without hallucination
- Multi-agent systems using a drop-in risk management agent
- Dashboards embedding calculations programmatically
FAQ from Tradingcalc MCP
What makes Tradingcalc MCP different from asking an LLM directly?
LLMs give plausible but potentially wrong numbers. Tradingcalc MCP returns exact calculations – same inputs always produce the same outputs, eliminating hallucination risk for financial data.
What pricing plans are available?
Plans range from Anonymous (20 req/day, free) to Growth (2,000,000 req/day, $599/mo). Credits are consumed per tool: primitives cost 1 credit, standard workflows 5, advanced workflows 8, and the pre-trade check 10 credits.
How do I get an API key?
Email [email protected] to request an API key. Pass it as Authorization: Bearer <your-api-key>.
Which exchanges are supported?
Formulas are normalized for Binance, Bybit, OKX, Hyperliquid, Aster, KuCoin, and MEXC.
What transport does the MCP server use?
It uses Streamable HTTP (MCP specification 2024-11-05).