CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mcp Gtm Suite

mambalabsdev/mcp-gtm-suite
authSTDIOregistry active
Summary

Wraps all six Mamba Labs GTM signal actors from Apify into a single MCP server. You get hiring signal detection, tech stack scraping, job board keyword scanning, LinkedIn URL resolution, ICP fit scoring, and a composite signal aggregator that rolls hiring and tech data into one score. Every tool returns flat JSON ready to pipe into Clay. Runs on Apify's infrastructure, so you need an API token and pay per actor run. Useful when you're enriching prospect lists and want to detect which companies are hiring GTM roles, what CRM they run, or how well they match your ideal customer profile. Each tool is also available as a standalone MCP package if you only need one.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Mamba Labs GTM Suite MCP Server

Smithery Glama score MCP Registry npm version npm downloads license mcpservers.org

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.

What's Inside

  • What it does
  • Quick start
  • Prerequisites
  • Example prompts
  • Tools and inputs
  • Full actor documentation
  • Mamba Labs GTM Suite
  • License

What it does

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 scores
  • enrich_company_firmographics: enrich a domain into employee band, industry, HQ, founded year, revenue, logo, and description
  • map_company_social_presence: map a domain to LinkedIn, X, Instagram, Facebook, and YouTube URLs and follower counts
  • resolve_linkedin_url: resolve a domain or name to a LinkedIn company URL

Signals

  • scan_gtm_hiring_signals: detect GTM hiring activity from career pages
  • detect_gtm_tech_stack: detect CRM, sequencer, and marketing automation tools
  • scan_job_board_keywords: scan job boards for roles in any category
  • get_funding_press_signals: scan news and PR wires for funding, exec moves, launches, and acquisitions
  • get_company_changes: monitor a domain and return only what changed since the last run

Scoring

  • aggregate_gtm_signals: combine hiring and tech-stack signals into one composite score
  • 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 eleven tools will be available.

Prerequisites

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

Example prompts

  • "Profile stripe.com: firmographics, hiring signals, tech stack, and an overall GTM score."
  • "Resolve the canonical identity for Deel, then enrich its firmographics and social presence."
  • "Find figma.com's LinkedIn URL, then score it against my ICP."
  • "Any funding or exec moves at openai.com recently, and what CRM do they use?"
  • "What changed at datadoghq.com since last week?"

Tools and inputs

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 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

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


Mamba Labs GTM Suite

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.

ToolActorImmutable Actor ID
resolve_company_identityCompany Identity Resolverlr8fTRAmZCBZmuwwh
enrich_company_firmographicsCompany Firmographic EnricherYlUtLWjfPpqykmB8g
map_company_social_presenceCompany Social Presence Mapper4k6CCemkgBDz18m2h
resolve_linkedin_urlDomain to LinkedIn URL Resolver3HtnSaqPHOg1Qg5gx
scan_gtm_hiring_signalsGTM Hiring Signal ScraperD7O1SA2EqwHGsGr1P
detect_gtm_tech_stackGTM Tech Stack Signal Enrichmentqyd7nNyqFPelQViBx
scan_job_board_keywordsJob Board Keyword Signal Scanner4DvqpvhMR74NLcDDY
get_funding_press_signalsFunding & Press Signal ScannerFS13X6dhQVgX3XOM6
get_company_changesCompany Change-Event FeedoX44rS0fkEJ3rXLWe
aggregate_gtm_signalsGTM Signals AggregatorxKdRfnfFNkdMpFuNs
score_icp_fitICP Fit ScorerW161DT8W4kW55dMFh

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

License

MIT

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

APIFY_TOKEN*secret

Apify API token from https://console.apify.com/account/integrations

Categories
Sales & Marketing
Registryactive
Package@mambalabsdev/mcp-gtm-suite
TransportSTDIO
AuthRequired
UpdatedJun 1, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1