TradingCalc MCP Server
Rank #39,020glama/SKalinin909/tradingcalc-mcp
Provides deterministic trading calculations for PnL, risk, margin, and funding, enabling users to get exact numbers for trade planning and risk assessment via MCP or REST API.
TradingCalc MCP Server is a Model Context Protocol (MCP) server published by SKalinin909. It ranks #39,020 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. TradingCalc MCP Server is listed across 3 registries — PulseMCP, Glama and mcp.so, with 3 release tags tracked from its GitHub repository. It was first listed on Mar 29, 2026 and most recently updated on Apr 9, 2026.
Ranks ahead of 76,440 of 115,460 servers on MCP Toplist.
Use TradingCalc MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tradingcalc-mcp https://tradingcalc.io/api/mcp[mcp_servers.tradingcalc-mcp]
url = "https://tradingcalc.io/api/mcp"Add to ~/.codex/config.toml.
https://tradingcalc.io/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tradingcalc-mcp": {
"url": "https://tradingcalc.io/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tradingcalc-mcp": {
"type": "http",
"url": "https://tradingcalc.io/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tradingcalc-mcp": {
"serverUrl": "https://tradingcalc.io/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tradingcalc-mcp": {
"url": "https://tradingcalc.io/api/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2FSKalinin909%2Ftradingcalc-mcp)<a href="https://mcptoplist.com/server/glama%2FSKalinin909%2Ftradingcalc-mcp"><img src="https://mcptoplist.com/badge/glama%2FSKalinin909%2Ftradingcalc-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
SKalinin909
GitHub releases (3)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v2.0.1 | Apr 9, 2026 |
| v2.0.0 | Apr 9, 2026 |
| v1.5.2 | Apr 7, 2026 |
Frequently asked questions
- Who maintains TradingCalc MCP Server?
- TradingCalc MCP Server is maintained by SKalinin909, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is TradingCalc MCP Server listed on the Official MCP Registry?
- TradingCalc MCP Server is not on the Official MCP Registry. It is listed on PulseMCP, Glama and mcp.so.
- How many versions does TradingCalc MCP Server have?
- No registry surfaces explicit version metadata for TradingCalc MCP Server; MCP Toplist tracks 3 release tags from its GitHub repository, most recently published on Apr 9, 2026.
- Where can I find the source code for TradingCalc MCP Server?
- The source code for TradingCalc MCP Server is hosted at github.com/skalinin909/tradingcalc-mcp.