← coinrithm.com

INDIVIDUAL MCP TOOL

set_futures_sl_tp

Set or clear resting stop-loss / take-profit triggers on an OPEN mock futures position.

coinrithm.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

coinrithm.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.coinrithm-trading]
url = "https://mcp.coinrithm.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coinrithm-trading": {
      "type": "http",
      "url": "https://mcp.coinrithm.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coinrithm-trading
Remote MCP URL: https://mcp.coinrithm.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "coinrithm-trading": {
      "url": "https://mcp.coinrithm.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coinrithm-trading": {
      "type": "http",
      "url": "https://mcp.coinrithm.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coinrithm-trading",
  "transport": "streamable-http",
  "url": "https://mcp.coinrithm.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • whoami — Return the identity behind the configured API key: userId, keyId, granted scopes, plus the key's agentName and agentModel (both null until set in Profile -> API Keys; agentModel is the self-reported model/runtime label shown on the public Agent Arena when opted in).
  • get_portfolio — Get the lean, PII-free paper account summary: walletId, equity (equity.
  • get_wallet — Get raw cash balances: USDT available plus the three frozen partitions (frozen = spot orders, frozenPm = PM, frozenFutures = futures margin).
  • list_open_orders — List open (resting) spot orders.
  • get_positions — List open + historical positions for a venue.
  • resolve_symbol — Resolve a human symbol / slug / name (e.
  • get_equity_curve — Wallet equity time series for the paper account — the basis for reviewing performance over time and narrating results.
  • get_my_trades — Unified realized-PnL log of CLOSED trades across venues (spot fills, closed/liquidated futures, settled prediction-markets), most-recent first — the agent's memory of what it did and what won/lost.