1

100Hires

MCP server providing 130 recruiting and talent management tools for AI-powered hiring workflows.

100Hires·No reviews yet
Repo Docs
Share:

About

MCP server providing 130 recruiting and talent management tools for AI-powered hiring workflows.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about 100Hires.

What is the 100Hires MCP and what are its primary functions?
The 100Hires MCP provides 130 recruiting and talent management tools. It is designed to facilitate AI-powered hiring workflows, offering capabilities that span the entire recruitment lifecycle.
How can I install and configure the 100Hires MCP for use with a client like Cline?
Installation details depend on the specific MCP client. For Cline, you would typically add the 100Hires MCP to your client's configuration, referencing its repository (https://github.com/100Hires/mcp) and transport (stdio) methods.
Does the 100Hires MCP require an API key or other credentials for authentication?
The documentation specifies 'auth type: none', indicating that the 100Hires MCP itself does not require an API key, OAuth, or other authentication credentials for its operation.
What kind of tools and capabilities does the 100Hires MCP offer?
The 100Hires MCP exposes 130 tools specifically for recruiting and talent management. These tools are intended to support AI-powered hiring workflows, covering various aspects of human resources.
Are there any licensing costs associated with using the 100Hires MCP?
The provided information does not specify licensing costs. The 100Hires MCP repository is publicly available on GitHub, which often implies open-source licensing; however, specific terms should be checked in the repository.
What is a key dependency or potential limitation when using the 100Hires MCP?
A key consideration is that while the MCP provides tools, its effective use for 'AI-powered hiring workflows' implies the need for integration with appropriate AI models or platforms, which are not part of the MCP itself.

Install 100Hires

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "100hires": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-100hires"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "100hires": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-100hires"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "100hires": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-100hires"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.