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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install datamerge - 安装完成后,直接呼叫该 Skill 的名称或使用
/datamerge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 382 次。
如何安装 DataMerge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install datamerge」即可一键安装,无需额外配置。
DataMerge 是免费的吗?
是的,DataMerge 完全免费(开源免费),可自由下载、安装和使用。
DataMerge 支持哪些平台?
DataMerge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DataMerge?
由 Poolside Ventures(@poolside-ventures)开发并维护,当前版本 v1.1.0。