Form4API — SEC Insider Trading for Cursor
io.github.theodor90/form4api-mcp
Real-time SEC Form 4, Form 144, 13F-HR & congressional STOCK Act insider data. 37 tools + 6 prompts.
client:Cursor
transport:stdio
runtime:npm
Install Form4API — SEC Insider Trading in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"form4api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"form4api-mcp"
],
"env": {
"FORM4API_KEY": "<FORM4API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs