Crypto futures math: PnL, liquidation, position sizing, carry trade. 19 tools. Not AI estimates.
claude mcp add tradingcalc --transport http https://tradingcalc.io/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"tradingcalc": {
"url": "https://tradingcalc.io/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tradingcalc": {
"serverUrl": "https://tradingcalc.io/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"tradingcalc": {
"type": "http",
"url": "https://tradingcalc.io/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tradingcalc": {
"url": "https://tradingcalc.io/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"tradingcalc": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tradingcalc.io/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://tradingcalc.io/api/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.SKalinin909--tradingcalc/reviews or the review_server meta-tool.
POST /mcp