mcp-gtm-suite

mcp-gtm-suite

GTM signal intelligence suite for AI agents. Six tools: hiring signals, tech stack detection, company-to-LinkedIn resolution, ICP scoring, job board scanning, and a combined signals aggregator. Built for outbound sales workflows.

Category
Visit Server

README

Mamba Labs GTM Suite MCP Server

Smithery Glama score MCP Registry npm version npm downloads license

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

What it does

This server gives an AI client six GTM tools in one place:

  • scan_gtm_hiring_signals: detect GTM hiring activity from career pages
  • detect_gtm_tech_stack: detect CRM, sequencer, and marketing automation tools
  • aggregate_gtm_signals: combine hiring and tech-stack signals into one composite score
  • scan_job_board_keywords: scan job boards for roles in any category
  • resolve_linkedin_url: resolve a domain or name to a LinkedIn company URL
  • score_icp_fit: score a company against your ideal customer profile

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 six tools will be available.

Prerequisites

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

Example prompts

  • "Profile stripe.com: hiring signals, tech stack, and an overall GTM score."
  • "Find figma.com's LinkedIn URL, then score it against my ICP."
  • "Is openai.com hiring for GTM, and what CRM do they use?"
  • "Scan datadoghq.com's job board for Engineering and Finance roles."

Tools and inputs

Each tool maps to one Apify actor. Inputs mirror the actor, minus deprecated and batch-only fields:

  • scan_gtm_hiring_signals: domain (required), role_filter, ats_slug
  • detect_gtm_tech_stack: domain (required), crawl_additional_pages
  • aggregate_gtm_signals: company_domain (required), include_summary, explain_mode
  • scan_job_board_keywords: company_domain (required), role_categories (required), custom_keywords, enable_fallback, previous_roles_detected, previous_run_date
  • resolve_linkedin_url: company_domain or company_name (at least one)
  • score_icp_fit: company_domain (required), plus template, scoring_config, icp_description (+ llm_api_key, llm_provider), fetch_signals, include_explanation

Individual servers

Prefer one tool at a time? Each actor also ships as its own MCP package:

Full actor documentation

For the complete input and output reference, pricing, and run history of each actor, see the Mamba Labs Apify Store page:

https://apify.com/mambalabs

License

MIT

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured