How to Build a Trading Bot with Claude
A step-by-step technical guide on how to build a trading bot with Claude using the Model Context Protocol (MCP), structured state management, and strict risk gates.
Read more →Options-flow data for AI agents
Every night we rank the US options market by liquidity. Your agent gets a small pool of contracts it can actually trade, plus the history of what setups like them did. Your agent analyzes. You decide.
about 3,500 optionable US stocks ranked nightly · a bullish pool of roughly 40 to 50 calls · no hindsight data · outcomes published, wins and losses
The whole website is free. The free MCP tier needs no card and no key. Agent Access is $29/mo with a 30-day trial.
Step one costs nothing and takes about ten seconds. Do that first, and decide whether the data is worth anything to you.
Point any MCP client at the free endpoint. In Claude Code that is one command.
claude mcp add --transport http gammarips https://mcp.gammarips.com/mcpThen ask your agent for this morning's brief.
Free tools: pool preview, daily report, regime context, market calendar, and the methodology playbooks.
you ▸ give me this morning's brief.
get_market_calendar_status()get_regime_context()get_daily_report()get_pool()agent ▸ The market opens on a normal schedule. The VIX term rail passes. Last night's pool holds 44 bullish names, one out-of-the-money call each. Here is the overnight context and the pool preview. Do you want me to work through the names by sector, or by how far out of the money the calls sit?
Illustrative agent session. Not live data, not a recommendation.
Using Cursor, Codex, Gemini CLI, ChatGPT, Claude or Grok instead? Exact steps for every client.
The harness is the daily loop: a screen, a journal, and an after-the-close review. Clone it, then open it in Claude Code or any MCP client that reads .mcp.json.
git clone https://github.com/DevDizzle/gammarips-harness.git
cd gammarips-harnessIt is a workflow, not a signal service. The harness is free. The data is what costs money.
See it on GitHubStart the trial on the pricing page. Create your key on the account page. It is shown once, so copy it then.
export GAMMARIPS_MCP_KEY="<your key>"The harness reads that variable from your shell. Never hardcode the key.
Pro tools: liquidity grading, per-name signal detail, outcomes history, contract replay, and the full pool. The harness screens tradeability before it considers a story, so the loop needs them.
A chat client that cannot send a header adds https://mcp.gammarips.com/pro instead and signs in.
Three commands, run in the harness.
/trade morning: screen the pool, rank a short list or call no-trade
/review after the close: score every pool name, not only yours
/coach on demand: your own record, read back to youYour agent reaches its own contract and its own exit, sized to your risk. There is no pick endpoint, on purpose. Two agents on the same pool should reach different answers.
Paper-traded by default. Educational only, not investment advice.
Every name in the pool is free to read on this site. The pool is not ranked, and nothing here is a recommendation.
HPQ BULL $32C Sep 18 '26. The institutional flow shows significant call premium concentration at the near-the-money $32 strike, positioning for a swift recovery following the recent 4.6% dip. This opportunistic buying exploits the post-launch dip of HP's new AI-enabled OmniBook and OmniDesk hardware suites, which are expected to drive the ongoing PC refresh cycle. Risk factor: Persistent memory and storage component cost inflation could continue to compress operating margins within the high-volume Personal Systems division, capping near-term equity upside.
TSLA BULL $380C Oct 16 '26. The institutional flow displays a massive concentration of long-term bullish premium targeting the $380 strike over a year out, following analytical upgrades from Goldman Sachs regarding Cybercab's cost-efficiency and Musk's comments on rapid production capabilities. Technically, this bullish flow targets a key zone just below major descending channel resistance, signaling anticipation of a sustained multi-month recovery. Risk factor: Heightened regulatory scrutiny of autonomous taxi fleets and ongoing operating margin pressures from elevated R&D spending could cap structural upside.
SMR BULL $12C Sep 18 '26. Institutional flow focused heavily on the near-term $12 strike calls as a rotation back into nuclear and small modular reactor developers lifted the entire complex, including peers like Oklo and the Global X Uranium ETF. Technically, the underlying spot of $11.18 is reclaiming the upper boundary of its multi-week trading range after finding aggressive buyers near the $10 level. Risk factor: The stock remains highly speculative with deep fundamental weakness, including a 99% year-over-year revenue drop in its latest quarter, meaning any sudden cooling in sector momentum could quickly reverse these gains.
SLB BULL $60C Oct 16 '26. The institutional flow shows significant accumulation of long-term upside exposure, targeting a return toward 52-week highs following the firm's strategic pivot into data center cooling infrastructure via the Kelvion acquisition and its software integration with S&P Global. This substantial option block positions ahead of multi-quarter accretion from these non-traditional revenue drivers. Risk factor: Sudden downward shifts in international oil exploration budgets could pressure the core oilfield services segment and offset digital-driven valuation gains.
RIOT BULL $23C Sep 18 '26. The institutional flow shows significant premium concentration in the out-of-the-money September 2026 call option, demonstrating strong speculative demand as the underlying trades at $22.26. This aggressive position follows the company's transformative $9.1 billion AI colocation lease and a supportive technical setup near its long-term moving averages. Risk factor: Any sudden correction in Bitcoin pricing or execution delays in the Rockdale AI data center buildout could severely deflate this premium before the contract's expiration.
This runs every trading night, at 23:00 ET.
Two safety rails guard the paper cohort's entry, not this list. The cohort drops any name with earnings in its hold window and stands down when the VIX sits above VIX3M. The pool you browse is not earnings-screened, so check each candidate yourself.
Liquidity decides membership. Not unusual activity. Flow gives your agent context, and it does not choose the pool. We rank the most liquid names and then choose one contract inside each. If we ranked the most liquid contracts instead, you would get SPY and QQQ every day.
We moved the scan to liquidity first because the old funnel picked contracts that were harder to trade. On the 60 trading days ending 2026-08-14, the share of candidates with no fill at 10:00 ET measured 40.5% under the old funnel and 6.1% under this one. Those are study numbers on that window. They are not a property of today's pool, and they are not a claim about returns.
If you bought every contract in the pool every morning and closed on one fixed same-day rule (in at the 10:00 ET mark, out at +40% or −30%, flat by 15:45 ET), you would lose money. We know because we tested it, and we publish the record. That is exactly why there is no pick endpoint. The winners sit inside the pool, and the outcome data shows how far each contract ran and how far it fell. Which ones, and how they get traded, is analysis. That is your agent's job. Anyone who sells you a shortcut past that step is selling you a story.
We also tested whether the pool beats random. Over 87 trading days, against liquidity-matched and random optionable controls, we could not show that it does. The test can see a difference of about 5 percentage points per trade, so read that as no large edge rather than no edge. We sell the data layer and the outcome history. We do not sell a ranked list.
I trade my own tool every morning. That is my own process, not a signal to follow. The public receipts are paper-traded and educational only. See the disclosures.
Pick your client. The free tier needs no card, no key, and no signup. Agent Access ($29/mo, 30-day trial) opens the pro tools. Paste a key if your client sends headers. If it cannot, add the pro endpoint and sign in instead. Every tab reaches the same 9 tools.
One command. No card, no key, no signup.
Add the server, then ask Claude for a morning brief.
claude mcp add --transport http gammarips https://mcp.gammarips.com/mcpAll paid tools, and the harness loop. Add the same server with your key.
Mint your key on the account page after the trial starts. Paste it with no spaces and no newline.
claude mcp add --transport http gammarips https://mcp.gammarips.com/mcp \
--header "Authorization: Bearer YOUR_API_KEY"Or skip the key and sign in. Add the /pro endpoint, then run /mcp inside Claude Code and authenticate.
claude mcp add --transport http gammarips https://mcp.gammarips.com/proOr clone the harness: its .mcp.json reads GAMMARIPS_MCP_KEY from your shell.
The Python SDK connects the same way. Steps are on the developer docs.
How the engine builds the pool: methodology, research, and plain-English explainers.
A step-by-step technical guide on how to build a trading bot with Claude using the Model Context Protocol (MCP), structured state management, and strict risk gates.
Read more →Compare free vs. premium options flow scanners. Learn how data latency, noise, and order reconstruction impact your options trading routine.
Read more →Learn how to read options flow to track institutional smart money. Understand sweeps, blocks, bid/ask execution, and how to spot market urgency.
Read more →The GammaRips weekly briefing — engine state, the latest Lab experiment, and what the pool's outcome data showed. No firehose, no FOMO.
We Use Cookies
We use cookies to enhance your experience, analyze site traffic, and for marketing purposes. By clicking "Accept," you agree to our use of cookies. Read our Privacy Policy.