Home / Workflows / Pull a market snapshot and check options
Markets Researchintermediate3-step workflow~18 min

Pull a market snapshot and check options

Get a live quote, pull recent price bars for context, then check the options chain for the same symbol.

Workflow

Step 1 of 3

Market Quote

Pull a current quote for a symbol.

market_quote({"symbol": "AAPL"})
Step 2 of 3

Market Bars

Pull recent OHLC price bars for context.

market_bars({"symbol": "AAPL"})
Step 3 of 3

Options Chain

Check the options chain for the same symbol.

options_chain({"symbol": "AAPL"})

Install

One command wires up every tool below for Claude Code:

claude mcp add --transport http wingman https://wingmanprotocol.com/mcp

Claude Desktop, Cursor and Continue configs are on /install. A free key (500 calls/month, no card) is on /pricing; beyond that it is x402 pay-per-call in USDC on Base.