npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@mambalabsdev/mcp-gtm-suite

v1.0.5

Published

MCP server for the full Mamba Labs GTM Suite. Exposes all six GTM actors as tools in one server via Apify: hiring signals, tech stack, aggregator, job board scanner, LinkedIn resolver, and ICP scorer. Clay-ready output.

Readme

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 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 pages
  • detect_gtm_tech_stack: detect CRM, sequencer, and marketing automation tools
  • aggregate_gtm_signals: combine hiring and tech-stack signals into one composite score
  • scan_job_board_keywords: scan job boards for roles in any category
  • resolve_linkedin_url: resolve a domain or name to a LinkedIn company URL
  • 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 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_slug
  • detect_gtm_tech_stack: domain (required), crawl_additional_pages
  • aggregate_gtm_signals: company_domain (required), include_summary, explain_mode
  • scan_job_board_keywords: company_domain (required), role_categories (required), custom_keywords, enable_fallback, previous_roles_detected, previous_run_date
  • resolve_linkedin_url: company_domain or company_name (at least one)
  • score_icp_fit: company_domain (required), plus template, 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