Back to Browse

Workplace Program Detector MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Detect the employee programs a company publishes: ERGs, DEI, benefits, leave, volunteering.

About

Detect the employee programs a company publishes: ERGs, DEI, benefits, leave, volunteering.

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server that acts as a thin client wrapper for the Apify Workplace Program Detector actor. Authentication is properly required via APIFY_TOKEN environment variable with clear error handling. The code demonstrates good security practices including input validation via Zod, proper error surfacing, and a read-only design. Permissions are appropriate for its purpose (network access to Apify API). Minor code quality observations do not warrant significant penalty given the overall solid security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: APIFY_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "com-mambabuilt-mcp-workplace-program-detector": {
      "env": {
        "APIFY_TOKEN": "your-apify-token-here"
      },
      "args": [
        "-y",
        "@mambalabsdev/mcp-workplace-program-detector"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Workplace Program Detector MCP Server

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

MCP server for the Mamba Labs Workplace Program Detector actor on Apify.

A company domain in, the people programs that company publishes out: employee resource groups, DEI, wellbeing and mental health, learning and tuition support, parental and caregiver leave, and volunteering.

Install

npx -y @mambalabsdev/mcp-workplace-program-detector

Claude Desktop

{
  "mcpServers": {
    "mamba-workplace-program-detector": {
      "command": "npx",
      "args": ["-y", "@mambalabsdev/mcp-workplace-program-detector"],
      "env": { "APIFY_TOKEN": "your-apify-token" }
    }
  }
}

Get an Apify token at console.apify.com/account/integrations.

Tool

detect_workplace_programs

A company domain in, the people programs that company publishes out: employee resource groups, DEI, wellbeing and mental health, learning and tuition support, parental and caregiver leave, and volunteering.

InputTypeRequiredNotes
domainstringyesBare domain, for example hubspot.com. Protocol and path are stripped.
ats_slugstringnoSkip ATS discovery and read this Greenhouse, Lever or Ashby board slug directly.
scan_job_postingsbooleannoReads the company's live job bodies from its ATS. This path finds benefits language that marketing pages omit.
scan_web_pagesbooleannoProbes the careers, culture, benefits, DEI and ESG paths. This path finds ERG and volunteering language that job postings omit.
max_pagesstringnoSent as a string for Clay. Clamped to 1 to 25.
skipCacheenumnofalse uses the 14 day cache, true forces a fresh crawl. Sent as a string for Clay, matching the fleet convention.

Billing

You are charged per domain analyzed, plus a small actor start fee.

Pricing is on the actor's Apify page. Running this server consumes Apify credits.

What this server does and does not do

It is a thin client for the Apify actor. It passes your input through and returns the actor's output unchanged. Every behavior described above lives in the actor, not here.

Errors are surfaced, never swallowed. An invalid input, an invalid token, an exhausted balance, a timeout, or a run that returns anything other than a dataset all come back as an explicit tool error rather than as an empty result.

Source

The actor is on the Apify Store. This wrapper is MIT licensed.

Built by Mamba Labs

Reviews

No reviews yet

Be the first to review this server!