Funding & Press Signal Scanner

v1.1.0$0.03/resultSignal Detection

Scans Google News and PR wires for funding rounds, exec moves, product launches, and acquisitions at any company. Returns deduplicated, dated events in flat Clay-ready JSON for RevOps and outbound.

Install

bash
npx @mambalabsdev/mcp-funding-press-signal-scanner

Use Cases

  • Funding trigger. Detect companies that just raised capital and trigger outreach within the post-funding hiring and tooling window.
  • News monitoring. Track executive moves, product launches, and acquisitions across your target account list for timely personalization hooks.

Features

  • Six typed event types with amount and stage
  • Cross-source dedupe with a corroboration count
  • Subject relevance filter, not just a mention
  • 12 flat fields, snake_case, one row per company
  • Google News RSS as the primary source

Input

domainstringrequired

Bare company domain.

company_namestringoptional

Improves attribution when the trading name differs from the domain.

domainsarrayoptional

Batch. One row per domain.

Output schema

json
{
  "company_domain": "stripe.com",
  "company_name": "Stripe",
  "total_events": 7,
  "latest_event_date": "2026-07-28",
  "has_recent_funding": true,
  "funding_total_estimated": 694000000,
  "funding_total_currency": "USD",
  "most_recent_event_type": "product_launch",
  "most_recent_headline": "Stripe launches new billing tools for AI companies",
  "events": [
    {
      "type": "funding_round",
      "date": "2026-03-11",
      "headline": "Stripe raises at a higher valuation",
      "amount": 694000000,
      "currency": "USD",
      "stage": "Series I",
      "url": "https://example.com/story",
      "corroborating_source_count": 3
    }
  ],
  "sources_queried": ["google_news", "pr_newswire", "business_wire"],
  "run_date": "2026-06-21T16:51:06Z"
}

Pricing

$0.03per result

Pay-per-event billing on the Apify platform. You are charged only when the actor returns a result. No subscription, no seat license.

Free-tier Apify accounts include monthly free compute. Upgrade for higher concurrency and volume.