Connect your account
Get the StockUp setup link and MCP config snippets when a key is not configured.
StockUp’s MCP server gives Claude Desktop, Cursor, and compatible clients 10 tools for grounded stock research, including an evidence-first Quan research packet that the connected agent can challenge before it reaches a conclusion.
{
"mcpServers": {
"stockup-quan": {
"command": "npx",
"args": [
"-y",
"@stockup/quan-mcp-server"
],
"env": {
"STOCKUP_API_KEY": "sk_quan_your_key"
}
}
}
}Get the StockUp setup link and MCP config snippets when a key is not configured.
Use the general tool for valuation, macro, market, company, and research questions.
Give Claude an inspectable Quan claim, evidence, assumptions, counter-case, falsifiers, and pointed review questions.
Request server-verified current quote context with explicit unavailable-data handling.
Review valuation, growth, profitability, catalysts, risk, and setup consistently.
Look for accounting signals, liabilities, guidance changes, and earnings quality.
Summarize catalysts, counterarguments, investor framing, and confidence.
Analyze assumptions, compounding, path dependence, and limitations.
Surface concentration, factors, overlap, catalysts, drawdown risk, and priorities.
Separate confirmed facts from possible drivers for a stock, sector, or index.
"stockup-quan": {
"command": "npx",
"args": ["-y", "@stockup/quan-mcp-server"],
"env": {
"STOCKUP_API_KEY": "sk_quan_your_key"
}
}"stockup-quan": {
"command": "node",
"args": ["/absolute/path/to/stockup-mcp.js"],
"env": {
"STOCKUP_API_KEY": "sk_quan_your_key"
}
}Quan produces a transparent research packet rather than a final decision. Your connected host agent can challenge the evidence, assumptions, counter-case, and falsifiers before it writes a balanced conclusion.
Any client that supports local stdio MCP servers and environment variables can use the package. Configuration locations differ by client, so consult your client’s current MCP documentation.
Put it in the MCP server’s environment configuration. Do not paste it into prompts, commit it to a repository, or expose it in browser-side JavaScript.
Enterprise deployments can set STOCKUP_ENTERPRISE_USER_ID or pass an enterpriseUserId per call for supported aliases and attribution.
Create a free key, add the config, then ask your connected agent to challenge Quan's research before reaching a conclusion.
Get a free StockUp key →