Install

One MCP server.
Every agent you already use.

HiringOrchestrator is a headless ATS where the agent is the interface. Connect it once and your assistant can open jobs, publish postings, screen applicants, send assessments, schedule interviews, and run offers. The same capabilities as the product itself, because they are the product itself.

https://www.hiringorchestrator.com/api/mcp

Claude

  1. 1Open claude.ai/settings/connectors (works for Claude desktop too).
  2. 2Click Add custom connector and paste the server URL above.
  3. 3Sign in with your HiringTest account when Claude asks. The connection uses OAuth, no API key to manage.
  4. 4Say “set up my hiring workspace” to get started.

Claude Code

One command in your terminal. Claude Code walks the OAuth sign-in on first use.

claude mcp add --transport http hiring-orchestrator https://www.hiringorchestrator.com/api/mcp

Pair it with the hiring-orchestrator skill: playbooks for triage, weekly reviews, and req-to-offer that teach Claude the full talent-ops loop over these commands.

ChatGPT

  1. 1In ChatGPT, open Settings → Connectors and enable Developer mode (Plus/Pro/Business/Enterprise).
  2. 2Choose Add custom connector and paste the server URL above.
  3. 3Authenticate with OAuth when prompted. Same flow, same scoped access.

Cursor and VS Code

One-click installs for editor agents:

Building something headless?

The same capability layer is a REST API at /api/v1/orchestrator with scoped API keys, and every agent action lands in the same audit log as the UI. Full command and endpoint reference on the developers page.