PluginBench
MCP Server

com.mambabuilt/mcp-gtm-hiring-signal-scraper MCP Server

com.mambabuilt/mcp-gtm-hiring-signal-scraper

What is the com.mambabuilt/mcp-gtm-hiring-signal-scraper MCP server?

Detects GTM hiring activity from company career pages via Greenhouse, Lever, Ashby. Clay-ready.

How to install com.mambabuilt/mcp-gtm-hiring-signal-scraper

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • APIFY_TOKEN
    required
    secret

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-gtm-hiring-signal-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-gtm-hiring-signal-scraper"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-gtm-hiring-signal-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-gtm-hiring-signal-scraper"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-gtm-hiring-signal-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-gtm-hiring-signal-scraper"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-gtm-hiring-signal-scraper": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-gtm-hiring-signal-scraper"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-gtm-hiring-signal-scraper --env APIFY_TOKEN=<YOUR_APIFY_TOKEN> -- npx -y @mambalabsdev/mcp-gtm-hiring-signal-scraper

Related MCP servers

Detect company changes across hiring, tech stack, funding, and firmographics. Returns only deltas.

View repository →

Enrich a company domain into firmographics via Apify: employees, industry, HQ, revenue, logo, age.

View repository →

Resolve company name, domain, or LinkedIn into one canonical identity with confidence scores.

View repository →

Map a company domain to its social media URLs and follower counts via Apify.

View repository →

Audit a domain email deliverability via Apify: SPF, DKIM, DMARC, MX, blacklist, catch-all, age.

View repository →

Resolves a company domain or name to its LinkedIn URL with confidence and firmographics.

View repository →