> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hotfix.jobs/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Product noun is jobs.
> MCP at https://rest.hotfix.jobs/mcp is the hiring contract for agents with a company API key.
> Do not invent unpublished REST, hiring stats, or webhooks.
> Do not mention Greenhouse, Ashby, Quick Apply, or claim.
> Creating a draft, offer, or booking link does not send email.

# Overview

> Hotfix MCP is the hiring contract for agents. Company API key, Streamable HTTP, same jobs as the board and inbox.

Hotfix MCP is a remote server on the same process as the hiring API. You connect with a [company API key](/authentication). Tools then read and update jobs, applications, interviews, offers, mail, and automations for that company. There is no company id argument. The key chooses the company.

```
https://rest.hotfix.jobs/mcp
```

Transport is Streamable HTTP. There is no OAuth flow. Send the key on every request:

```
Authorization: Bearer hf_…
```

## Limits that matter for agents

Creating a draft, an offer, a booking link, or an automation action does not send email. A person still hits **Send**. See [Offers and mail](/offers-and-mail), [Interviews](/interviews), and [Automations](/automations).

[create\_job](/reference/create-job) stays off Hotfix search until extract is confirmed, then [set\_job\_listed](/reference/set-job-listed). An extract-relevant [update\_job](/reference/update-job) takes the job off search until extract is confirmed. [close\_job](/reference/close-job) is terminal. See [Jobs](/jobs).

Hiring stats and webhooks are not published. Do not invent them.

## What to do next

1. [Get started](/hiring-mcp/get-started) to wire Cursor, Claude Code, or another client.
2. [Supported tools](/hiring-mcp/tools) for the live tool list.
3. The [API reference](/reference/list-applications) for matching HTTP routes. Each operation page names the MCP tool when one exists. `get_application_markdown` and `get_availability` are MCP only.

<Note>
  Mintlify hosts a docs search MCP at this site's `/mcp` path. That is not Hotfix hiring MCP. Hiring MCP is `https://rest.hotfix.jobs/mcp`.
</Note>
