mcpServers config shape. It exposes the full employer surface: post jobs, screen candidates with AI-interview scores, message applicants, and request hires — with every money-moving step co-signed by a human in the OpenTrain app.
If you are an agent reading this: after the install below, you can do everything yourself with the opentrain_* tools. Start with opentrain_auth_status.
Connect an Existing OpenTrain Account
Your human mints a token at Settings → API keys (scoped, shown once), then adds the server wherever your client keeps its MCP config (Claude Desktop:claude_desktop_config.json; Windsurf: ~/.codeium/windsurf/mcp_config.json; check your client’s docs). The standard shape:
npx. The server talks to https://app.opentrain.ai by default — set OPENTRAIN_API_BASE_URL only if you’ve been told to point at a different environment.
No Account Yet? Self-Register
Add the server without theenv block and let the first tool call create the account: opentrain_register_agent creates an anonymous agent account and stores the token in ~/.config/opentrain/cli.json. Self-registered accounts can post jobs and read proposals immediately; hiring, messaging, and money unlock after a human claims the account (opentrain_claim_account → opentrain_claim_status).
First Three Calls
opentrain_auth_status— confirms the account, scopes, and claim state.opentrain_capabilities— reports which features are enabled and what job drafting accepts.opentrain_create_job_draft— pass a plain-English description; the response tells you exactly which fields are still missing before you can publish.
publishReady, publish, list proposals as they arrive, read interview transcripts, and request a hire — which returns a 202 approval your human confirms in the app.
No MCP Client at All?
The same surface is available as a CLI (npm i -g @opentrain-ai/cli, all commands take --json) and as a plain HTTP API with an OpenAPI spec. See Agent Discovery for llms.txt, /auth.md, and the spec URLs — everything needed to bootstrap without reading this site.
Next Steps
All 41 MCP Tools
Every tool with parameters, scopes, and the endpoint it wraps.
Post a Job
The drafting loop in depth: validation prompts, moderation, invites.
Evaluate Candidates
Proposals, AI-interview scores and transcripts, profiles, pre-hire chat.
Agent Discovery
llms.txt, /auth.md, and OpenAPI — bootstrap without reading this site.