Skip to main content
ClaudeWave
mambalabsdev avatar
mambalabsdev

mcp-public-company-reporting-window-finder

View on GitHub
MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mambalabsdev/mcp-public-company-reporting-window-finder
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-public-company-reporting-window-finder": {
      "command": "node",
      "args": ["/path/to/mcp-public-company-reporting-window-finder/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mambalabsdev/mcp-public-company-reporting-window-finder and follow its README for install instructions.
Use cases

MCP Servers overview

# Public Company Earnings Dates and Reporting Window Finder MCP Server

[![smithery badge](https://smithery.ai/badge/@mambalabsdev/mcp-public-company-reporting-window-finder)](https://smithery.ai/server/@mambalabsdev/mcp-public-company-reporting-window-finder)

MCP server for the Mamba Labs [Public Company Earnings Dates and Reporting Window Finder](https://apify.com/mambalabs/public-company-reporting-window-finder) actor on Apify.

Give it a domain, ticker, ISIN, LEI or CIK and it tells you **when that public company reports**, and when to reach out around it: fiscal year end, reporting cadence, the next reporting date, days to event, and the open and close of an outreach window you define.

> **Timing rows cover US companies only.** Identity, venue and classification resolve worldwide across the publishable universe. Reporting dates come from US SEC filing history and exist for US companies alone. A non US company resolves fully and returns a stated `timing_unavailable_reason` rather than a guessed date, and is still charged as a timing row because the lookup ran.

## Five tools, one per actor mode

| Tool | Takes | Returns |
|---|---|---|
| `resolve_company` | identifiers | identity and venue, 44 fields |
| `qualify_company` | identifiers | a listed status verdict |
| `get_reporting_timing` | identifiers | fiscal year end, cadence, next event, the outreach window, 75 fields |
| `build_company_universe` | filters | a company list |
| `get_reporting_season` | filters | reporting load per week or month |

You never pass `mode`. Each tool sets it, and each tool exposes only the inputs its mode actually uses.

`build_company_universe` and `get_reporting_season` build a list from filters and do **not** accept company identifiers. Set `limit` explicitly on both: it defaults to 1000 and you are charged per row returned.

## Install

```json
{
  "mcpServers": {
    "mamba-public-company-reporting-window-finder": {
      "command": "npx",
      "args": ["-y", "@mambalabsdev/mcp-public-company-reporting-window-finder"],
      "env": { "APIFY_TOKEN": "your-apify-token" }
    }
  }
}
```

Get a token at [console.apify.com/account/integrations](https://console.apify.com/account/integrations).

## Reading the output

**Dates are predicted, not announced.** `next_event_is_estimate` is true for a date derived from filing history. `confidence_band` sits at 0.80 and 0.50, computed on the weakest link in the chain, so `confidence_effective` is the minimum of the event and cadence confidences rather than an average.

**`window_status` is the field to filter on.** It is `open`, `not_yet`, `closed_passed` or `no_event` against today. `no_event` is the state a company lands in when there is no reporting event to build a window from.

**Unknown cadence is refused, not guessed.** A company whose filing history is too short or irregular returns a null cadence with a reason instead of an invented date.

**A row that resolves nothing is still billed.** An identifier that matches no public company returns `match_method` of `no_match` with every other field null. That is a real answer and the lookup ran to produce it.

## Cost

Pay per event on Apify, charged for rows returned rather than rows filtered out.

| Event | Price |
|---|---|
| Company resolved | $0.006 per row |
| Timing row returned | $0.012 per row |
| Reporting season aggregate | $0.05 per row |
| Actor start | $0.00005 per run |

Volume discounts of 5, 10 and 15 percent apply on the Apify Bronze, Silver and Gold plans. A timing row is never additionally charged as a resolved company.

## Part of the Mamba Labs GTM Suite

[Browse the full suite on Apify](https://apify.com/mambalabs).

## License

MIT

What people ask about mcp-public-company-reporting-window-finder

What is mambalabsdev/mcp-public-company-reporting-window-finder?

+

mambalabsdev/mcp-public-company-reporting-window-finder is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install mcp-public-company-reporting-window-finder?

+

You can install mcp-public-company-reporting-window-finder by cloning the repository (https://github.com/mambalabsdev/mcp-public-company-reporting-window-finder) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mambalabsdev/mcp-public-company-reporting-window-finder safe to use?

+

Our security agent has analyzed mambalabsdev/mcp-public-company-reporting-window-finder and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains mambalabsdev/mcp-public-company-reporting-window-finder?

+

mambalabsdev/mcp-public-company-reporting-window-finder is maintained by mambalabsdev. The last recorded GitHub activity is dated 2026-08-18, with 5 open issues.

Are there alternatives to mcp-public-company-reporting-window-finder?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-public-company-reporting-window-finder to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mambalabsdev/mcp-public-company-reporting-window-finder
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mambalabsdev-mcp-public-company-reporting-window-finder)](https://claudewave.com/repo/mambalabsdev-mcp-public-company-reporting-window-finder)
<a href="https://claudewave.com/repo/mambalabsdev-mcp-public-company-reporting-window-finder"><img src="https://claudewave.com/api/badge/mambalabsdev-mcp-public-company-reporting-window-finder" alt="Featured on ClaudeWave: mambalabsdev/mcp-public-company-reporting-window-finder" width="320" height="64" /></a>