kalantisprime-mcp
v0.1.0
Published
KalantisPrime MCP server — connect Claude Code / Codex and other MCP-compatible AI agents to your KalantisPrime account (read-only v1).
Readme
@kalantisprime/mcp — KalantisPrime MCP Server
Connect Claude Code, Codex or any MCP-compatible AI agent to your KalantisPrime trading account. v1 is strictly read-only — account, positions, orders, history, quotes, K-lines, symbols. No order placement, no fund movement.
1. Get an API key
Log in to the KalantisPrime member center → Profile → API Keys → Create key.
The plaintext key (kalantis_live_xxx) is shown only once — copy it immediately.
2. Configure your agent
Claude Code (.mcp.json)
{
"mcpServers": {
"kalantisprime": {
"command": "npx",
"args": ["-y", "kalantisprime-mcp"],
"env": {
"KALANTIS_API_KEY": "kalantis_live_xxx",
"KALANTIS_API_BASE": "https://api.kalantisprime.com"
}
}
}
}Tools (7, all read-only)
get_account · get_positions · get_orders · get_history · get_quotes · get_klines · list_symbols
Rate limit: 60 req/min per key (HTTP 429 with retry hint). Transient network failures are retried automatically (2x backoff).
Same engine as @bonooo/mcp, brand-preset for KalantisPrime.
