What is Mamba Labs GTM Suite?
Mamba Labs GTM Suite is a single MCP server that exposes all eleven Mamba Labs account-intelligence tools in one install. One Apify token, all eleven tools available to your AI agent. Each tool accepts a company domain and returns flat, Clay-ready JSON. The suite spans the full GTM workflow: resolve identity, enrich account, detect signals, score fit.
Included tools
Identity & Enrichment
- Company Identity Resolver - Resolves a company name or partial domain to a verified identity with canonical domain and metadata
- Company Firmographic Enricher - Enriches a domain with firmographic data: industry, headcount, revenue range, location
- Company Social Presence Mapper - Discovers and verifies social media profiles, website metadata, and digital presence across platforms
- Domain to LinkedIn URL Resolver - Resolves a company domain to its LinkedIn URL with firmographics
Signal Detection
- GTM Hiring Signal Scraper - Detects GTM hiring activity from Greenhouse, Lever, Ashby, Workday, and Rippling career pages
- GTM Tech Stack Signal Enrichment - Identifies CRM, sequencer, and marketing automation tools from a company website
- Job Board Keyword Signal Scanner - Scans five ATS platforms for any role category you define
- Funding & Press Signal Scanner - Scans Google News and PR wires for funding rounds, executive moves, product launches, and acquisitions
- Company Change-Event Feed - Monitors a company for change events across hiring, tech stack, firmographics, social presence, and funding
Scoring & Aggregation
- GTM Signals Aggregator - Combines hiring and tech stack signals into one composite GTM score
- ICP Fit Scorer - Scores companies against your ideal customer profile with tiered results
How to use Mamba Labs GTM Suite?
Install the suite and configure it with your Apify token. All eleven tools become available as separate MCP tools your agent can call. Each tool accepts a company domain and returns flat, Clay-ready JSON.
Key features of Mamba Labs GTM Suite
- Eleven account-intelligence tools in one MCP server
- Company identity resolution from partial names or domains
- Firmographic enrichment: industry, headcount, revenue, location
- Social presence mapping across major platforms
- Hiring signal detection from Greenhouse, Lever, Ashby, Workday, and Rippling
- Tech stack identification for CRM, sequencer, and marketing automation tools
- Funding and press monitoring from Google News and PR wires
- Company change-event tracking across five signal categories
- Composite GTM scoring with tier and recommended action
- Configurable job board scanning across any role category
- Domain to LinkedIn URL resolution with firmographics
- ICP fit scoring from template, weights, or plain-English description
- All output is flat JSON, Clay-ready, no nested objects
Use cases of Mamba Labs GTM Suite
- Full account research: run all eleven signals on a prospect in one agent session
- Outbound automation: let your agent qualify, score, and enrich accounts end to end
- Clay workflows: use any combination of tools as enrichment columns in Clay
- Pipeline building: combine signals to build prioritized prospect lists from scratch
- Account monitoring: track change events and funding activity across your target accounts
- Identity resolution: clean up messy CRM data by resolving partial names to verified domains
FAQ from Mamba Labs GTM Suite
Do I need the individual servers too? No. The suite includes all eleven tools. If you only need one or two, you can install them individually instead.
Do I need an Apify account? Yes. All tools run on Apify infrastructure. You need one Apify token for the entire suite.
Can I use this with Clay? Yes. Every tool in the suite returns flat JSON designed for direct Clay column mapping.
Which tools are included? Company Identity Resolver, Company Firmographic Enricher, Company Social Presence Mapper, Domain to LinkedIn URL Resolver, GTM Hiring Signal Scraper, GTM Tech Stack Signal Enrichment, Job Board Keyword Signal Scanner, Funding & Press Signal Scanner, Company Change-Event Feed, GTM Signals Aggregator, and ICP Fit Scorer.
Server Config
{
"mcpServers": {
"mamba-gtm-suite": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-gtm-suite"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}