Skip to main content
Glama

Server Details

Verifiable, deterministic risk math for autonomous agents; re-runnable proof on every answer.

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Uptime
45.0% over 38 days
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.6/5.0

Scored across 9 tools

Disambiguation5/5

Each tool addresses a distinct risk domain (event volatility, execution verification, LP risk, options, perps, portfolio, attestation, sizing, treasury) with no overlap; descriptions are precise and differentiate clearly.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern combining a domain prefix with a verb or metaphor (e.g., _risk, _gate, _verify), making them predictable and easy to parse.

Tool Count5/5

The 9 tools cover a broad range of DeFi risk computations without being excessive; each tool serves a clear, non-redundant purpose within the server's scope.

Completeness5/5

The tool set provides comprehensive coverage for a risk analysis server: event risk, execution quality, LP risk, options and perps greeks, portfolio stress, attestation, sizing, and treasury risk; no obvious gaps for the intended domain.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updates
    • Changedoptions_risk1 field changed
      • addedInput schema / properties / positions / items / properties / type / enum
        Added value: +[
        +  "call",
        +  "put"
        +]
    • Changedperp_gate3 fields changed
      • changedInput schema / properties / side / description
        Previous value: -"default long"New value: +"long | short (buy | sell are accepted synonyms, as is -1 for short); default long"
      • changedInput schema / properties / side / enum
        Previous value: -[
        -  "long",
        -  "short"
        -]New value: +[
        +  "long",
        +  "short",
        +  "buy",
        +  "sell",
        +  "-1"
        +]
      • changedInput schema / properties / venue / description
        Previous value: -"live-data venue (default hyperliquid)"New value: +"live-data venue (default hyperliquid). The maths is venue-agnostic — for any other venue omit this and pass maxLeverage/markPrice/fundingRateHourly yourself."
    • Changedportfolio_gate2 fields changed
      • addedInput schema / properties / betaTier / enum
        Added value: +[
        +  "mild",
        +  "moderate",
        +  "severe"
        +]
      • addedInput schema / properties / positions / items
        Added value: +{
        +  "description": "one leg; see the array description for the full field list",
        +  "properties": {
        +    "side": {
        +      "description": "long | short (buy | sell are accepted synonyms); a negative size also reads as short",
        +      "enum": [
        +        "long",
        +        "short",
        +        "buy",
        +        "sell"
        +      ],
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
  2. 1 tool update
    • Changedportfolio_gate3 fields changed
      • addedInput schema / properties / account
        Added value: +{
        +  "description": "OR: a Hyperliquid account address (0x…) — the full live book (positions, margins, equity, venue liquidation prices) is pulled keylessly; explicit positions take precedence.",
        +  "type": "string"
        +}
      • addedInput schema / properties / betaTier
        Added value: +{
        +  "description": "beta regime for the factor stress: mild | moderate | severe — cross-event validated tiers (pre-registered). Default = worst-case single-event table; explicit betas override.",
        +  "type": "string"
        +}
      • removedInput schema / required
        Removed value: -[
        -  "positions"
        -]
  3. 9 tool updates
    • First observedevent_vol
    • First observedexec_verify
    • First observedlp_risk
    • First observedoptions_risk
    • First observedperp_gate
    • First observedportfolio_gate
    • First observedrisk_attest
    • First observedsize_gate
    • First observedtreasury_risk

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    The verifiable risk engine for autonomous agents: deterministic, self-verifying financial calculations that an agent can delegate and prove. It covers liquidation and funding, position sizing and risk of ruin, options Greeks and margin, LP divergence, treasury concentration and depeg, execution quality checks, plus intelligence on options, DeFi, prediction markets, and transaction safety analysis.
    3 npm
    1
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Verify a number before an agent asserts it — a Deflated Sharpe Ratio for backtest, plus eval-gap, subset-win, and judge-bias checks, with signed receipts anyone can verify offline.
    34
    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
    227 npm
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources