# Hireflix MCP

Vendor: Hireflix  
Category: developer-tools  
Auth: API_KEY  
Composio slug: `hireflix`

Hireflix is a one-way video interview platform for managing positions, candidate interviews, templates, themes, and hiring workflows.

## Tools

- **Create Candidate Interview** — Create a candidate interview in a Hireflix position without sending candidate notifications. This still creates a candidate and interview record.
- **Create Position** — Create a one-way interview position with one or more video-answer questions. Positions are private by default; setting public=true makes the position publicly discoverable. Empty notification arrays request no custom configurations, but Hir
- **Get Account Overview** — Return the connected Hireflix user, company, subscription status, permissions, and current usage counters without exposing credentials.
- **Get Interview** — Return one accessible Hireflix interview with candidate, progress, answers, scores, comments, metadata, and sharing state.
- **Get Position** — Return one Hireflix position's configuration and interview-step details by position ID; use List Position Interviews for candidates.
- **Invite Candidate** — Invite a candidate to a Hireflix position and immediately send any configured candidate notifications. Notification delivery cannot be undone; use Create Candidate Interview to create the record without sending.
- **List Notification Templates** — List Hireflix notification templates for one channel without returning Draft.js message bodies.
- **List Position Interviews** — Return one cursor-controlled page of interviews for a Hireflix position, with optional candidate and stage filters.
- **List Positions** — Return all positions visible to the connected Hireflix account, including archive state and tags.
- **List Themes** — Return the company's available position branding themes and their core visual settings.
- **List Webhooks** — Return configured Hireflix webhook destinations, activation state, and subscribed events without exposing signing secrets.
- **Permanently Delete Position** — Permanently delete a Hireflix position and its associated workflow state. This destructive operation cannot be undone. Use only a position ID that the caller explicitly intends to remove.
- **Set Interview Decision** — Move a Hireflix interview to the shortlisted or discarded hiring stage.
- **Set Position Archived** — Archive a Hireflix position to stop new submissions, or unarchive it to accept submissions again.
- **Share Interview** — Create an immediately active public, unauthenticated link exposing a Hireflix interview and its answers for duration_days (default 75). This toolkit cannot revoke the link before expiry, so treat sharing as irreversible.
- **Update Interview Review** — Set or clear exactly one review field for a Hireflix interview: the connected user's score or comment. Pass null to clear the selected field; use a separate call for the other field.
- **Update Position** — Patch a Hireflix position's core settings. Omitted fields are preserved. Null clears theme or restores automatic transcription language; use [] to clear tags. Supplied tag and question arrays replace existing values rather than merging.

## Setup

1. Create or open a Switchy Project.
2. Open Integrations and connect Hireflix.
3. Authorise through api_key.
4. Teammates can now @-mention Hireflix tools in chat.

---
Last verified: 2026-09-04T02:00:56.012Z  
Canonical URL: https://switchy.build/directory/mcps/hireflix