ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Bullhorn with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage recruitment workflows and ATS data via Bullhorn. retrieve, create, update, and delete entities, notes, and associations directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 14 capabilities

The complete Bullhorn capability set.

These are the exact actions your AI can choose when you ask it to work with Bullhorn.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 14 available through Bullhorn.

  1. 01

    Upsert data hub records

    Provide the payload as a JSON string. Upsert records into Bullhorn Data Hub

  2. 02

    Create event subscription

    Create an event subscription

  3. 03

    Delete entity

    Delete a Bullhorn entity

  4. 04

    Delete event subscription

    Delete an event subscription

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 14 available through Bullhorn.

  1. 05

    Find data hub records

    Provide the criteria as a JSON string. Find records in Bullhorn Data Hub

  2. 06

    Get associations

    Requires a JSON string for the request body containing ids, start, count, etc. Retrieve associated entity IDs for multiple parent entities

  3. 07

    Get entities

    Get multiple Bullhorn entities by IDs

  4. 08

    Get events

    Note: Consuming events purges them from the subscription queue. Retrieve and consume events from a subscription

Capability set03 / 04

09-11

3 capabilities in this set.

Part of 14 available through Bullhorn.

  1. 09

    Create entity

    The data must be a valid JSON string representing the entity properties. Create a new Bullhorn entity

  2. 10

    Get all corp notes

    Get all notes for a ClientCorporation

  3. 11

    Get entitlements

    Get entity entitlements for the current user

Capability set04 / 04

12-14

3 capabilities in this set.

Part of 14 available through Bullhorn.

  1. 12

    Get entity

    G., Candidate, JobOrder) by its ID. You must specify the fields to return. Get a single Bullhorn entity by ID

  2. 13

    Get to many

    G., clientContacts for a ClientCorporation). Get to-many associations for an entity

  3. 14

    Update entity

    The data must be a valid JSON string containing the fields to update. Update an existing Bullhorn entity

Observed, not estimated

885ms average. Fast in production.

Bullhorn is checked daily against the live service.

Daily averagePeak 1145ms
Aug 24Today
Fastest day
828ms
Slowest day
1145ms
14-day trend
Improving-16%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 14 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Bullhorn, so you can see the experience inside your AI.

It does not authenticate your account with Bullhorn. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Bullhorn Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_LgGCtOxXzAnTxXvMqzqt1nPFIeJLoOPUa37B9McU/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Bullhorn capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "bullhorn-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_LgGCtOxXzAnTxXvMqzqt1nPFIeJLoOPUa37B9McU/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Bullhorn owners ask.

  • 01

    Can I retrieve a single candidate or job order details using this integration?

    Yes! Use the get_entity capability by specifying the entity type (e.g., 'Candidate' or 'JobOrder'), the target ID, and the fields you want to return.

  • 02

    How do I fetch all notes associated with a specific ClientCorporation?

    You can use the get_all_corp_notes capability. Provide the client_corp_id and the fields you want to retrieve to get a complete history of notes.

  • 03

    Is it possible to update an existing candidate's information?

    Yes, you can use the update_entity capability. Pass the entity type, the target ID, and a JSON string containing the updated fields in the data parameter.