Greenhouse
Applicant tracking, interview scheduling, and scorecards.
Auth: API keyCatalog preview
Tools
What your agent can do with Greenhouse
GREENHOUSE_SEARCHSearch across Greenhouse records and content.
GREENHOUSE_CREATECreate a new item in Greenhouse with validated fields.
GREENHOUSE_UPDATEUpdate an existing Greenhouse item by id.
GREENHOUSE_LISTList and filter Greenhouse items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect Greenhouse from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "GREENHOUSE_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'