mcpbeat Sign in

Filingrail MCP Server

by adamhudson777 Your server? Claim it
local only

Filingrail MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 92 installs a week from pypi. Last commit 11 Sep 2026.

SEC EDGAR financials, insider trades, 8-K events, and 13F holdings as MCP tools.

Installs per day peak 268 · avg 28 · -33% w/w
a month agotoday
92
Installs / week
pypi · filingrail-mcp
0
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Filingrail MCP 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 filingrail-mcp -- uvx filingrail-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "filingrail-mcp": {
      "args": [
        "filingrail-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.filingrail-mcp]
command = "uvx"
args = ["filingrail-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "filingrail-mcp": {
      "args": [
        "filingrail-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "filingrail-mcp": {
      "args": [
        "filingrail-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RAPIDAPI_KEY (Your RapidAPI key for the Filingrail API. Get one free (50 calls/day, no card) at https://rapidapi.com/hudson-enterprises-llc-hudson-enterprises-llc-default/api/filingrail). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Filingrail MCP

same job, measured the same way
Insider Trading
by pipeworx-io

Insider Trading MCP — SEC EDGAR insider filings and material events

answering
Profitelligence
by profitelligence

Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals.

answering
Filings Intel MCP
by datakoot

SEC EDGAR for AI agents: company filings, financials and insider trades. No API keys.

5 tools answering
Filings Intel MCP
by datakoot

SEC EDGAR filings for AI agents: company lookup, filings, financials, insider trades. No keys.

5 tools answering
Stocksense
by mikejj-creation

Financial data for AI agents: SEC filings, price history, insider trades, and more.

34 installs/wk local only
EDGAR (SEC filings)
by mcpwright

SEC filings in your agent: issuers, Reg CF/D/A raises, XBRL financials, insider trades.

2 577 installs/wk local only
EDGAR Answers
by aion-autonomous-org

Normalized SEC EDGAR data for AI agents: XBRL financials, 10-K risk diffs, Form 4 insider trades.

answering
Edgaralert
by ikop32-code

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

30 installs/wk local only

Filingrail MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Filingrail MCP?
Filingrail MCP 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 pypi package filingrail-mcp was installed 92 times last week.
How do I connect Filingrail MCP?
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 filingrail-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Filingrail MCP?
The pypi package filingrail-mcp was installed 92 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Filingrail MCP open source?
Yes — it is published under the MIT licence, written in Python 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.