Odel
mcp public company reporting window finder

mcp public company reporting window finder

Local
@mambalabsdevJavaScriptMITUpdated 6 days ago

Find when a public company reports: fiscal year end, cadence, next date and the outreach window.

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@mambalabsdev/mcp-public-company-reporting-window-finderv1.0.0

Run

npx -y @mambalabsdev/mcp-public-company-reporting-window-finder

MCP client config

{
  "mcpServers": {
    "mcp-public-company-reporting-window-finder": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-public-company-reporting-window-finder"
      ]
    }
  }
}