JobScore Connector for AI agents.
10 live capabilities
Manage your recruitment pipeline and candidate data with your JobScore ATS.
Waiting for input…
Why people use JobScore
JobScore : Stop Digging Through ATS Folders for Candidate Data
With this Connector, you can just ask your AI agent to query the JobScore API directly. You get a clear summary of candidate statuses or job requirements in a single chat window, ending the need to hunt through folders.
What Vinkius changes
That it turns your ATS into a searchable, actionable database for your AI.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick Candidate Screening
A recruiter asks the agent to pull the resume highlights and status for a specific candidate ID.
- Real-world use case 02
Hiring Team Identification
A manager needs to know who owns the 'Backend Developer' role.
- Real-world use case 03
Source Effectiveness Analysis
A TA lead wants to know if LinkedIn is worth the spend.
Complete set · 10capabilities
The complete JobScore capability set.
These are the exact actions your AI can choose when you ask it to work with JobScore.
01—04
4 capabilities in this set.
Part of 10 available through JobScore.
- 01 Capability
List sources
Identifies where candidates come from, such as LinkedIn, referrals, or job boards. Use this to track marketing success.
- 02 Capability
Get candidate
Fetches a candidate's contact history, resume highlights, and current status. Use this to prep for interviews.
- 03 Capability
Get job
Retrieves specific job descriptions, requirements, and the IDs of the hiring team. Use this to share job details quickly.
- 04 Capability
Get me
Verifies your current connection status and returns your authenticated user information. Use this for basic setup checks.
05—07
3 capabilities in this set.
Part of 10 available through JobScore.
- 05 Capability
List candidates
Provides a full list of candidate names, IDs, and their current application stages. Use this to monitor your talent pool.
- 06 Capability
List departments
Lists all business units like Engineering or Marketing to help filter hiring data. Use this for organizational overviews.
- 07 Capability
List hiring teams
Shows all recruiters and hiring managers associated with your JobScore account. Use this to find the right point of contact.
08—10
3 capabilities in this set.
Part of 10 available through JobScore.
- 08 Capability
List jobs
Returns all active job titles, IDs, and departments across the organization. Use this to see your current openings.
- 09 Capability
List locations
Lists all office locations to help understand the geographical scope of your hiring. Use this for regional planning.
- 10 Capability
List users
Lists all team members and their roles within the JobScore account. Use this to manage permissions.
Set up in minutes
One URL. Then ask JobScore to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use JobScore 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_do0Lmz8NxmqEndPl3dSU0PzX2tyqVxLOBal91HJn/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 JobScore, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable JobScore for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_do0Lmz8NxmqEndPl3dSU0PzX2tyqVxLOBal91HJn/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 JobScore URL.
- Step 03
Save and start
Save the connection and enable JobScore in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"jobscore": {
"url": "https://edge.vinkius.com/vk_preview_do0Lmz8NxmqEndPl3dSU0PzX2tyqVxLOBal91HJn/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 JobScore
Open Agent mode in chat and ask: "Using JobScore, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"jobscore": {
"url": "https://edge.vinkius.com/vk_preview_do0Lmz8NxmqEndPl3dSU0PzX2tyqVxLOBal91HJn/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 JobScore
Ask Copilot: "Using JobScore, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"jobscore": {
"url": "https://edge.vinkius.com/vk_preview_do0Lmz8NxmqEndPl3dSU0PzX2tyqVxLOBal91HJn/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 JobScore
Open Cascade and ask: "Using JobScore, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"jobscore": {
"url": "https://edge.vinkius.com/vk_preview_do0Lmz8NxmqEndPl3dSU0PzX2tyqVxLOBal91HJn/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 JobScore
Ask Cline: "Using JobScore, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add jobscore --transport http "https://edge.vinkius.com/vk_preview_do0Lmz8NxmqEndPl3dSU0PzX2tyqVxLOBal91HJn/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 JobScore
Ask Claude: "Using JobScore, show me...". 10 tools are ready
Where the request belongs
Work JobScore can move forward.
This is for recruiters and HR professionals who are tired of manual data entry and want to use AI to navigate their candidate pipeline faster.
Technical Recruiter
Use this on a Tuesday afternoon to quickly pull resume highlights for five different candidates before a series of screening calls.
Talent Acquisition Manager
Use this to analyze which job boards are providing the highest quality candidates for the engineering department.
HR Operations Specialist
Use this to map out hiring teams across different departments to ensure every role has an assigned owner.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsApplicantStack
Manage your hiring process with ApplicantStack. track jobs, candidates, and hires via AI.
Wizehire
Manage candidates, job postings, and hiring stages via Wizehire directly from your AI agent.
CATS ATS
Manage recruitment workflows via CATS ATS. track candidates, job orders, and activities 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.
Firefish
Manage candidates, jobs, and companies through AI agents with Firefish Recruitment CRM.
Moka HR
Intelligent applicant tracking system (ATS). manage jobs, candidates, and interviews via AI.
Bring your own AI
Change the model, client or framework. Keep JobScore 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 JobScore.
The practical details behind the request, access and result.
Can the JobScore MCP help me manage my recruitment pipeline?
Yes. It connects your AI agent to your JobScore account so you can pull candidate statuses, browse job listings, and identify hiring teams in one place.
How does JobScore MCP make hiring faster for recruiters?
It removes the need to switch between your email, browser tabs, and ATS. You can ask your agent to summarize candidate highlights or find hiring managers instantly.
Can I use JobScore MCP to see where my candidates are coming from?
Yes. The Connector can pull data on your candidate sources, allowing you to see which platforms like LinkedIn or referrals are driving the most traffic.
Is JobScore MCP good for high-volume hiring?
It is ideal for high-volume environments because it allows you to quickly list all candidates and filter them by department or job title without manual searching.
What kind of data can my AI agent see with JobScore MCP?
Your agent can access job descriptions, requirements, candidate contact history, resume highlights, office locations, and department structures.
Does JobScore MCP work with Claude or Cursor?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf, making it easy to add to your existing AI workflow.
How do I get JobScore API credentials?
Log in to your JobScore account, navigate to Admin > Integrations, and generate a Personal Access Token.
Does it support departments and locations?
Yes, you can list all configured departments and office locations using this Connector.
Can I see candidate details?
Yes, the list_candidates and get_candidate capabilities provide access to your applicant data.
One connection away
Give your agent a direct line to JobScore.
Connect JobScore once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available