SEC Intelligence for Cursor
io.github.jahanv01/sec-intelligence-mcp
SEC 10-K/10-Q/8-K search, RAG Q&A, comparison, and anomaly detection with citations.
client:Cursor
transport:stdio
runtime:pypi
Install SEC Intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sec-intelligence-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sec-intelligence-mcp"
],
"env": {
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"QDRANT_URL": "<QDRANT_URL>",
"QDRANT_API_KEY": "<QDRANT_API_KEY>",
"LANGFUSE_SECRET_KEY": "<LANGFUSE_SECRET_KEY>",
"LANGFUSE_PUBLIC_KEY": "<LANGFUSE_PUBLIC_KEY>",
"SEC_EDGAR_USER_AGENT": "<SEC_EDGAR_USER_AGENT>",
"EMBEDDING_MODEL": "<EMBEDDING_MODEL>",
"GEMINI_MODEL": "<GEMINI_MODEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs