Skip to content
Cursor

filingrail mcp for Cursor

io.github.adamhudson777/filingrail-mcp

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

client:Cursor transport:stdio runtime:pypi

Install filingrail mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "filingrail-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "filingrail-mcp"
      ],
      "env": {
        "RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

filingrail mcp in other clients