DataMerge
/install datamerge
DataMerge
Connect to the DataMerge MCP server at https://mcp.datamerge.ai.
Auth
Call configure_datamerge with the user's API key before using any other tool. New users get 20 free credits at https://app.datamerge.ai.
Credits
- 1 credit: company enrichment, validated email
- 4 credits: mobile phone number
record_idretrieval (get_company, get_contact): free — always use this to re-fetch
Core workflows
Enrich a company
Use start_company_enrichment_and_wait for single domains — it polls automatically and returns when complete. Use start_company_enrichment + get_company_enrichment_result for batch jobs.
Find contacts
contact_searchwith target domains andenrich_fields: ["contact.emails"]- Poll
get_contact_search_statusuntilcompleted get_contactwith eachrecord_idto retrieve details (free)
Use job_titles to filter by seniority. Start with emails only — add "contact.phones" only if mobile numbers are explicitly needed (4× the cost).
Find lookalike companies
start_lookalikewithcompaniesFilters.lookalikeDomains(seed domains)- Poll
get_lookalike_statusuntilcompleted get_companywith eachrecord_id(free)
Company hierarchy
Enrich the company first to get a datamerge_id, then call get_company_hierarchy. Set include_names: true to get entity names (costs 1 credit).
Lists
create_listto save a group of companies or contacts- Pass
listslug to enrichment/search jobs to add results automatically get_list_itemsto retrieve saved records- Use
skip_if_exists: trueto avoid re-enriching duplicates
Tips
- Check
get_credits_balancebefore running large batch jobs global_ultimate: truereturns the top-level parent company instead of the subsidiarystrict_match: truerequires an exact domain match — use when precision matters over coverage
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install datamerge - After installation, invoke the skill by name or use
/datamerge - Provide required inputs per the skill's parameter spec and get structured output
What is DataMerge?
Enrich companies and find B2B contacts using the DataMerge MCP server (mcp.datamerge.ai). Use when the user needs company firmographic data, validated contac... It is an AI Agent Skill for Claude Code / OpenClaw, with 382 downloads so far.
How do I install DataMerge?
Run "/install datamerge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DataMerge free?
Yes, DataMerge is completely free (open-source). You can download, install and use it at no cost.
Which platforms does DataMerge support?
DataMerge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DataMerge?
It is built and maintained by Poolside Ventures (@poolside-ventures); the current version is v1.1.0.