BrightMove Connector for AI agents.
10 live capabilities
Manage your hiring pipeline and track applicants in your ATS
Waiting for input…
Why people use BrightMove
BrightMove ATS Recruitment Data Management
This Connector lets you pull that information directly into your chat. Instead of hunting for a profile, you just ask for it. You get the data you need in seconds, which lets you stay in your flow and focus on the actual human side of hiring.
What Vinkius changes
You get your ATS data in your chat window instead of a browser tab.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding contact info
A recruiter needs to find the email for a candidate who just moved to the interview stage.
- Real-world use case 02
Checking requirements
A hiring manager wants to see a summary of all current job openings in the engineering department.
- Real-world use case 03
Reporting placements
A talent ops lead needs to pull a list of all recent placements to report to the executive team.
Complete set · 10capabilities
The complete BrightMove capability set.
These are the exact actions your AI can choose when you ask it to work with BrightMove.
01—04
4 capabilities in this set.
Part of 10 available through BrightMove.
- 01 Capability
List jobs
Lists all active job postings in your account. This helps you see what roles are currently open at a glance.
- 02 Capability
Get applicant
Retrieves specific details for a single candidate profile. Use this to find contact info or current status quickly.
- 03 Capability
Get company info
Pulls core company information from your ATS settings. It's useful for getting general organizational data.
- 04 Capability
Get recruitment dashboard
Fetches high-level recruitment metrics for your workspace. This gives you a quick summary of your hiring health.
05—07
3 capabilities in this set.
Part of 10 available through BrightMove.
- 05 Capability
Get job
Gets the specific requirements and metadata for a single job. It's the best way to see exactly what a role entails.
- 06 Capability
List activities
Lists all recent recruitment activities across the system. You can use this to see what's been happening in the pipeline.
- 07 Capability
List applicants
Lists all candidates currently in your hiring pipeline. This lets you see every person you're currently tracking.
08—10
3 capabilities in this set.
Part of 10 available through BrightMove.
- 08 Capability
List placements
Lists job placements to track where new hires are going. It helps you see where your new team members are landing.
- 09 Capability
List references
Retrieves the reference list for a specific applicant. This makes it easy to verify background info for finalists.
- 10 Capability
List user accounts
Lists the user accounts managed within your BrightMove ATS. Use this to see who has access to your recruitment system.
Set up in minutes
One URL. Then ask BrightMove to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BrightMove from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ns678sVezCYwuiu84tSF4NsGuCZDMo69Qot0TqQ4/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it BrightMove, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BrightMove for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ns678sVezCYwuiu84tSF4NsGuCZDMo69Qot0TqQ4/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the BrightMove URL.
- Step 03
Save and start
Save the connection and enable BrightMove in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"brightmove": {
"url": "https://edge.vinkius.com/vk_preview_ns678sVezCYwuiu84tSF4NsGuCZDMo69Qot0TqQ4/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using BrightMove
Open Agent mode in chat and ask: "Using BrightMove, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"brightmove": {
"url": "https://edge.vinkius.com/vk_preview_ns678sVezCYwuiu84tSF4NsGuCZDMo69Qot0TqQ4/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using BrightMove
Ask Copilot: "Using BrightMove, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"brightmove": {
"url": "https://edge.vinkius.com/vk_preview_ns678sVezCYwuiu84tSF4NsGuCZDMo69Qot0TqQ4/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using BrightMove
Open Cascade and ask: "Using BrightMove, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"brightmove": {
"url": "https://edge.vinkius.com/vk_preview_ns678sVezCYwuiu84tSF4NsGuCZDMo69Qot0TqQ4/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using BrightMove
Ask Cline: "Using BrightMove, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add brightmove --transport http "https://edge.vinkius.com/vk_preview_ns678sVezCYwuiu84tSF4NsGuCZDMo69Qot0TqQ4/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using BrightMove
Ask Claude: "Using BrightMove, show me...". 10 tools are ready
Where the request belongs
Work BrightMove can move forward.
This is for the recruiter who spends half their day copy-pasting candidate info or the hiring manager who needs a quick status update without logging into another portal.
Recruiter
Checking candidate profiles and listing applicants to find the right fit for a role.
Hiring Manager
Pulling job requirements and high-level metrics to see if their team is growing correctly.
Talent Ops
Monitoring job placements and recruitment activities to report on organizational growth.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBreezy HR
Manage your recruitment process via Breezy HR. track candidates, positions, and stages directly from any AI agent.
Greenhouse
Manage your recruiting pipeline via Greenhouse. list candidates, track applications, and audit jobs directly via AI.
ApplicantStack
Manage your hiring process with ApplicantStack. track jobs, candidates, and hires via AI.
Pinpoint
Automate recruitment and talent acquisition via Pinpoint. manage jobs, applications, candidates, and interviews directly from any AI agent.
Jobvite
Manage your recruitment pipeline via Jobvite. list candidates, track job requisitions, and update application statuses directly from any AI agent.
Ninehire
Hire smarter with a recruitment platform that posts jobs, screens applicants, and moves the best candidates through your pipeline.
Bring your own AI
Change the model, client or framework. Keep BrightMove connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about BrightMove.
The practical details behind the request, access and result.
Can the BrightMove MCP help me find candidate emails?
Yes. You can ask your agent to pull specific applicant profiles, and it will return contact information like emails and phone numbers directly in the chat.
How do I use BrightMove to check my hiring stats?
You can ask your agent to pull your recruitment dashboard data. It will show you high-level metrics like your current hiring health and progress.
Can I see my job placements with this Connector?
Yes, you can list all job placements to see where new hires are landing across your organization and track your team's growth.
Does the BrightMove MCP show me reference details?
It does. You can ask your agent to retrieve the list of references for any specific applicant in your pipeline.
How does BrightMove help with my recruitment workflow?
It eliminates the need to switch between tabs. You can query your ATS for job requirements, candidate statuses, and metrics without leaving your AI client.
Can I see all my active job postings at once?
Yes, your agent can list every active job posting in your BrightMove account so you can see your entire open pipeline in one view.
Can I check the references for a specific applicant?
Yes! Use the list_references capability with the Applicant's GUID. Your agent will fetch the list of names, companies, and contact details for the references provided by the candidate.
How do I list all the active job postings?
Simply ask the agent to list_jobs. It will retrieve the current job openings from your BrightMove ATS account, including titles and status information.
Does the integration allow creating a new candidate profile?
The current toolset is focused on querying and monitoring (Read-Only) to ensure data integrity. Creating or updating applicant records should be done through the BrightMove web interface or your careers page.
One connection away
Give your agent a direct line to BrightMove.
Connect BrightMove once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available