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).
Run
npx -y form4api-mcp
MCP client config
{
"mcpServers": {
"form4api-sec-insider-trading": {
"command": "npx",
"args": [
"-y",
"form4api-mcp"
]
}
}
}