Project Management

Breezy HR MCP Server

Connect your account, then chat with AI to run tools.

Review Breezy HR companies, pipelines, positions, candidates, hiring stages, and candidate metadata from chat.

Best forTalent AcquisitionRecruiting OperationsHiring AnalyticsAgency Recruiters

Try this workflow

Review the open hiring pipeline

List my Breezy HR companies, show the published positions for the main company, and summarize which roles have candidates waiting in the Applied or Interviewing stages.

Managed
8 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

What you can do with Breezy HR

Built for

Talent Acquisition, Recruiting Operations, Hiring Analytics, Agency Recruiters

Example workflows

Review the open hiring pipeline

Combines company discovery, positions, candidates, and stages into a recruiting standup.

Try this

List my Breezy HR companies, show the published positions for the main company, and summarize which roles have candidates waiting in the Applied or Interviewing stages.

Triage candidates for a role

Uses candidate list plus metadata only for the records that need deeper review.

Try this

For the software engineer position in Breezy HR, list the newest candidates, include candidate metadata for the strongest matches, and flag anyone who needs follow-up.

Add a sourced candidate

Covers the safe write path for recruiting intake and attribution.

Try this

Create a sourced candidate for the sales manager role with this name, email, LinkedIn URL, and source attribution, then return the candidate id and current stage.

Move a candidate to interview

Keeps stage changes grounded in the pipeline ids returned by Breezy.

Try this

Find the pipeline stages for this Breezy HR position, confirm the stage id for Interviewing, and move candidate ea0... into that stage.

Context to know first

What can the Breezy HR server do from MCPBundles?

It can discover companies, read hiring pipelines, list or retrieve positions, read candidate queues, fetch candidate metadata, create or update positions and candidates, move candidates between stages, and archive positions from chat.

How do I connect Breezy HR on MCPBundles?

Add your Breezy HR account email and password when you connect the server. MCPBundles keeps the sign-in secure and uses it only for your requested actions.

Can agents create or update candidates?

Yes. Candidate creation and updates are scoped to a position. Creation requires a candidate name, and Breezy requires an email address when the origin is applied. Sourced candidates can include attribution, tags, work history, education, social profiles, and custom attributes.

Related editorial

Breezy HR Recruiting Workflows

Why ATS automation needs companies, positions, pipeline stages, candidates, and safe state changes.

Read article

AI Skill
SKILL.md

Domain knowledge for Breezy HR — workflow patterns, data models, and gotchas for your AI agent.

Breezy HR

Breezy HR is an applicant tracking system for company hiring workflows, job positions, candidates, and pipeline stages.

Data Model

  • Companies — top-level workspaces returned by the account. Some accounts can see more than one company; pass company_id explicitly after discovery in that case.
  • Pipelines — ordered hiring stages for positions and talent pools. Stage ids such as applied, interviewing, offer, disqualified, and hired are the values used when moving candidates.
  • Positions — job requisitions with a state such as draft, published, closed, or archived. Positions own candidates and hiring-team context.
  • Candidates — applicant or sourced-candidate records nested under a position. Candidate list results are abbreviated; use candidate detail plus metadata when you need notes, documents, conversations, questionnaires, references, or scorecards.

Working Order

  • Start with companies when the account can access more than one company; pass company_id explicitly after discovery.
  • Read pipelines before moving candidates. Stage ids are pipeline-specific strings such as applied, interviewing, offer, disqualified, and hired.
  • Read positions before working with candidates. Candidates are nested under a position, so candidate reads and writes require position_id.
  • Use get tools with ids for detail lookups and without ids for lists. Use upsert tools for create/update.

Common Workflows

  • Review the hiring pipeline by listing companies, reading the default pipeline stages, then listing published or draft positions.
  • Triage a role by reading the position, listing candidates with page_size, and requesting candidate metadata for notes, documents, and conversation context only when needed.
  • Create a sourced candidate by choosing the position, setting origin to sourced, and adding tags or source attribution so the hiring team can audit where the candidate came from.
  • Move a candidate after checking pipeline stages. Use stable stage ids, not display names, when calling the stage-move tool.
  • Clean up test or obsolete positions by setting position state to archived; do not look for candidate deletion because the public API does not document it.

Write Safety

  • Position creation requires name, description, type, and location; archive smoke-created positions with state archived.
  • Candidate creation requires name; email_address is required when the candidate origin is applied.
  • There is no documented candidate delete endpoint in the public API. Use stage moves such as disqualified for workflow state changes.
  • Updates are scoped to the company and position ids supplied. If a credential has multiple companies, ask for or use company_id rather than silently selecting one.

Tools in this Server (8)

Breezy Hr Get Candidates

Get candidates for a Breezy HR position. Omit candidate_id to list abbreviated candidate records, or pass candidate_id to return the matching candidat...

Breezy Hr Get Companies

Get Breezy HR companies visible to the connected account. Omit company_id to list companies and discover ids. Pass company_id to return one company. U...

Breezy Hr Get Pipelines

Get hiring pipelines for a Breezy HR company. Omit pipeline_id to list all pipelines, or pass pipeline_id to return one pipeline such as default or de...

Breezy Hr Get Positions

Get Breezy HR positions. Omit position_id to list positions, or pass position_id to retrieve one position. Use this to discover position ids before re...

Breezy Hr Move Candidate Stage

Move a Breezy HR candidate to a pipeline stage. Use breezy_hr_get_pipelines to discover valid stage ids for the position's pipeline before calling thi...

Breezy Hr Set Position State

Set a Breezy HR position's state to published, draft, closed, or archived. This is the documented cleanup/destructive path for positions; archive test...

Breezy Hr Upsert Candidate

Create or update a Breezy HR candidate on a position. Omit candidate_id to create; pass candidate_id to update. For creation, name is required, and em...

Breezy Hr Upsert Position

Create or update a Breezy HR position. Omit position_id to create; pass position_id to update. For creation, provide name, description, type, and loca...

Frequently Asked Questions

What is the Breezy HR MCP server?

Breezy HR is an applicant tracking system that helps businesses streamline their recruitment process by managing job applications and candidate communications. It facilitates hiring teams to post job openings, track candidates, and collaborate efficiently. It provides 8 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Breezy HR to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/breezy-hr. Authentication is handled automatically.

How many tools does Breezy HR provide?

Breezy HR provides 8 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Breezy HR require?

Breezy HR uses API Key. Breezy HR requires credentials. Connect via MCPBundles and authentication is handled automatically.

What can the Breezy HR server do from MCPBundles?

It can discover companies, read hiring pipelines, list or retrieve positions, read candidate queues, fetch candidate metadata, create or update positions and candidates, move candidates between stages, and archive positions from chat.

How do I connect Breezy HR on MCPBundles?

Add your Breezy HR account email and password when you connect the server. MCPBundles keeps the sign-in secure and uses it only for your requested actions.

Can agents create or update candidates?

Yes. Candidate creation and updates are scoped to a position. Creation requires a candidate name, and Breezy requires an email address when the origin is applied. Sourced candidates can include attribution, tags, work history, education, social profiles, and custom attributes.

Can agents delete Breezy HR candidates?

Breezy HR does not support deleting candidates from chat. The supported workflow is to update the candidate, move them to a stage such as disqualified, or archive or close positions when cleaning up hiring workflows.

Setup Instructions

Connect Breezy HR to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/breezy-hr

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Breezy HR and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Breezy HR will appear under Not connected — select it and click Connect to complete OAuth.
Name: Breezy HR
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/breezy-hr
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Breezy HR?

Sign in to connect your credentials and start running tools from the chat.

Breezy HR MCP Server & Skill — 8 Tools