mcpbeat Sign in

Edgaralert MCP Server

by ikop32-code Your server? Claim it
local only

Edgaralert runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 10 · avg 5 · +52% w/w
a month agotoday
30
Installs / week
npm · @edgaralert/mcp-server
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Edgaralert every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add edgaralert -- npx -y @edgaralert/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "edgaralert": {
      "args": [
        "-y",
        "@edgaralert/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.edgaralert]
command = "npx"
args = ["-y", "@edgaralert/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "edgaralert": {
      "args": [
        "-y",
        "@edgaralert/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "edgaralert": {
      "args": [
        "-y",
        "@edgaralert/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EDGARALERT_API_KEY (Your EDGAR Alert API key (find it at edgaralert.com/account/api-keys).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Edgaralert

same job, measured the same way
Paper Lantern
by paperlantern

Research intelligence for AI coding agents. 2M+ CS papers with evidence and tradeoffs.

answering
Githunt MCP
by githunt-agent

Search, rank, and analyze GitHub developers for tech recruiting via GitHunt's API.

34 installs/wk answering
Octocode MCP - AI Context Platform
by bgauryy

AI code research platform. Search, analyze, and extract insights from any GitHub repository.

1 867 installs/wk local only
I
hai Lab Japan Company Data
by hotagithub

Search Japanese company credit, financials, subsidies, and procurement via AI agents.

answering
Kontur Focus MCP
by theyahia

MCP server for Kontur.Focus API — company search, brief reports, financial analytics, counterparty

39 installs/wk local only
Apple Ads
by happygallo

Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.

75 installs/wk local only
C
InstaSeer
by instaseer

Use saved Instagram reports in AI assistants; compare evidence and prepare owner-reviewed research.

answering
Grok Chat
by codechap

MCP server for the xAI Grok API — chat, vision, search, and embeddings

local only

Edgaralert — questions

Answers built from our own checks of this server.

Why is there no uptime for Edgaralert?
Edgaralert runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @edgaralert/mcp-server was installed 30 times last week.
How do I connect Edgaralert?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @edgaralert/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Edgaralert?
The npm package @edgaralert/mcp-server was installed 30 times in the last week. Week over week that is +52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Edgaralert open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.