
Tradingcalc MCP
@SKalinin909
Tradingcalc MCP について
Deterministic crypto futures calculations for AI agents. PnL, liquidation, break-even, position sizing and more via MCP.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"tradingcalc": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tradingcalc.io/api/mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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).
「推論」の他のコンテンツ
Emergency Medicare Management MCP Server
manolazemergency-medicare-planner-mcp-server
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
n8n Workflow Builder MCP Server
makafeliAI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
MCP Sandbox
JohanLi233Python sandboxes for llms
mcp-agentic-rag
rukshannetMCP Server for Agentic RAG applications
コメント