Merge.dev
Use Merge linked accounts and common model APIs across HRIS, ATS, CRM, accounting, ticketing, and file storage.
Tools
| Name | Description |
|---|---|
list_linked_accountsList Merge linked accounts for a unified API category. | List Merge linked accounts for a unified API category. |
create_link_tokenCreate a Merge Link token for connecting an end user. | Create a Merge Link token for connecting an end user. |
retrieve_account_tokenExchange a Merge public token for a linked account token. | Exchange a Merge public token for a linked account token. |
list_common_model_recordsList records from a Merge common model endpoint such as employees, tickets, contacts, or invoices. | List records from a Merge common model endpoint such as employees, tickets, contacts, or invoices. |
get_common_model_recordGet a single Merge common model record by ID. | Get a single Merge common model record by ID. |
create_common_model_recordCreate a record in a Merge common model endpoint when the model supports writes. | Create a record in a Merge common model endpoint when the model supports writes. |
update_common_model_recordUpdate a record in a Merge common model endpoint when supported. | Update a record in a Merge common model endpoint when supported. |
delete_common_model_recordDelete a record in a Merge common model endpoint when supported. | Delete a record in a Merge common model endpoint when supported. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('merge-dev', 'list_linked_accounts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'merge-dev',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Merge.dev to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Merge.dev support?
Merge.dev supports 8 tools including List Linked Accounts, Create Link Token, Retrieve Account Token, List Common Model Records, Get Common Model Record, and more.
Can I use Merge.dev with AI agents?
Yes. Add Merge.dev to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Merge.dev be used in stateful agent workflows?
Yes. Agents can combine Merge.dev tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Merge.dev use?
Merge.dev uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Merge.dev integration cost?
The Merge.dev integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Merge.dev in minutes
Get 20,000 free action executions every month. No credit card required.