← firmtape.com

INDIVIDUAL MCP TOOL

options_strategy_test

Test an SPX 0DTE options strategy — a condor, strangle, straddle or any leg set — against every session in the FirmTape archive on real quotes and real settlement.

firmtape.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.firmtape.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for options_strategy_test and invoke it with your own arguments.

Indexed 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 server

firmtape.com

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

.mcp.json

{
  "mcpServers": {
    "firmtape": {
      "type": "http",
      "url": "https://mcp.firmtape.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_sessions — List the finished SPX trading sessions in the free FirmTape archive, newest first, with the total count and how far back coverage runs.
  • get_session — Everything FirmTape measured for ONE finished SPX session: OHLC and VWAP, the zero-gamma flip and how often price crossed it, call/put walls, the hold band, net-gamma percentile, ATM IV at the open.
  • get_level_history — How the SPX dealer-positioning levels MOVED across recent finished sessions: the zero-gamma flip, call resistance and put support day by day, each session's change from the one before, and summary statistics for the window (flip range, net drift, mean daily movement, how often price closed above the flip).
  • get_levels — Only the dealer-positioning level set for one finished SPX session: zero-gamma flip, call resistance, put support, hold band — plus where the session closed relative to them.
  • get_gex_profile — The SPX dealer gamma LADDER for one minute of a finished session: gamma by strike around spot, the level set, and the heaviest strikes.
  • search — Search FirmTape for documents about SPX dealer positioning: the explainer pages, the dated research measurements, and the archive of finished trading sessions.
  • fetch — Retrieve the full text of one FirmTape document by the id `search` returned: `session:YYYY-MM-DD` for a finished trading session, `page:/path` for an explainer or research page.