How to Connect Claude Code to Live Stock Market Data (One Command)

By SNACS Trade ยท 2026-08-18T18:00:09.261642+00:00

Add live SEC dilution data, market snapshots, and 22 years of price history to Claude Code with one command using the SNACS MCP server. No local install.

Claude Code can pull live stock market data straight into a coding session: real share counts from SEC filings, active ATMs and shelfs, cash runway, live quotes, and decades of daily bars. One command connects it to the SNACS MCP server. The server is remote, so there is nothing to install, update, or keep running.

Why this is useful in a terminal

Claude Code is where a lot of trading-adjacent building happens: backtests, screeners, data pipelines, bots. With the SNACS tools attached, the assistant writing that code can also check the data it is coding against:

The point-in-time tools matter most here: snacs_dilution_asof_get returns a company's state as it stood on any historical date, which keeps lookahead bias out of anything you build.

Prerequisites

  1. Claude Code installed (npm install -g @anthropic-ai/claude-code or the native installer).
  2. A SNACS API key: subscribe at snacs.trade/api (Edge $99/mo or Alpha $199/mo, both include MCP access), then create a key in account settings. Keys look like snacs_sk_live_....

Connect (one command)

claude mcp add --transport http snacs https://mcp.snacs.trade \
  --header "Authorization: Bearer snacs_sk_live_YOUR_KEY"

Add --scope user if you want the server available in every project rather than just the current one.

Verify with /mcp inside a session: snacs should show as connected with 14 tools.

Try it

> Using the SNACS tools: pull the dilution snapshot for GPUS, show its last 5
  daily bars, and tell me whether it has an active ATM and how many months of
  cash runway it has.

Claude Code calls snacs_dilution_get, snacs_bars_get, and snacs_facilities_get and assembles the answer from live data. Every dilution figure traces to a primary SEC filing, cited by accession number.

How the data stays honest

Rate limits and troubleshooting

Other clients

On claude.ai (web), SNACS connects with one click through OAuth - no key needed. Claude Desktop, Cursor, and VS Code each have their own two-minute key-based setup. Configs for all of them live in the snacs-mcp repo, with runnable Python/JavaScript API examples in snacs-api-examples. The server is listed in the official MCP registry as trade.snacs/snacs-data.

Start Free Trial

5 trading day free trial on Edge. Cancel anytime before your trial ends to avoid being charged.