All six Mamba Labs GTM signal tools in one MCP server: hiring, tech, ICP, and more. Clay-ready.
MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. All six Mamba Labs GTM signal tools in one MCP server: hiring, tech, ICP, and more. Clay-ready.
One MCP server that exposes the entire Mamba Labs GTM Suite. Install a single package and get all eleven account-intelligence tools in your MCP client, each wrapping a Mamba Labs actor on Apify and returning Clay-ready flat JSON.
Once MCP is connected, these are the calls the assistant has available:
resolve_company_identity — at least one of company_name, domain, or linkedin_url, plus skipCacheenrich_company_firmographics — at least one of domain or domains, plus company_name, batchSize, skipCachemap_company_social_presence — company_domain or company_name (at least one), plus platforms, includeFollowerCounts, skipCacheresolve_linkedin_url — company_domain or company_name (at least one)scan_gtm_hiring_signals — domain (required), role_filter, ats_slugdetect_gtm_tech_stack — domain (required), crawl_additional_pagesscan_job_board_keywords — company_domain (required), role_categories (required), custom_keywords, enable_fallback, previous_roles_detected, previous_run_dateget_funding_press_signals — domain (required), company_nameget_company_changes — domain (required), company_nameaggregate_gtm_signals — company_domain (required), include_summary, explain_modescore_icp_fit — company_domain (required), plus template, scoring_config, icp_description (+ llm_api_key, llm_provider), fetch_signals, include_explanationYou will need one environment variable: APIFY_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP's toolset — resolve_company_identity, enrich_company_firmographics, map_company_social_presence and 8 more — is a fair guide to whether it matches your workflow. It is maintained by com.mambabuilt; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| resolve_company_identity | at least one of company_name, domain, or linkedin_url, plus skipCache |
| enrich_company_firmographics | at least one of domain or domains, plus company_name, batchSize, skipCache |
| map_company_social_presence | company_domain or company_name (at least one), plus platforms, includeFollowerCounts, skipCache |
| resolve_linkedin_url | company_domain or company_name (at least one) |
| scan_gtm_hiring_signals | domain (required), role_filter, ats_slug |
| detect_gtm_tech_stack | domain (required), crawl_additional_pages |
| scan_job_board_keywords | company_domain (required), role_categories (required), custom_keywords, enable_fallback, previous_roles_detected, previous_run_date |
| get_funding_press_signals | domain (required), company_name |
| get_company_changes | domain (required), company_name |
| aggregate_gtm_signals | company_domain (required), include_summary, explain_mode |
| score_icp_fit | company_domain (required), plus template, scoring_config, icp_description (+ llm_api_key, llm_provider), fetch_signals, include_explanation |
{
"mcpServers": {
"mamba-gtm-suite": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-gtm-suite"],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| APIFY_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.