
Tradingcalc MCP
@SKalinin909
About Tradingcalc MCP
Deterministic crypto futures calculations for AI agents. PnL, liquidation, break-even, position sizing and more via MCP.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tradingcalc": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tradingcalc.io/api/mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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).
More Reasoning MCP servers
Node Code Sandbox MCP π οΈ
mozicim# π’π Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
Emergency Medicare Management MCP Server
manolazemergency-medicare-planner-mcp-server
MCP Sandbox
danstarnsTurn any JavaScript module into a sandboxed MCP (Model Context Protocol) server with automatic reflection and type inference.
Agenticstore β The Open Source Standard For Local Mcp Tooling
agenticstoreAgenticStore: The secure toolkit for AI agents. Instantly equip Claude Desktop, Cursor, and Windsurf with 27+ MCP tools, persistent memory, and SearXNG search, all protected by a built-in PII prompt firewall to protect your data from being exposed to AI agents.
Task Planner MCP Server
CaptainCrouton89An MCP (Model Context Protocol) server that helps AI assistants (like Claude) break down complex tasks into manageable steps, track progress, and manage a hierarchical task list.
Comments