Volatility-Lab-

sathanandhh/Volatility-Lab-
★ 0 stars Python AI/LLM Updated today
Volatility MCP is a stateful, feedback-driven volatility analytics engine exposed as a Model Context Protocol (MCP) server. It lets LLM agents (Claude, GPT, etc.) run rigorous quantitative risk analysis iteratively - one well-reasoned tool call at a time - rather than in a single shot.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "volatility-lab-": {
      "command": "uvx",
      "args": [
        "volatility-lab-"
      ]
    }
  }
}

Or install with pip: pip install volatility-lab-