71
/ 100
8 days ago
glama

Stock Research MCP Server

A multi-agent MCP server for comprehensive stock research and analysis using natural language queries, backed by SEC filings and real-time market data.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 9 credentials: OPENAI_API_KEY, ANTHROPIC_API_KEY, GOOGLE_API_KEY, DEEPSEEK_API_KEY, GROQ_API_KEY, ALPHA_VANTAGE_API_KEY, POLYGON_API_KEY, FMP_API_KEY, NASDAQ_DATA_LINK_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCHROMA_PERSIST_DIR"./chroma_db"
🔐 secretOPENAI_API_KEYexport ="your-openai-api-key"
configTICKERS_FILE
configSEC_DIR
configMAX_WORKERS"4" # Parallel downloads (default: 4)
configBATCH_SIZE"32" # Embedding batch size (default: 32)
configEMBED_MODEL
configSEC_EDGAR_COMPANY_NAME
configSEC_EDGAR_EMAIL
configSEC_TICKERS_URL
configOPENAI_MODEL
configCLAUDE_MODEL
🔐 secretANTHROPIC_API_KEY
configGOOGLE_MODEL
🔐 secretGOOGLE_API_KEY
configDEEPSEEK_MODEL
🔐 secretDEEPSEEK_API_KEY
configGROQ_MODEL
🔐 secretGROQ_API_KEY
configPYTHONHTTPSVERIFY
configOPENAI_AUDIO_MODEL
🔐 secretALPHA_VANTAGE_API_KEYapi_key = os.getenv("")
🔐 secretPOLYGON_API_KEYyour_key_here
🔐 secretFMP_API_KEY
🔐 secretNASDAQ_DATA_LINK_KEY
configTICKER_FETCH_LIMIT
configUSE_CHROMA_SECTORS"": "true",
configUSE_REAL_API"": "true",
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/sahupra1357-stockresearchmcp-1eqj8u)](https://m8ven.ai/mcp/sahupra1357-stockresearchmcp-1eqj8u)
commit: aa663cbea31dd440a9797e996cb992f15be65bb6
code hash: 04a730367edd72691d62f05024bf4ee4dcb7b98574aecae76e4b1217a47c1b98
verified: 6/22/2026, 12:22:58 PM
view raw JSON →