xyz.regimeshift/mcp
Official4 toolsRegimeShift
Paid MCP for AI agents: vol risk premium, Agent-SOFR, max-LTV. $0.001 USDC on Base via x402.
Financial derivatives API for AI agents providing volatility risk premiums and loan-to-value metrics.
Captured live from the server via tools/list.
eth_vrp
ETH Volatility Risk Premium (DVOL minus Parkinson realized vol, 72h). Positive = sell-vol opportunity, negative = buy-vol. Returns regime (LOW/MID/HIGH) and raw audit inputs (DVOL, RV_72h, RV_6h, spot). Live (~60s cache). $0.001 USDC on Base per call.
No parameters.
btc_vrp
BTC Volatility Risk Premium (DVOL minus Parkinson realized vol, 72h). Positive = sell-vol opportunity, negative = buy-vol. Returns regime (LOW/MID/HIGH) and raw audit inputs (DVOL, RV_72h, RV_6h, spot). Live (~60s cache). $0.001 USDC on Base per call.
No parameters.
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). Use as the risk-free benchmark for lend/borrow decisions. Returns annualized rate (%), its decomposition, current regime, and methodology. $0.001 USDC on Base.
Parameters (1)
- horizonstring
Rate horizon
max_ltv
Maximum-safe LTV for a collateralized agent loan — from variance over the loan horizon plus a 6-mode regime cap. Returns max_ltv, the math vs regime-cap binding constraint (so the agent sees WHY), regime, and sigma over the horizon. $0.001 USDC on Base.
Parameters (3)
- assetstring
Collateral asset
- duration_secinteger
Loan horizon in seconds
- max_default_probnumber
Lender's tolerated default probability
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.regimeshift.xyz/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.