Merge (Unified Integration API) Connector for AI agents.
8 live capabilities
Manage B2B data across CRM, HRIS, and ATS systems in one place.
Waiting for input…
Why people use Merge (Unified Integration API)
Merge for Unified B2B Data Management
With this Connector, you just ask your agent for a summary of your hiring pipeline and current support volume. You get a clean list of candidates and open tickets in one chat window. It turns a multi-tab headache into a single conversation.
What Vinkius changes
You get a single way to query all your B2B data without manual context switching.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quickly summarizing support volume
A product manager wants to know how many high-priority tickets are open in Zendesk.
- Real-world use case 02
Auditing regional HRIS data
An HR lead needs to see the employee list for three different countries.
- Real-world use case 03
Tracking the hiring pipeline
A recruiter wants to see the status of the last 5 candidates in the ATS.
Complete set · 8capabilities
The complete Merge (Unified Integration API) capability set.
These are the exact actions your AI can choose when you ask it to work with Merge (Unified Integration API).
01—04
4 capabilities in this set.
Part of 8 available through Merge (Unified Integration API).
- 01 Capability
List applications
See all job applications within your ATS. Use this to track the progress of various open roles.
- 02 Capability
List accounts
Pull customer accounts from your CRM. Use this to see your full portfolio of active clients.
- 03 Capability
List tickets
See inbound and outbound tickets from your support board. This keeps you updated on customer issues.
- 04 Capability
Get account details
See the boundaries and meta-configs of your linked accounts. Use this to audit your current integration state.
05—08
4 capabilities in this set.
Part of 8 available through Merge (Unified Integration API).
- 05 Capability
List contacts
Get a list of external contacts from your CRM. This is great for building out a business directory.
- 06 Capability
List employees
Get a list of all active employees from your linked HRIS. This helps you quickly see your current headcount.
- 07 Capability
List companies
See all companies mapped in your HRIS. Use this to understand your organizational structure.
- 08 Capability
List candidates
Pull a list of recruited candidates from your ATS. It helps you keep an eye on your hiring pipeline.
Set up in minutes
One URL. Then ask Merge (Unified Integration API) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Merge (Unified Integration API) 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_RTk0yVGvdWBQ4xdxBT0AT5yMpyjMWvbsF0SQraFg/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 Merge (Unified Integration API), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Merge (Unified Integration API) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_RTk0yVGvdWBQ4xdxBT0AT5yMpyjMWvbsF0SQraFg/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 Merge (Unified Integration API) URL.
- Step 03
Save and start
Save the connection and enable Merge (Unified Integration API) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"merge-unified-integration-api": {
"url": "https://edge.vinkius.com/vk_preview_RTk0yVGvdWBQ4xdxBT0AT5yMpyjMWvbsF0SQraFg/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 Merge (Unified Integration API)
Open Agent mode in chat and ask: "Using Merge (Unified Integration API), help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"merge-unified-integration-api": {
"url": "https://edge.vinkius.com/vk_preview_RTk0yVGvdWBQ4xdxBT0AT5yMpyjMWvbsF0SQraFg/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 Merge (Unified Integration API)
Ask Copilot: "Using Merge (Unified Integration API), help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"merge-unified-integration-api": {
"url": "https://edge.vinkius.com/vk_preview_RTk0yVGvdWBQ4xdxBT0AT5yMpyjMWvbsF0SQraFg/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 Merge (Unified Integration API)
Open Cascade and ask: "Using Merge (Unified Integration API), help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"merge-unified-integration-api": {
"url": "https://edge.vinkius.com/vk_preview_RTk0yVGvdWBQ4xdxBT0AT5yMpyjMWvbsF0SQraFg/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 Merge (Unified Integration API)
Ask Cline: "Using Merge (Unified Integration API), help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add merge-unified-integration-api --transport http "https://edge.vinkius.com/vk_preview_RTk0yVGvdWBQ4xdxBT0AT5yMpyjMWvbsF0SQraFg/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 Merge (Unified Integration API)
Ask Claude: "Using Merge (Unified Integration API), show me...". 8 tools are ready
Where the request belongs
Work Merge can move forward.
This is for the RevOps manager who is drowning in spreadsheets, the HR lead trying to track headcount across multiple regions, and the developer who needs to verify data schemas without digging through API docs.
RevOps Manager
Pulls sales contact lists and account details to prep for quarterly reviews.
HR Specialist
Checks employee lists and company data across different regional HRIS platforms.
Product Manager
Audits customer integration health and ticket volumes from various support boards.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFinch
Connect Finch to automate HRIS and Payroll integration. list employees, retrieve employment data, and manage pay statements directly from your AI agent.
Humaans
Manage employees, leaves, and organization data via Humaans HRIS API.
Beisen (iTalentX)
Comprehensive HR cloud platform. manage employees, attendance, and recruitment via AI.
WebHR
Manage employees, attendance, and recruitment on WebHR with AI agents.
Sapling (Kallidus)
Manage employee onboarding, data, and tasks via Sapling API.
BrioHR
Orchestrate BrioHR management. retrieve employee profiles, monitor leave, and integrate claim reports directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Merge 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 Merge.
The practical details behind the request, access and result.
Can the Merge MCP connect to multiple CRMs at once?
Yes, it connects to your Merge.dev account, which can already manage hundreds of different integrations including Salesforce, HubSpot, and Pipedrive.
Does the Merge MCP work with my specific HRIS?
If your HRIS is supported by Merge.dev (like Workday or BambooHR), then this Connector can access that data.
How does the Merge MCP help with hiring?
It lets your agent pull candidate lists and job applications directly from your ATS, making it easier to track your talent pipeline.
Can I use the Merge MCP to see my support tickets?
Yes, it can pull both inbound and outbound tickets from platforms like Zendesk or Jira.
Is my data secure with the Merge MCP?
The Connector uses your existing Merge.dev account permissions, ensuring that your agent only sees the data you've already authorized.
What kind of data can I pull using the Merge MCP?
You can pull employee lists, company info, sales contacts, customer accounts, and support tickets.
Which integrations does Merge support through the unified API?
Merge supports over 150+ integrations across HRIS (BambooHR, Workday), ATS (Lever, Greenhouse), CRM (Salesforce, HubSpot), and Ticketing (Zendesk, Jira). Your agent can access all of them using the same standardized capabilities once the accounts are linked in Merge.
How do I target a specific customer's data through the agent?
Each request requires a MERGE_ACCOUNT_TOKEN which uniquely identifies a linked account (e.g., a specific customer's integration). By providing this token along with your API key, your agent can retrieve data exclusively from that customer's connected platform.
Can my agent list candidates from my ATS and support tickets from Zendesk at the same time?
Yes. Since Merge unifies multiple categories, your agent can use the list_candidates and list_tickets capabilities in the same conversation to bridge data from different functional areas of your business instantly.
One connection away
Give your agent a direct line to Merge.
Connect Merge once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available