Skip to main content

Futures volatility intelligence MCP server for ES, NQ, and related products

Project description

Curistat MCP Server

Futures-specific volatility intelligence for AI agents via the Model Context Protocol.

The first MCP server dedicated to futures volatility analytics. Provides forecasts, regime detection, rare signals, directional bias, and research tools for ES, NQ, and related products.

Quick Start

1. Install

pip install curistat-mcp

2. Get a Curistat API key

Sign up at curistat.com/developer and generate an API key.

3. Configure Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "curistat": {
      "command": "python",
      "args": ["-m", "curistat_mcp"],
      "env": {
        "CURISTAT_API_KEY": "cst_agent_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. You can now ask Claude questions like:

  • "What's the volatility forecast for ES today?"
  • "Are there any rare signals firing for NQ?"
  • "Show me the economic calendar for next week"
  • "Find historical days similar to today for ES"

Available Tools

Core Intelligence

Tool Description
get_forecast_today Daily volatility forecast (1-10 rating) with expected move ranges
get_forecast_week 5-day forward volatility forecast
get_signals Scan all 24 rare volatility signals
get_direction Directional bias (17-component aggregate)
get_session_plan Full session planner with trade setups

Regime

Tool Description
get_regime CRC composite (0-100, 5 bands)
get_pulse Market conditions snapshot

Research

Tool Description
get_calendar Economic calendar with vol impact estimates
get_event_impact Historical vol analysis around specific events
get_similar_days Historical analog day lookup

Supported Products

ES, NQ, MES, MNQ, SPX, SPY, QQQ

Agent Framework Integration

CrewAI

from crewai import Agent
from crewai_tools import MCPTool

curistat_tools = MCPTool(
    server_command="python",
    server_args=["-m", "curistat_mcp"],
    server_env={"CURISTAT_API_KEY": "cst_agent_..."},
)

analyst = Agent(
    role="Futures Volatility Analyst",
    tools=[curistat_tools],
    goal="Analyze market conditions and provide trading intelligence",
)

LangChain

from langchain_mcp import MCPToolkit

toolkit = MCPToolkit(
    server_command="python",
    server_args=["-m", "curistat_mcp"],
    server_env={"CURISTAT_API_KEY": "cst_agent_..."},
)

tools = toolkit.get_tools()

Direct stdio (any MCP client)

CURISTAT_API_KEY=cst_agent_... python -m curistat_mcp

The server communicates via stdio using the MCP protocol.

Environment Variables

Variable Required Default Description
CURISTAT_API_KEY Yes -- Your Curistat Developer API key
CURISTAT_API_URL No https://api.curistat.com API base URL

Rate Limits

Rate limits are enforced by your API key tier, not by the MCP server. The server is a thin client that proxies requests to the Curistat API.

Tier Requests/min Requests/day
Free 10 100
Pro 60 5,000
Agent 120 50,000

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

curistat_mcp-0.1.0.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

curistat_mcp-0.1.0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file curistat_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: curistat_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for curistat_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 91d99b744f2177755fbbd1c14b03f6fad5e9eb9c14fbc4998dfe5183b6e3468f
MD5 7dc81bc272dab77eb87cf4d2d0469fba
BLAKE2b-256 46a140831d97e42a43cbaa483545e0e12190e73627668d124bf8ebc591ff5bad

See more details on using hashes here.

Provenance

The following attestation bundles were made for curistat_mcp-0.1.0.tar.gz:

Publisher: publish-mcp.yml on moxiespirit/MyClone

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file curistat_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: curistat_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for curistat_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 006d910d53b692d823557c4675ee190b580e0ab622932a0ba0e3619bd93cca26
MD5 23d05b02ec94275249a64111649b56b3
BLAKE2b-256 f110b19a55925bffd66c24aacffafdbdc73f63ee5354150de62c784175656d3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for curistat_mcp-0.1.0-py3-none-any.whl:

Publisher: publish-mcp.yml on moxiespirit/MyClone

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page