← spiralstake.xyz

INDIVIDUAL MCP TOOL

get_prices

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

spiralstake.xyznone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.

Parent endpoint

spiralstake.xyz

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.spiralstake]
url = "https://api.spiralstake.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "spiralstake": {
      "type": "http",
      "url": "https://api.spiralstake.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: spiralstake
Remote MCP URL: https://api.spiralstake.xyz/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": {
    "spiralstake": {
      "url": "https://api.spiralstake.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "spiralstake": {
      "type": "http",
      "url": "https://api.spiralstake.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "spiralstake",
  "transport": "streamable-http",
  "url": "https://api.spiralstake.xyz/mcp"
}
MCP Inspector

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

Related tools

  • list_strategies — List eligible Spiral leveraged-yield strategies with raw risk facts (collateral/borrow APY, leverage ladder, oracle type, exit-liquidity, LTVs).
  • get_strategy — Get one eligible strategy's full raw facts by its Morpho market id.
  • simulate_leverage — Preview opening a leveraged position — deterministic, read-only, no wallet needed.
  • build_leverage_tx — Build the UNSIGNED transaction to open a leveraged position, for the given wallet to sign.
  • get_positions — Read a wallet's open/closed Spiral leverage positions from chain state (read-only).
  • build_manage_tx — Build the UNSIGNED transaction to adjust or close an OPEN position, for the given wallet to sign.