Odel
Form4API — SEC Insider Trading

Form4API — SEC Insider Trading

Local
@theodor901TypeScriptMITUpdated 1w ago

Real-time SEC Form 4 insider trading + Form 144 & 13F-HR data. 27 tools + 6 research prompts.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmform4api-mcpv1.9.3

Run

npx -y form4api-mcp

MCP client config

{
  "mcpServers": {
    "form4api-sec-insider-trading": {
      "command": "npx",
      "args": [
        "-y",
        "form4api-mcp"
      ]
    }
  }
}