Package Information
Documentation
n8n-nodes-merge
Community nodes for n8n that integrate with Merge products.
n8n is a fair-code licensed workflow automation platform.
Installation |
Nodes |
Credentials |
Compatibility |
Resources
Installation
Self-hosted n8n
Follow the installation guide in the n8n community nodes documentation. Use the following package name:
n8n-nodes-merge
n8n Cloud
- Go to Settings > Community Nodes
- Select Install a community node
- Enter
n8n-nodes-merge - Agree to the risks and click Install
Nodes
Merge Agent Handler Tool
Connects n8n AI agents to Merge Agent Handler Tool Packs via MCP (Model Context Protocol).
Merge Agent Handler gives your AI agents access to pre-built integrations across HRIS, ATS, CRM, Accounting, Ticketing, File Storage, and more — all through a single API. Instead of building and maintaining individual integrations, you configure a Tool Pack once and your AI agent gets access to all the tools it needs.
Key Concepts
Tool Packs are bundles of connectors that define which third-party integrations your AI agent can access. Each Tool Pack contains one or more connectors (e.g., Greenhouse, Salesforce, Jira) and exposes their capabilities as tools that an AI agent can call. You create and manage Tool Packs in the Merge Agent Handler dashboard.

Registered Users represent the identities whose third-party accounts have been pre-authenticated with Merge. A Registered User can be an end user in your system or a system-level service account — any identity that has authenticated connectors. When your AI agent calls a tool, it acts on behalf of a specific Registered User — using their authenticated connections to read or write data in the connected services. You manage Registered Users and their authenticated connectors in the Merge Agent Handler dashboard.

Prerequisites
- A Merge Agent Handler account
- An API key (Production or Test Access Key) from the Merge Agent Handler dashboard
- At least one Tool Pack created with connectors configured
- At least one Registered User with connectors pre-authenticated
Setup
In n8n, add the Merge Agent Handler Tool node to your workflow and connect it to an AI Agent node's Tool input

Create a new credential with your Merge Agent Handler API key (see Credentials)
Select a Tool Pack from the dropdown
Choose an Environment (Production or Test)
Select a Registered User from the dropdown

The node exposes all tools from the selected Tool Pack to the connected AI agent. The agent can then call any of the available tools to interact with the integrations configured in the Tool Pack.
Credentials
Merge Agent Handler API
To authenticate with Merge Agent Handler:
- Log in to the Merge Agent Handler dashboard
- Navigate to Settings > API Keys
- Copy your Production or Test Access Key
- In n8n, create a new Merge Agent Handler API credential and paste the key
Compatibility
- Requires n8n version 1.50.0 or later
- Tested with n8n v1.76.1
Resources
- Merge
- Merge Agent Handler Documentation
- Merge Agent Handler Dashboard
- n8n Community Nodes Documentation