Server data from the Official MCP Registry
11 Mamba Labs account-intelligence MCP tools in one server: identity, signals, ICP. Clay-ready.
11 Mamba Labs account-intelligence MCP tools in one server: identity, signals, ICP. Clay-ready.
This MCP server is well-structured with proper authentication via APIFY_TOKEN environment variable and appropriate input validation. All network calls route through Apify's API with Bearer token authentication. The codebase is clean, follows TypeScript best practices, and includes defensive error handling for API failures. Permissions are narrowly scoped to HTTP network calls and environment variable access, both appropriate for a GTM intelligence tool. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: APIFY_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"com-mambabuilt-mcp-gtm-suite": {
"env": {
"APIFY_TOKEN": "your-apify-token-here"
},
"args": [
"-y",
"@mambalabsdev/mcp-gtm-suite"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
This server gives an AI client eleven account-intelligence tools in one place, covering the full GTM workflow: resolve identity, enrich the account, detect buying signals, and score fit.
Identity and enrichment
resolve_company_identity: reconcile name, domain, and LinkedIn URL into one canonical identity with confidence scoresenrich_company_firmographics: enrich a domain into employee band, industry, HQ, founded year, revenue, logo, and descriptionmap_company_social_presence: map a domain to LinkedIn, X, Instagram, Facebook, and YouTube URLs and follower countsresolve_linkedin_url: resolve a domain or name to a LinkedIn company URLSignals
scan_gtm_hiring_signals: detect GTM hiring activity from career pagesdetect_gtm_tech_stack: detect CRM, sequencer, and marketing automation toolsscan_job_board_keywords: scan job boards for roles in any categoryget_funding_press_signals: scan news and PR wires for funding, exec moves, launches, and acquisitionsget_company_changes: monitor a domain and return only what changed since the last runScoring
aggregate_gtm_signals: combine hiring and tech-stack signals into one composite scorescore_icp_fit: score a company against your ideal customer profileAll 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.
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 eleven tools will be available.
Each tool maps to one Apify actor. Inputs mirror the actor, minus deprecated and batch-only fields:
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_explanationFor the complete input and output reference, pricing, and run history of each actor, see the Mamba Labs Apify Store page:
This is the umbrella server for the Mamba Labs GTM Suite, an account-intelligence fleet of eleven tools for go-to-market signal intelligence, each backed by a dedicated Apify actor and also published as its own standalone MCP server.
| Tool | Actor | Immutable Actor ID |
|---|---|---|
resolve_company_identity | Company Identity Resolver | lr8fTRAmZCBZmuwwh |
enrich_company_firmographics | Company Firmographic Enricher | YlUtLWjfPpqykmB8g |
map_company_social_presence | Company Social Presence Mapper | 4k6CCemkgBDz18m2h |
resolve_linkedin_url | Domain to LinkedIn URL Resolver | 3HtnSaqPHOg1Qg5gx |
scan_gtm_hiring_signals | GTM Hiring Signal Scraper | D7O1SA2EqwHGsGr1P |
detect_gtm_tech_stack | GTM Tech Stack Signal Enrichment | qyd7nNyqFPelQViBx |
scan_job_board_keywords | Job Board Keyword Signal Scanner | 4DvqpvhMR74NLcDDY |
get_funding_press_signals | Funding & Press Signal Scanner | FS13X6dhQVgX3XOM6 |
get_company_changes | Company Change-Event Feed | oX44rS0fkEJ3rXLWe |
aggregate_gtm_signals | GTM Signals Aggregator | xKdRfnfFNkdMpFuNs |
score_icp_fit | ICP Fit Scorer | W161DT8W4kW55dMFh |
The Domain Deliverability Checker actor is published as a standalone MCP server but is intentionally not bundled here: it audits email-sending infrastructure (SPF, DKIM, DMARC, blacklists) rather than account intelligence, so it sits outside this suite's scope.
Built by Mamba Labs | npm | Apify Store
MIT
Built by Mamba Labs. https://apify.com/mambalabs
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.