Skip to main content
Glama
dushaorighthere

RiskPilot

Related Servers

Alternatives to RiskPilot

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI agents to propose stock, ETF, and crypto trades through Alpaca paper trading while enforcing deterministic policy rules and recording every decision in an audit trail.
      6 npm
      MIT
    • A
      license
      Not graded
      quality
      F
      maintenance
      Enables AI agents to execute prediction-market trades through a risk-control gateway that enforces signed mandates and generates proof trails for accountability.
      0
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides risk guardrails for AI trading agents by analyzing portfolio risk, checking trades against policies, and generating risk policies.
      35 PyPI
      2
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables validation of USDⓈ-M Futures trade intents by normalizing natural-language orders, fetching live Binance market and account state, applying deterministic risk rules, and producing tamper-evident preflight receipts before execution.
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Deterministic risk governance for crypto trading agents. 5-level policy engine with position sizing, leverage limits, and trade blocking. One tool: get_risk_policy. Supports BTC and ETH.
      4
      22 npm
      1
      MIT
    • F
      license
      A
      quality
      C
      maintenance
      Enables agents to generate alpha signals, retrieve market snapshots, compute portfolio risk, validate and submit paper orders, and trigger a kill switch, all under deterministic pre-trade risk controls and audit logging.
      5
      -

    TDQS

    A4.2/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool has a distinct responsibility: policy reads immutable limits, analyze executes validated paper trades under guardrails, and audit verifies hash-linked events. There is no overlap or ambiguity between them.

    Naming Consistency5/5

    All tool names follow a consistent pattern of 'riskpilot_' prefix followed by a clear verb-like noun (policy, analyze, audit). The uniform lowercase and consistent structure make the set predictable.

    Tool Count5/5

    Three tools is well-scoped for a focused risk management and paper trading server. Each tool addresses a core function—reading policies, executing validated paper trades, and auditing—without unnecessary bloat or missing essentials.

    Completeness4/5

    The tool set covers the primary lifecycle: policy reading, trade analysis/execution with hard guardrails, and audit verification. It is missing optional capabilities like manual ledger management or limit updates, but these are intentionally immutable or out of scope, so no critical gaps exist.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues