edgaralert for Grok
io.github.ikop32-code/edgaralert
SEC insider trading alerts, Form 4 signals, 8-K events, and company research via EDGAR Alert API.
client:Grok
transport:stdio
runtime:npm
Install edgaralert in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"edgaralert": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@edgaralert/mcp-server"
],
"env": {
"EDGARALERT_API_KEY": "<EDGARALERT_API_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