Loading MCP server directory, please wait...
SEC 10-K/10-Q/8-K search, RAG Q&A, comparison, and anomaly detection with citations.
npx @getmcp/cli add io.github.jahanv01/sec-intelligence-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
GEMINI_API_KEYGoogle Gemini API key (free tier). Get one at https://aistudio.google.com/apikey
QDRANT_URLQdrant vector database URL, e.g. http://localhost:6333 for local Docker, or a Qdrant Cloud cluster URL
LANGFUSE_SECRET_KEYLangFuse secret key for observability (free tier). Get one at https://cloud.langfuse.com
LANGFUSE_PUBLIC_KEYLangFuse public key, paired with LANGFUSE_SECRET_KEY
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jahanv01/sec-intelligence-mcp": {
"command": "uvx",
"args": [
"sec-intelligence-mcp"
],
"env": {
"GEMINI_API_KEY": "",
"QDRANT_URL": "",
"QDRANT_API_KEY": "",
"LANGFUSE_SECRET_KEY": "",
"LANGFUSE_PUBLIC_KEY": "",
"SEC_EDGAR_USER_AGENT": "sec-intelligence-mcp dev@example.com",
"EMBEDDING_MODEL": "intfloat/e5-base-v2",
"GEMINI_MODEL": "gemini-flash-lite-latest"
}
}
}
}