{
  "markdown": "# SNACS MCP Server\n\n[![smithery badge](https://smithery.ai/badge/dev-bve9/snacs-trade)](https://smithery.ai/servers/dev-bve9/snacs-trade)\n\nConnect your AI assistant to live SEC dilution forensics, market data, and news for U.S. equities updated in real-time.\n\n`https://mcp.snacs.trade` - remote MCP server, HTTP transport, no local install.\n\n## What you can ask\n- \"Pull the full dilution chain state for TICKER - active shelfs, ATMs, warrants, converts.\"\n- \"What was this company's cash, float, and active facilities on 2024-12-31?\" (point-in-time, no lookahead bias)\n- \"Screen for stocks under $5 with an active ATM and less than 6 months of runway.\"\n- \"Summarize today's 8-Ks and offering-related news for my watchlist.\"\n\n## Setup\n\nYou need an API key: [snacs.trade/api](https://snacs.trade/api) -> subscribe -> account settings -> API keys (`snacs_sk_live_...`).\n\n**On claude.ai (web), no key is needed**: Settings -> Connectors -> Add custom connector -> URL `https://mcp.snacs.trade` (leave the advanced fields empty) -> Connect, then sign in with your SNACS account and approve. The server is an OAuth 2.1 protected resource (PKCE S256, DCR); clients that speak MCP OAuth discover it automatically. API keys keep working everywhere else.\n\nThe server accepts the key two ways: `Authorization: Bearer snacs_sk_...` (shown below) or a plain `X-API-Key: snacs_sk_...` header (useful for gateways and directories that inject a single key header).\n\n### Claude Desktop\nSettings -> Connectors -> Add custom connector:\n- URL: `https://mcp.snacs.trade`\n- Header: `Authorization: Bearer snacs_sk_live_...`\n\n### Claude Code\n```bash\nclaude mcp add --transport http snacs https://mcp.snacs.trade \\\n  --header \"Authorization: Bearer snacs_sk_live_...\"\n```\n\n### Cursor\n`.cursor/mcp.json`:\n```json\n{\n  \"mcpServers\": {\n    \"snacs\": {\n      \"url\": \"https://mcp.snacs.trade\",\n      \"headers\": { \"Authorization\": \"Bearer snacs_sk_live_...\" }\n    }\n  }\n}\n```\n\n### VS Code (Copilot)\n`.vscode/mcp.json`:\n```json\n{\n  \"servers\": {\n    \"snacs\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.snacs.trade\",\n      \"headers\": { \"Authorization\": \"Bearer snacs_sk_live_...\" }\n    }\n  }\n}\n```\n\n## Tools (14)\nPulled from the live server's `tools/list` (Aug 11 2026, server v3.4.2):\n\n| Tool | What it does |\n|---|---|\n| `snacs_coverage_get` | Coverage discovery: universe-wide counts per data dimension, or one ticker's coverage. |\n| `snacs_coverage_list` | List covered tickers for a dimension ('forensic-dilution' or 'market-data'), keyset-paginated. |\n| `snacs_dilution_get` | Forensic dilution snapshot for a ticker: share counts, facility capacity, runway, and dilution risk state extracted from SEC filings. |\n| `snacs_dilution_asof_get` | Point-in-time forensic state as of a date (YYYY-MM-DD): the share checkpoint effective on/before it, facilities in force, events up to it. |\n| `snacs_facilities_get` | Dilution facilities (shelf/ATM/warrants/convertibles): capacity, usage, remaining, prices, status. |\n| `snacs_checkpoints_get` | Authoritative point-in-time share-count checkpoints from SEC filings, newest first. |\n| `snacs_events_get` | Corporate events (splits, offerings, redomestications), each substantiated by a verbatim SEC quote. |\n| `snacs_screener_list` | Dilution screener over all covered tickers, keyset-paginated. |\n| `snacs_news_get` | Recent news for a ticker, newest first. |\n| `snacs_sec_filings_get` | Recent SEC filings for a ticker, optionally filtered by form type. |\n| `snacs_fundamentals_get` | Latest fundamentals: float, market cap, shares outstanding, splits, cash runway/burn, short interest and short volume. |\n| `snacs_quote_get` | Composite quote: live scanner snapshot during market hours, last-session snapshot off-hours, else the latest daily bar. |\n| `snacs_bars_get` | Daily OHLCV bars, newest first, optionally bounded by date range. |\n| `snacs_snapshot_get` | Live scanner snapshot: a single ticker's row, or the top of the board. |\n\n## Pricing and limits\nIncluded in every SNACS Data API tier within your rate cap. Edge $99/mo (50 req/min), Alpha $199/mo (1,000 req/min). Details: [snacs.trade/api](https://snacs.trade/api).\n\n## Links\n[API docs](https://data.snacs.trade/docs) · [OpenAPI spec](https://data.snacs.trade/v1/openapi.json) · [SNACS](https://snacs.trade)\n",
  "bytes": 4294,
  "sha": "4eccd27902eca3d5b213694827e1cb6d213c407434dd9491abf772f59c6847ea",
  "repo_slug": "snacstrade/snacs-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_trade_snacs_snacs_data_291be975/readme"
}