GTM Signals Aggregator

v1.1.0$0.055/resultScoring and Intelligence

Combines GTM hiring signals and tech stack detection into one flat Clay-ready row with composite score, recommended action, and plain-English summary. Runs two sub-actors in a single call. Built for Clay enrichment and outbound qualification. MCP-ready for Claude Desktop and AI agents.

Install

bash
npx @mambalabsdev/mcp-gtm-signals-aggregator

Use Cases

  • Single-call intelligence. Get a complete company brief (hiring signals + tech stack + more) in one API call instead of running multiple enrichment steps.
  • Account research. Pull a comprehensive company profile for sales prep before a discovery call.

Features

  • composite_score, 0 to 100 from both signal sides
  • recommended_action, prioritize, nurture or deprioritize
  • Plain-English gtm_signal_summary
  • 32 flat fields, both signals in one row
  • Both sources run in parallel

Input

company_domainstringrequired

Bare company domain.

include_summarybooleanoptional

Produce the plain-English summary. Off is faster at volume. Default: true.

explain_modebooleanoptional

Show how the composite score was arrived at. Default: false.

Output schema

json
{
  "company_domain": "example.com",
  "composite_score": 72,
  "composite_signal": "high",
  "recommended_action": "priority outreach",
  "gtm_signal_summary": "Example is hiring three AEs and an SDR, and runs HubSpot with Outreach. Strong pipeline investment underway.",
  "gtm_hiring_signal": true,
  "signal_strength": "high",
  "gtm_role_count": 4,
  "top_gtm_role": "Enterprise Account Executive",
  "ats_platform": "greenhouse",
  "career_page_url": "https://boards.greenhouse.io/example",
  "crm_detected": true,
  "seq_tool_detected": true,
  "uses_hubspot": true,
  "uses_outreach": true,
  "gtm_tool_count": 3,
  "tech_stack_signal": "high",
  "actor1_error": false,
  "actor2_error": false,
  "run_time_ms": 18420,
  "run_date": "2026-06-18T16:21:40.382Z"
}

Pricing

$0.055per 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.