Mcp Gtm Suite

11 Mamba Labs account-intelligence MCP tools in one server: identity, signals, ICP. Clay-ready.

LLM Mart 2 views 8 listing impressions
Transport
Not stated
Package
—
Registry id
com.mambabuilt/mcp-gtm-suite

No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.

One MCP server that exposes the entire Mamba Labs GTM Suite. Install a single package and get all twenty one account-intelligence tools in your MCP client, each wrapping a Mamba Labs actor on Apify and returning Clay-ready flat JSON.

What's Inside

What it does

This server gives an AI client twenty one account-intelligence tools in one place, covering the full GTM workflow: resolve identity, enrich the account, detect buying signals, score fit, and push the survivors into a sequencer.

Identity and enrichment

  • resolve_company_identity: reconcile name, domain, and LinkedIn URL into one canonical identity with confidence scores
  • enrich_company_firmographics: enrich a domain into employee band, industry, HQ, founded year, revenue, logo, and description
  • map_company_social_presence: map a domain to LinkedIn, X, Instagram, Facebook, and YouTube URLs and follower counts
  • resolve_linkedin_url: resolve a domain or name to a LinkedIn company URL

Signals

  • scan_gtm_hiring_signals: detect GTM hiring activity from career pages
  • detect_gtm_tech_stack: detect CRM, sequencer, and marketing automation tools
  • scan_job_board_keywords: scan job boards for roles in any category
  • get_funding_press_signals: scan news and PR wires for funding, exec moves, launches, and acquisitions
  • get_company_changes: monitor a domain and return only what changed since the last run
  • detect_ai_tooling: determine whether a company declares, deploys, or charges for AI
  • fingerprint_outbound_infrastructure: determine whether a company runs cold outbound, on what stack, and from which lookalike sending domains
  • track_publication_cadence: how much long-form work a company publishes per month, and whether that rate is rising or falling

Scoring

  • aggregate_gtm_signals: combine hiring and tech-stack signals into one composite score
  • score_icp_fit: score a company against your ideal customer profile

Entity and record resolution

  • resolve_legal_entity: resolve a domain to its registered legal entity in Companies House, GLEIF or SEC EDGAR
  • classify_contact: turn a job title into a department, a seniority level and a sortable rank, by deterministic rule

Reach and readiness

  • audit_agent_accessibility: whether an AI agent can read a site, and what the site's policy says about it
  • map_company_event_presence: the third-party conferences a company publicly says it attends
  • monitor_public_awards: the companies that won work in a public award register, one row per winner
  • capture_linkedin_posts_and_commenters: recent LinkedIn posts from profiles and company pages, with the commenters LinkedIn shows publicly, and no login

All of the work runs on Apify. This package is a thin client that routes each tool call to the right 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-suite": {
      "command": "npx",
      "args": ["-y", "@mambalabsdev/mcp-gtm-suite"],
      "env": {
        "APIFY_TOKEN": "your-apify-token"
      }
    }
  }
}

Get your token at https://console.apify.com/account/integrations, paste it in, and restart Claude Desktop. All twenty one tools will be available.

Prerequisites

  • Node.js 18 or newer
  • An Apify account with an API token

Example prompts

From the project's README.