OptionsPlay® MCP Server

Give your AI agent direct access to OptionsPlay's strategy intelligence — over the Model Context Protocol.

The OptionsPlay MCP server lets Claude, Claude Code, and any MCP-compatible client call our analytics as typed tools — ranked income strategies, credit spreads, covered calls, short puts, trade ideas, and full technical analysis. Your agent connects once and works against the same proprietary signals (D-Edge, OptionsPlay Score) that power our partner platforms — no REST plumbing to build.

Early access. The MCP server is in preview. The connection URL and a subscription key are issued on request — see Request access below. A production endpoint at mcp.optionsplay.com is on the roadmap.

Available tools

Six tools are exposed today. Each maps to an OptionsPlay capability and returns the same data our platform uses.

whyTechnicalAnalysis

Full technical read on an underlying — sentiment, technical & IV ranks, support/resistance, and trade ideas.

Params: symbol (required)

coveredCalls

Ranked covered-call opportunities from the regular generation.

Params: deltaThreshold, expiryThresholdInNumberOfDays (optional)

creditSpreads

Credit spreads — CALL and PUT verticals — ranked by OptionsPlay Score.

Params: none

shortPuts

Ranked short-put (cash-secured put) opportunities.

Params: none

tradeIdeas

Overnight trade ideas surfaced by the OptionsPlay scanners.

Params: none

strategies

Build trade strategies on demand for a symbol and risk profile.

Params: typed request body

Connect your client

Authentication uses a custom Op-Subscription-Key header (not APIM's default). We provide your MCP URL and key when you request access — drop them into the placeholders below.

Claude.ai / Claude Cowork

  1. Open Settings → Connectors.
  2. Choose Add custom connector.
  3. Set the URL to <your-assigned-mcp-url>.
  4. Add a custom header: Op-Subscription-Key: <your-key>.

Claude Code (CLI)

Add the server over Streamable HTTP:

claude mcp add --transport http optionsplay \
  <your-assigned-mcp-url> \
  --header "Op-Subscription-Key: <your-key>"

Transport: Streamable HTTP (SSE). MCP protocol revision 2025-06-18. Once connected, run tools/list to confirm the catalog above, then call any tool — e.g. whyTechnicalAnalysis(symbol:"AAPL").

Request early access

Tell us about your integration and we'll issue an MCP URL and a subscription key.

Request access

What's next

A production server at mcp.optionsplay.com with typed structuredContent output (per-field schemas for the finance domain) and self-serve key provisioning is planned. The connection model — one URL plus your Op-Subscription-Key — stays the same, so anything you build today carries forward.