Connect to the DataMerge MCP server at https://mcp.datamerge.ai.
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.
record_id retrieval (get_company, get_contact): free — always use this to re-fetchUse 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.
contact_search with target domains and enrich_fields: ["contact.emails"]get_contact_search_status until completedget_contact with each record_id to 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).
start_lookalike with companiesFilters.lookalikeDomains (seed domains)get_lookalike_status until completedget_company with each record_id (free)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).
create_list to save a group of companies or contactslist slug to enrichment/search jobs to add results automaticallyget_list_items to retrieve saved recordsskip_if_exists: true to avoid re-enriching duplicatesget_credits_balance before running large batch jobsglobal_ultimate: true returns the top-level parent company instead of the subsidiarystrict_match: true requires an exact domain match — use when precision matters over coverage共 2 个版本