
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).
「推論」の他のコンテンツ
Part 1. Real-Time LangGraph Agent with MCP Tool Execution
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
n8n - Secure Workflow Automation for Technical Teams
n8n-ioFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
NeoCoder: Neo4j-Guided AI Coding Workflow
angrysky56An MCP server allowing AI assistants to use a Neo4j knowledge graph as their primary, dynamic instruction manual and long term project memory with adaptive templating and autonomous tool development tools.
End-to-End Agentic AI Automation Lab
MDalamin5This repository contains hands-on projects, code examples, and deployment workflows. Explore multi-agent systems, LangChain, LangGraph, AutoGen, CrewAI, RAG, MCP, automation with n8n, and scalable agent deployment using Docker, AWS, and BentoML.
Proplan Mcp
King-ProplanMCP server that gives Claude persistent project memory — roadmap, session history, and codebase context. Type continue and Claude picks up exactly where you left off
コメント