The stoquant-mcp Model Context Protocol server gives Claude Desktop, Claude Code, and any other MCP-compatible client direct, read-only access to StoQuant’s quantitative stock-research stack — roughly 30 tools across seven categories.
In a terminal, run npx -y stoquant-mcp install. The installer prompts for your StoQuant Power-tier API key, writes the right claude_desktop_config.json for your operating system, and backs up any existing config. Fully quit and relaunch Claude Desktop, then ask Claude to list available tools to confirm the stoquant_* tools are loaded.
Read-only by design. HTTPS only. API key in the Authorization header, never logged. Client-side rate limit 200 req/min, 15-second per-request timeout. Server-side, API keys are hashed (SHA-256) at rest and timing-safe-compared on verify. Revoke any key from /account/api-keys.
Every MCP tool is also exposed as a CLI subcommand for shell scripts and CI: npx stoquant-mcp get_qscore ticker=NVDA. Output is the raw JSON response.
StoQuant Power-tier subscription. Node.js installed locally (the installer uses npx). Compatible with Claude Desktop, Claude Code, and any other MCP-compatible client.