mcp-gtm-suite
This server provides six go-to-market (GTM) intelligence tools that analyze companies using public data, powered by Apify actors and returning flat, Clay-ready JSON.
scan_gtm_hiring_signals: Detect sales, marketing, and revenue operations job postings from a company's career pages (Greenhouse, Lever, Ashby), with optional role filters.detect_gtm_tech_stack: Identify which GTM tools (CRM, sequencer, marketing automation) a company uses by scraping their public website, with optional deeper crawling.aggregate_gtm_signals: Combine hiring and tech-stack signals into a single composite score with a recommended action and optional plain-English summary or explanation.scan_job_board_keywords: Search a company's job board across multiple ATS platforms (Greenhouse, Lever, Ashby, Workday, Rippling) for roles in categories like GTM, Engineering, Finance, Operations, Executive, or custom keywords — with delta tracking across runs.resolve_linkedin_url: Look up a company's LinkedIn URL using a domain or company name, returning a confidence score, firmographics, and social links.score_icp_fit: Score a company against your ideal customer profile (ICP) on a 0–100 scale with an A–D tier and per-signal breakdown, configurable via a prebuilt template, custom scoring weights, or a plain-English ICP description.
Uses OpenAI's language models to score companies against an ideal customer profile via the score_icp_fit tool.
Mamba Labs GTM Suite MCP Server
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 pagesdetect_gtm_tech_stack: detect CRM, sequencer, and marketing automation toolsaggregate_gtm_signals: combine hiring and tech-stack signals into one composite scorescan_job_board_keywords: scan job boards for roles in any categoryresolve_linkedin_url: resolve a domain or name to a LinkedIn company URLscore_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_slugdetect_gtm_tech_stack:domain(required),crawl_additional_pagesaggregate_gtm_signals:company_domain(required),include_summary,explain_modescan_job_board_keywords:company_domain(required),role_categories(required),custom_keywords,enable_fallback,previous_roles_detected,previous_run_dateresolve_linkedin_url:company_domainorcompany_name(at least one)score_icp_fit:company_domain(required), plustemplate,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
Maintenance
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-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server