Skip to main content
Glama
mambalabsdev

mcp-gtm-signals-aggregator

by mambalabsdev

GTM Signals Aggregator MCP Server

Smithery Glama score MCP Registry npm version npm downloads license mcpservers.org

An MCP server that rolls a company's go-to-market signals into one composite score. It wraps the Mamba Labs GTM Signals Aggregator actor on Apify and returns a Clay-ready flat JSON row to any MCP client.

What's Inside

Related MCP server: mcp-gtm-hiring-signal-scraper

What it does

Give it a company domain and it runs hiring-signal and tech-stack detection together, then returns a single composite GTM score, a recommended action, and an optional plain-English summary. One call, one row, ready to drop into Clay, a CRM, or an AI agent workflow. All of the analysis runs on Apify. This package is a thin client that calls the actor and hands back the result.

Quick start

You need Node.js 18 or newer and an Apify account with an API token.

Add this to your Claude Desktop config:

{
  "mcpServers": {
    "mamba-gtm-signals": {
      "command": "npx",
      "args": ["-y", "@mambalabsdev/mcp-gtm-signals-aggregator"],
      "env": {
        "APIFY_TOKEN": "your-apify-token"
      }
    }
  }
}

Get your token at https://console.apify.com/account/integrations, paste it in, and restart Claude Desktop. The aggregate_gtm_signals tool will be available.

Prerequisites

  • Node.js 18 or newer

  • An Apify account with an API token

Example prompts

  • "Give me the overall GTM signal score for stripe.com."

  • "How strong a GTM target is openai.com? Aggregate their signals."

  • "Score figma.com on hiring and tech stack, and explain why."

  • "Pull the composite GTM signal for datadoghq.com with a summary."

Inputs

  • company_domain (required): the bare company domain, no https:// and no trailing slash. Example: stripe.com

  • sources (optional): which signals to aggregate: hiring, tech_stack, funding, events, workplace. Default ["hiring", "tech_stack"]. Each extra source is one more sub actor run on your own Apify account. The composite score is normalized over the sources you selected.

  • include_summary (optional): include a plain-English gtm_signal_summary in the output.

  • explain_mode (optional): if true, the summary becomes a longer, more detailed explanation.

Output

The tool returns the actor's flat JSON row for the scanned company, including the composite GTM score, a recommended action, the underlying hiring and tech-stack signals, and an optional summary. See the Apify Store page for the full output schema.

Example output

{
  "company_domain": "notion.so",
  "composite_signal": "strong",
  "composite_score": 82,
  "recommended_action": "prioritize",
  "gtm_hiring_signal": true,
  "signal_strength": "high",
  "gtm_role_count": 9,
  "crm_detected": "salesforce",
  "tech_stack_signal": "high",
  "gtm_tool_count": 5,
  "run_date": "2026-05-28"
}

Features

  • Combines hiring signals and tech stack detection in a single call

  • Flat row with composite_score, composite_signal, and recommended_action

  • Optional plain-English gtm_signal_summary

  • Designed for AI agent consumption

Full actor documentation

This server is a thin client and holds no analysis logic. For the complete input and output reference, pricing, and run history, see the Apify Store page:

https://apify.com/mambalabs/b2b-buying-signals-hiring-tech-stack-intent-for-clay


Mamba Labs GTM Suite

This server is part of the Mamba Labs GTM Suite, a fleet of twelve specialized MCP servers for go-to-market signal intelligence, each backed by a dedicated Apify actor.

Actor

Immutable Actor ID

GTM Hiring Signal Scraper

D7O1SA2EqwHGsGr1P

GTM Tech Stack Signal Enrichment

qyd7nNyqFPelQViBx

GTM Signals Aggregator

xKdRfnfFNkdMpFuNs

Job Board Keyword Signal Scanner

4DvqpvhMR74NLcDDY

Domain to LinkedIn URL Resolver

3HtnSaqPHOg1Qg5gx

ICP Fit Scorer

W161DT8W4kW55dMFh

Domain Deliverability Checker

0tVgxI7A6o9jMlxmc

Company Firmographic Enricher

YlUtLWjfPpqykmB8g

Company Social Presence Mapper

4k6CCemkgBDz18m2h

Company Identity Resolver

lr8fTRAmZCBZmuwwh

Company Change-Event Feed

oX44rS0fkEJ3rXLWe

Funding & Press Signal Scanner

FS13X6dhQVgX3XOM6

Built by Mamba Labs | npm | Apify Store

License

MIT

Built by Mamba Labs. https://apify.com/mambalabs

Available Tools

1 tool
aggregate_gtm_signalsAggregate GTM SignalsA
Read-onlyIdempotent

Aggregate a company's GTM signals into one composite score. Runs hiring-signal and tech-stack detection in a single call and returns a flat, Clay-ready JSON row with a composite GTM score, a recommended action, and an optional plain-English summary. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
company_domainYesBare company domain without https:// and without a trailing slash. Example: stripe.com
include_summaryNoInclude a plain-English gtm_signal_summary field in the output. Defaults to the actor's default when omitted.
explain_modeNoIf true, gtm_signal_summary becomes a longer, more detailed explanation instead of a 1 to 2 sentence summary.

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds valuable transparency beyond that: it notes the tool 'requires an APIFY_TOKEN and consumes Apify credits per call', which are important behavioral traits. There is no contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences long, each sentence adding essential information: core purpose, what it runs and returns, and read-only/auth/credit requirements. It is front-loaded with the most important information and contains no unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has three parameters, no output schema, and comprehensive annotations, the description provides sufficient context. It explains the composite output, mentions the two signals combined, and clarifies auth and cost. The description covers all necessary aspects for an agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already fully describes the three parameters. The description does not add additional meaning beyond stating the output includes a composite score and optional summary, which indirectly relates to the boolean parameters. No extra semantic detail is provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool aggregates GTM signals into a composite score, specifying the verb 'aggregate' and resource 'GTM signals'. It also distinguishes itself by noting it runs both hiring-signal and tech-stack detection in a single call, making its purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context on when to use the tool (to aggregate GTM signals) and includes important caveats: it is read-only, requires an APIFY_TOKEN, and consumes credits. However, it does not explicitly mention when not to use it or alternatives, but there are no sibling tools, so the guidance is adequate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev1.0.3
    • First observedaggregate_gtm_signals

TDQS

A4.3/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The tool's purpose is singular and clearly defined.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (aggregate_gtm_signals), which is consistent by default.

Tool Count2/5

The server has only one tool, which is too few for the apparent scope of aggregating GTM signals. While the tool is comprehensive, it would benefit from being split into separate operations (e.g., for hiring signals and tech stack detection) or providing additional control tools.

Completeness3/5

The tool covers the main aggregation function, but there are likely gaps: no ability to fetch raw signals individually, no configuration or filtering options, and no tools for related actions like listing available signal types or checking data sources.

Maintenance

ActivityMaintained
ResponsivenessResponsive

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    Delivers comprehensive company intelligence in a single tool call, aggregating profiles, tech stacks, key people, news, and corporate data from any domain or company name. Sources data from Wikipedia, GitHub, OpenCorporates, and web scraping to provide structured business insights using only free public APIs.
    6
    104
    4
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Scans job boards for keyword patterns that indicate buying intent, technology adoption, or team expansion. Returns structured signal data for outbound targeting.
    1
    186
    2
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mambalabsdev/mcp-gtm-signals-aggregator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server