SNACS Data for Claude Desktop
trade.snacs/snacs-data
SEC dilution data, live market data, and news for U.S. equities, with point-in-time as-of queries.
client:Claude Desktop
transport:streamable-http
Install SNACS Data in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"snacs-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.snacs.trade/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs