ClipMarts

HR Stack

Greenhouse, BambooHR, and Slack for recruiting and people ops

$29Operator PackFor departments, agencies, and ops-heavy teams

What is HR Stack?

MCP servers: Greenhouse (ATS), BambooHR (HRIS), and Slack (team communications). Candidate and employee data access.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-code

What's Included

  • mcp-servers.json
  • servers/greenhouse/config.json
  • servers/greenhouse/auth-setup.md
  • servers/greenhouse/permissions.md
  • servers/bamboohr/config.json
  • servers/bamboohr/auth-setup.md
  • servers/slack/config.json
  • servers/slack/auth-setup.md
  • docker-compose.yaml
  • env.example
  • scripts/setup.sh
  • scripts/test-connections.sh
  • README.md

Preview

mcp-servers.json
// mcp-servers.json
{
  "mcpServers": {
    "greenhouse": {
      "command": "npx",
      "args": ["-y", "@mcp/greenhouse-server"],
      "env": {
        "GREENHOUSE_API_KEY": "${GREENHOUSE_API_KEY}",
        "GREENHOUSE_ON_BEHALF_OF": "${GREENHOUSE_USER_ID}"
      }
    },
    "bamboohr": {
      "command": "npx",
      "args": ["-y", "@mcp/bamboohr-server"],
      "env": {
        "BAMBOO_API_KEY": "${BAMBOO_API_KEY}",
        "BAMBOO_SUBDOMAIN": "${BAMBOO_SUBDOMAIN}"
      }
    },
    "slack": {
      "command": "npx",
      "args": ["-y", "@mcp/slack-server"],
      "env": {
        "SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}",
        "SLACK_TEAM_ID": "${SLACK_TEAM_ID}"
      }
    }
  }
}

Installation Guide

terminal
$ paperclipai skill import --from ./hr-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip hr-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./hr-mcp-bundle/
3

Assign to an agent

# Via CLI:
paperclipai agent update <agent-name> --add-skill hr-mcp-bundle

# Or in the dashboard:
# Agents → [agent name] → Skills → Add "HR Stack"

Option B: Dashboard UI

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the hr-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "HR Stack" from the list.

Share
Files included13
Setup time10 min
Difficultyintermediate

Tags

mcpgreenhousebamboohrslackhrrecruiting