Skip to content
Grok

Form4API — SEC Insider Trading for Grok

io.github.theodor90/form4api-mcp

Real-time SEC Form 4, Form 144, 13F-HR & congressional STOCK Act insider data. 37 tools + 6 prompts.

client:Grok transport:stdio runtime:npm

Install Form4API — SEC Insider Trading 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": {
    "form4api-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "form4api-mcp"
      ],
      "env": {
        "FORM4API_KEY": "<FORM4API_KEY>"
      }
    }
  }
}

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

Form4API — SEC Insider Trading in other clients