Odel
edgaralert mcp

edgaralert mcp

Local
@ikop32-codeTypeScriptMITUpdated 2mo ago

SEC insider trading alerts, Form 4 signals, 8-K events, and company research via EDGAR Alert API.

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).

npm@edgaralert/mcp-serverv1.0.1

Run

npx -y @edgaralert/mcp-server

MCP client config

{
  "mcpServers": {
    "edgaralert-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@edgaralert/mcp-server"
      ]
    }
  }
}