Skip to content

SEC Intelligence for Grok

io.github.jahanv01/sec-intelligence-mcp

SEC 10-K/10-Q/8-K search, RAG Q&A, comparison, and anomaly detection with citations.

client:Grok transport:stdio runtime:pypi

Install SEC Intelligence in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SEC Intelligence in other clients