HireScript

Generates inclusive job descriptions with bias analysis using Claude via MCP.
  • javascript

0

GitHub Stars

javascript

Language

4 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "automatikstudio-hirescript-mcp": {
      "command": "node",
      "args": [
        "/path/to/hirescript-mcp/dist/index.js"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

You can generate inclusive, bias-free job descriptions using Claude through a dedicated MCP server. This server analyzes content for bias, provides an inclusivity score, and returns a polished job description suitable for broad audiences, all accessible from any MCP-enabled client.

How to use

To use this MCP server, configure your MCP client to connect to the local or remote server as an MCP endpoint. You will provide job details such as the job title, company, requirements, and benefits. The server will produce an inclusive job description, return a bias score, and offer warnings with suggested improvements to reduce biased language.

How to install

Prerequisites you need before installing:

Install dependencies and build the MCP server using the project’s standard workflow.

npm install
npm run build

Configuration and usage notes

Set your API key for the Claude integration and ensure your environment is prepared to start the MCP server. The following environment variable is used by the server to authenticate requests to Claude.

export ANTHROPIC_API_KEY=your-api-key

Additional content

Here is how you would wire up the MCP client to run the server locally. The server is intended to be invoked as a standard MCP backend process. Use the following configuration in your MCP client to connect to the local server.

{
  "mcpServers": {
    "hirescript": {
      "command": "node",
      "args": ["/path/to/hirescript-mcp/dist/index.js"],
      "env": {
        "ANTHROPIC_API_KEY": "your-api-key"
      }
    }
  }
}

Tool: generate_job_description

The server exposes a tool to generate an inclusive job description along with bias analysis. You provide the job details, and the tool returns a description, a bias Score, and warnings with suggested language improvements.

Parameters you can supply include the job title, optional company name, optional requirements, optional benefits, and optional work mode.

Available tools

generate_job_description

Generates an inclusive job description and analyzes bias. Returns a jobDescription, a biasScore, and biasWarnings with suggested language improvements.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational