snacs-mcp
OfficialSNACS MCP Server
Connect your AI assistant to live SEC dilution forensics, market data, and news for U.S. equities updated in real-time.
https://mcp.snacs.trade - remote MCP server, HTTP transport, no local install.
What you can ask
"Pull the full dilution chain state for TICKER - active shelfs, ATMs, warrants, converts."
"What was this company's cash, float, and active facilities on 2024-12-31?" (point-in-time, no lookahead bias)
"Screen for stocks under $5 with an active ATM and less than 6 months of runway."
"Summarize today's 8-Ks and offering-related news for my watchlist."
Related MCP server: secfinapi-mcp
Setup
You need an API key: snacs.trade/api -> subscribe -> account settings -> API keys (snacs_sk_live_...).
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.
The 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).
Claude Desktop
Settings -> Connectors -> Add custom connector:
URL:
https://mcp.snacs.tradeHeader:
Authorization: Bearer snacs_sk_live_...
Claude Code
claude mcp add --transport http snacs https://mcp.snacs.trade \
--header "Authorization: Bearer snacs_sk_live_..."Cursor
.cursor/mcp.json:
{
"mcpServers": {
"snacs": {
"url": "https://mcp.snacs.trade",
"headers": { "Authorization": "Bearer snacs_sk_live_..." }
}
}
}VS Code (Copilot)
.vscode/mcp.json:
{
"servers": {
"snacs": {
"type": "http",
"url": "https://mcp.snacs.trade",
"headers": { "Authorization": "Bearer snacs_sk_live_..." }
}
}
}Tools (14)
Pulled from the live server's tools/list (Aug 11 2026, server v3.4.2):
Tool | What it does |
| Coverage discovery: universe-wide counts per data dimension, or one ticker's coverage. |
| List covered tickers for a dimension ('forensic-dilution' or 'market-data'), keyset-paginated. |
| Forensic dilution snapshot for a ticker: share counts, facility capacity, runway, and dilution risk state extracted from SEC filings. |
| 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. |
| Dilution facilities (shelf/ATM/warrants/convertibles): capacity, usage, remaining, prices, status. |
| Authoritative point-in-time share-count checkpoints from SEC filings, newest first. |
| Corporate events (splits, offerings, redomestications), each substantiated by a verbatim SEC quote. |
| Dilution screener over all covered tickers, keyset-paginated. |
| Recent news for a ticker, newest first. |
| Recent SEC filings for a ticker, optionally filtered by form type. |
| Latest fundamentals: float, market cap, shares outstanding, splits, cash runway/burn, short interest and short volume. |
| Composite quote: live scanner snapshot during market hours, last-session snapshot off-hours, else the latest daily bar. |
| Daily OHLCV bars, newest first, optionally bounded by date range. |
| Live scanner snapshot: a single ticker's row, or the top of the board. |
Pricing and limits
Included 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.
Links
This server cannot be deployed
Maintenance
Related MCP Connectors
Market Data App MCP — wraps the Market Data App API (marketdata.app)
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
Multi-tenant FastMCP server for Charles Schwab brokerage data, monetized via DPYC Tollbooth
A Model Context Protocol server exposing real-time and historical Colombo Stock Exchange (CSE) data to AI agents and LLM applications. Provides quotes and OHLCV price history, full financial statements (income, balance sheet, cash flow), pre-computed technicals (moving averages, RS ratings, volume signals), macroeconomic indicators, corporate actions, and rule-based screening across CSE stocks and sector indices, everything needed to build CSE-aware trading assistants, research tools, and market-analysis agents. This is the official MCP server of www.ceyloncharts.com
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceReal-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.-
- AlicenseAqualityDmaintenanceMCP server for SEC Financial API providing access to financial data from the U.S. Securities and Exchange Commission.611 npm2MIT
- AlicenseAqualityBmaintenanceComprehensive MCP server for real-time stock, cryptocurrency, options, and fundamental analysis, including SEC filings and insider trading data.2637 npmMIT
- AlicenseNot gradedqualityDmaintenanceHosted MCP server that gives AI agents real-time access to SEC EDGAR filings search, 10-K/8-K reading, XBRL financial facts, and insider-trade (Form 4) alerts.13 npm1MIT