Skip to main content

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

Project description

Curistat MCP Server

MCP Server Glama PyPI License: MIT

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

License

MIT

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.1.tar.gz (6.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.1-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: curistat_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for curistat_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e405eaa3fb967c2a1e6ceaa3c45808477413dc545ff1d1761518df5f2f50ff03
MD5 08ca5463742f07550f70843fdf6d70a5
BLAKE2b-256 681cda9d5ff9329479d547baa34a57a4faf37a8e824e0124baba038dbabf2c54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: curistat_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for curistat_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c972ec31a7fffe574ff71196e4271ee77730b8ce84e98980db1e2a8f432b0d7f
MD5 57707523f01e5439c089584bd033668b
BLAKE2b-256 278e4c12c141395a5ac0c4bfe8a771eeb55115b03eecbf940b23e40d9a5a7916

See more details on using hashes here.

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