Solo Unicorn Club logo

Integration Stacks

HR Stack

Greenhouse, BambooHR, and Slack for recruiting and people ops

// First 7 days

What can be running fast.

01

Get a ready-to-run system that replaces blank-page setup.

02

Ship a usable package with 13 included files and working structure.

03

Move from purchase to first setup in about 10 min.

// Included files

What is inside the package.

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

Description

What is HR Stack?

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

solo-unicornclaude-code

Upgrade path

  • 01Start with this package and validate the workflow.
  • 02Add specialized skills or bundles once the core system is stable.
  • 03Use the community to sharpen positioning, demos, and feedback loops.
Previewmcp-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}"
      }
    }
  }
}

// Community acceleration

Use the room after the purchase.

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Discuss implementation