Homerun Connector for AI agents.
11 live capabilities
Manage your candidate pipeline and job applications directly through your AI agent.
Waiting for input…
Why people use Homerun
Homerun for Automated Recruitment Tracking
With this Connector, you can handle your entire recruitment pipeline through a simple conversation with your AI agent. Instead of navigating menus, you just tell your agent to move a candidate, fetch their notes, or update their status. You get a faster, more fluid way to manage your talent pipeline without the manual overhead.
What Vinkius changes
You get a voice-controlled interface for your entire recruitment database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick status updates during a call
A hiring manager is on a call and asks their agent to move candidate 554433 to the 'hired' stage using update_job_application.
- Real-world use case 02
Retrieving notes for a final review
A recruiter asks the agent to fetch all notes and sources for a specific candidate using get_job_application.
- Real-world use case 03
Mass filtering of active roles
An ops lead asks the agent to list all active job applications for a specific vacancy ID using list_job_applications.
Complete set · 11capabilities
The complete Homerun capability set.
These are the exact actions your AI can choose when you ask it to work with Homerun.
01—04
4 capabilities in this set.
Part of 11 available through Homerun.
- 01 Capability
Create job application
Create a new job application record for a candidate. It lets you build new profiles quickly.
- 02 Capability
Get vacancy
Retrieve detailed information about a specific job vacancy. It shows all the specifics of an open role.
- 03 Capability
List job applications
Get a list of all job applications with filters. You can sort by stage or vacancy status.
- 04 Capability
List vacancies
View all current job vacancies in your account. This gives you a high level view of open roles.
05—08
4 capabilities in this set.
Part of 11 available through Homerun.
- 05 Capability
Ping
Test your Homerun API connection. Use this to make sure your credentials work.
- 06 Capability
Upload job application photo
Add an applicant photo to their profile. This helps put a face to the name in your records.
- 07 Capability
Create job application note
Add a specific note to an existing job application. Use this to log interview feedback.
- 08 Capability
Delete job application
Remove a job application from your records. It helps keep your database clean.
09—11
3 capabilities in this set.
Part of 11 available through Homerun.
- 09 Capability
Get job application
Fetch full details for a specific job application. You can see notes, sources, and answers here.
- 10 Capability
Update job application
Change details or the stage of a job application. Move candidates to 'Hired' or 'Rejected' easily.
- 11 Capability
Upload job application file
Attach a resume or assignment file to an application. It links documents directly to the candidate.
Set up in minutes
One URL. Then ask Homerun to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Homerun 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_RTaFfNnI05vlXHbsZinaCxoXAYkJYCEqj3erlqos/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 Homerun, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Homerun for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_RTaFfNnI05vlXHbsZinaCxoXAYkJYCEqj3erlqos/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 Homerun URL.
- Step 03
Save and start
Save the connection and enable Homerun in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"homerun": {
"url": "https://edge.vinkius.com/vk_preview_RTaFfNnI05vlXHbsZinaCxoXAYkJYCEqj3erlqos/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 Homerun
Open Agent mode in chat and ask: "Using Homerun, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"homerun": {
"url": "https://edge.vinkius.com/vk_preview_RTaFfNnI05vlXHbsZinaCxoXAYkJYCEqj3erlqos/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 Homerun
Ask Copilot: "Using Homerun, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"homerun": {
"url": "https://edge.vinkius.com/vk_preview_RTaFfNnI05vlXHbsZinaCxoXAYkJYCEqj3erlqos/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 Homerun
Open Cascade and ask: "Using Homerun, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"homerun": {
"url": "https://edge.vinkius.com/vk_preview_RTaFfNnI05vlXHbsZinaCxoXAYkJYCEqj3erlqos/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 Homerun
Ask Cline: "Using Homerun, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add homerun --transport http "https://edge.vinkius.com/vk_preview_RTaFfNnI05vlXHbsZinaCxoXAYkJYCEqj3erlqos/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 Homerun
Ask Claude: "Using Homerun, show me...". 11 tools are ready
Where the request belongs
Work Homerun can move forward.
This is for the recruiter who is tired of manual data entry and the hiring manager who needs quick access to candidate notes during live calls.
Recruiter
Moves candidates through the pipeline and updates application statuses during high-volume hiring cycles.
Hiring Manager
Retrieves candidate notes and interview feedback while preparing for a final decision.
HR Operations Lead
Monitors vacancy statuses and candidate flows across different departments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFountain
Automate high-volume hiring, manage applicant funnels, and track hiring goals via AI agents with Fountain.
Breezy HR
Manage your recruitment process via Breezy HR. track candidates, positions, and stages directly from any AI agent.
Pinpoint
Automate recruitment and talent acquisition via Pinpoint. manage jobs, applications, candidates, and interviews directly from any AI agent.
ApplicantStack
Manage your hiring process with ApplicantStack. track jobs, candidates, and hires via AI.
Firefish
Manage candidates, jobs, and companies through AI agents with Firefish Recruitment CRM.
Greenhouse
Manage your recruiting pipeline via Greenhouse. list candidates, track applications, and audit jobs directly via AI.
Bring your own AI
Change the model, client or framework. Keep Homerun 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 Homerun.
The practical details behind the request, access and result.
How does the Homerun MCP help with my hiring process?
It lets you manage your candidate pipeline using natural language. You can move people between stages, fetch interview notes, and update job applications without leaving your AI chat window.
Can I use the Homerun MCP to upload resumes?
Yes, you can ask your agent to attach resumes or assignment files directly to a specific job application record.
Will the Homerun MCP keep my candidate notes organized?
Absolutely. You can ask your agent to retrieve specific notes or create new ones for any candidate, ensuring all feedback is stored in one place.
Can I filter applications using the Homerun MCP?
Yes, you can ask your agent to list applications based on their current stage, specific vacancy, or whether they have been disqualified.
Is the Homerun MCP good for high-volume recruiting?
It's perfect for high-volume work because it removes the need to click through a dashboard for every single update, saving you significant time on data entry.
Does the Homerun MCP support multiple vacancies?
Yes, it can list all your current vacancies or pull up specific details for any individual role in your account.
Can I filter job applications to see only those who have been hired?
Yes! Use the list_job_applications capability and set the stage parameter to 'hired'. You can also combine this with hired_after to see recent hires.
How do I retrieve the full profile and notes for a specific candidate?
Use the get_job_application capability with the specific job_application_id. To see notes, ensure you include 'notes' in the include parameter.
Is it possible to move a candidate to a different stage via the AI?
Absolutely. Use the update_job_application capability and provide the new stage name within the stage JSON object (e.g., {"name": "interview"}).
One connection away
Give your agent a direct line to Homerun.
Connect Homerun once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available