Funding & Press Signal Scanner
v1.0.0$0.03/resultSignal Detection
Scan Google News and PR wires for funding rounds, executive moves, product launches, and acquisitions. Returns structured event data with source attribution per company domain.
Install
bash
npx @mambalabsdev/mcp-funding-press-signal-scannerUse 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
- Funding round detection with amount and stage extraction
- Executive hire and departure tracking
- Product launch and expansion signal capture
- Acquisition and merger mention detection
- Source URL and publication date attribution
- Flat JSON output designed for Clay columns
- No API keys required
Input
company_domainstringrequiredThe company domain to analyze, e.g. 'stripe.com'. Do not include https:// or www.
Output schema
json
{
"company_domain": "stripe.com",
"events_found": true,
"event_count": 3,
"events": [
{
"type": "funding",
"headline": "Stripe raises $6.5B",
"source_url": "https://example.com/article",
"published_date": "2026-05-15"
}
],
"scan_date": "2026-06-21"
}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.