Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

xyz.spiralstake/leverage

xyz.spiralstake/leverage

Leveraged-yield router on Morpho. List strategies, simulate, and build UNSIGNED txs.

Uptime
100.0%
1 direct probes · 30d
Response
514ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

list_strategies

List eligible Spiral leveraged-yield strategies with raw risk facts (collateral/borrow APY, leverage ladder, oracle type, exit-liquidity, LTVs). Optionally filter by collateral category.

get_strategy

Get one eligible strategy's full raw facts by its Morpho market id.

get_prices

Current USD prices for loan/collateral tokens (token address -> USD).

simulate_leverage

Preview opening a leveraged position — deterministic, read-only, no wallet needed. Returns the resulting leverage, effective LTV, leveraged collateral, expected leveraged APY, price impact, the auto-s…

build_leverage_tx

Build the UNSIGNED transaction to open a leveraged position, for the given wallet to sign. Non-custodial: this server never signs, sends, or holds keys. The canonical output is the executable { approv…

get_positions

Read a wallet's open/closed Spiral leverage positions from chain state (read-only). For each: collateral/loan, leveraged collateral, net equity, debt, current LTV vs liquidation LTV (with headroom), c…

build_manage_tx

Build the UNSIGNED transaction to adjust or close an OPEN position, for the given wallet to sign. Non-custodial (never signs/holds keys). Canonical output is the executable { approvals[], tx{to,data,v…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "xyz.spiralstake/leverage": {
      "url": "https://api.spiralstake.xyz/mcp",
      "transport": "streamable-http"
    }
  }
}