← regimeshift.xyz

INDIVIDUAL MCP TOOL

agent_sofr

Agent-SOFR: decentralized USD short-rate benchmark for AI agents (weighted-median of 7 sources + variance + regime premiums; BNS-calibrated 6-mode classifier).

regimeshift.xyznone 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • eth_vrp — ETH Volatility Risk Premium (DVOL minus Parkinson realized vol, 72h).
  • btc_vrp — BTC Volatility Risk Premium (DVOL minus Parkinson realized vol, 72h).
  • max_ltv — Maximum-safe LTV for a collateralized agent loan — from variance over the loan horizon plus a 6-mode regime cap.