Skip to main content
mcpSource-backedReview first Safety Privacy

DataMerge MCP MCP Server for Claude

DataMerge native MCP server for B2B company enrichment, corporate hierarchies, contact search, and lookalike discovery across 375M+ companies via remote HTTP or local @datamerge/mcp stdio.

HarnessClaude CodeCursorClaude Desktop
Review first review before installing

Open the source and read safety notes before installing.

Safety notes

  • Contact search and enrichment can return personal emails and phone numbers; handle under privacy policy.
  • List create/delete tools mutate saved DataMerge collections in your account.
  • API keys in Authorization headers are billable credentials; never commit them to git.
  • Verify enrichment results before using them in automated CRM updates.

Privacy notes

  • Domains, executive names, and LinkedIn URLs sent to tools are processed by DataMerge APIs.
  • Store DATAMERGE_API_KEY in MCP headers or env vars, not in chat or public issues.
  • Mobile phone enrichment costs more credits and reveals sensitive contact data.

Prerequisites

  • DataMerge API key from https://app.datamerge.ai with available credits.
  • Claude with remote HTTP connectors or stdio MCP support for @datamerge/mcp.
  • Understanding that enrichment and contact lookups consume credits per successful record.
  • Patience for async jobs; many tools use start-and-poll or start_and_wait patterns.

Schema details

Install type
cli
Reading time
4 min
Difficulty score
35
Troubleshooting
Yes
Breaking changes
No
Source repository stats
Scope
Source repo
Collection metadata
Estimated setup
10 minutes
Difficulty
intermediate
Tool listing metadata
Full copyable content
{
  "mcpServers": {
    "datamerge": {
      "url": "https://mcp.datamerge.ai",
      "type": "http"
    }
  }
}

About this resource

Overview

DataMerge provides a native Model Context Protocol server for company and contact intelligence. AI agents can enrich domains, poll async jobs, fetch corporate hierarchies, search decision-makers, and discover lookalike companies without bespoke integration code.

Documentation is at datamerge.ai/docs/mcp.md. The remote endpoint is https://mcp.datamerge.ai; local stdio mode uses the @datamerge/mcp npm package.

Features

  • Company enrichment with async job polling and wait helpers.
  • Corporate hierarchy traversal for parents, subsidiaries, and global ultimate owners.
  • Contact search and enrichment by title, location, LinkedIn URL, or name plus domain.
  • Lookalike company discovery from seed domains or companies.
  • Credits balance and health-check tools.
  • Saved list management for companies and contacts.

Use Cases

  • Enrich a target account list before a quarterly territory review.
  • Map Stripe's corporate hierarchy for vendor risk analysis.
  • Find CFO and CTO contacts at a mid-market SaaS company.
  • Build a lookalike list from five seed domains in the same ICP.
  • Check remaining credits before a large batch enrichment job.

Installation

Remote HTTP (Cursor, Claude, Windsurf)

{
  "mcpServers": {
    "datamerge": {
      "url": "https://mcp.datamerge.ai",
      "headers": {
        "Authorization": "Token your-api-key"
      }
    }
  }
}

Local stdio

claude mcp add datamerge --env DATAMERGE_API_KEY=your-api-key -- npx -y @datamerge/mcp

Claude Code remote shortcut

claude mcp add --transport http datamerge https://mcp.datamerge.ai

Add the Authorization: Token header in your client auth settings.

Configuration

{
  "mcpServers": {
    "datamerge": {
      "url": "https://mcp.datamerge.ai",
      "type": "http",
      "headers": {
        "Authorization": "Token YOUR_DATAMERGE_API_KEY"
      }
    }
  }
}

You can also call configure_datamerge per session if the key is not preset.

Examples

Enrich a domain

Enrich stripe.com and return legal entity, country, and employee count.

Hierarchy lookup

Show the full corporate hierarchy for Shopify including subsidiaries.

Contact search

Find the CEO and CTO at shopify.com and return verified email addresses if available.

Security

  • Failed lookups typically cost zero credits, but successful enrichment still exposes sensitive business data.
  • Restrict API keys to users who may export contact information.
  • Rotate keys if they appear in MCP debug logs.

Troubleshooting

401 or configure_datamerge prompts

Set DATAMERGE_API_KEY or pass the key through configure_datamerge.

Jobs stuck in pending

Poll with get_company_enrichment_result or use start_company_enrichment_and_wait for simpler flows.

Missing hierarchy nodes

Some private or regional entities may be absent from vendor coverage; verify with a second source.

Windsurf config shape

Windsurf uses serverUrl instead of url; see DataMerge docs for client-specific JSON.

Source citations

Add this badge to your README

Show that DataMerge MCP MCP Server for Claude is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/mcp/datamerge-mcp-mcp-server.svg)](https://heyclau.de/entry/mcp/datamerge-mcp-mcp-server)

How it compares

DataMerge MCP MCP Server for Claude side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.

FieldDataMerge MCP MCP Server for Claude

DataMerge native MCP server for B2B company enrichment, corporate hierarchies, contact search, and lookalike discovery across 375M+ companies via remote HTTP or local @datamerge/mcp stdio.

Open dossier
DataForB2B MCP Server for Claude

DataForB2B remote MCP server exposing people and company search, enrichment, and agentic discovery over 800M+ profiles and 75M+ companies via streamable HTTP.

Open dossier
AdAdvisor MCP Server for Claude

Hosted AdAdvisor MCP server with curated Meta Ads workflows for browsing creatives, launching campaigns, building audiences, and optimizing performance from Claude via streamable HTTP.

Open dossier
Agentic Terminal Directory MCP Server for Claude

AT Directory hosted MCP server for discovering Observer Protocol–verified merchants accepting Lightning, BOLT12, L402, and USDT agentic payments with live rail verification.

Open dossier
Trust
Install riskReview firstReview firstReview firstReview first
Notes Safety Privacy Safety Privacy Safety Privacy Safety Privacy
Categorymcpmcpmcpmcp
Sourcesource-backedsource-backedsource-backedsource-backed
AuthorDataMergeDataForB2BAdAdvisorObserver Protocol
Added2026-06-142026-06-142026-06-142026-06-14
Platforms
Claude CodeCursorClaude Desktop
Claude CodeClaude Desktop
Claude CodeClaude Desktop
Claude CodeClaude Desktop
Source repo
Safety notesContact search and enrichment can return personal emails and phone numbers; handle under privacy policy. List create/delete tools mutate saved DataMerge collections in your account. API keys in Authorization headers are billable credentials; never commit them to git. Verify enrichment results before using them in automated CRM updates.People search and enrichment tools can return emails, titles, and employer metadata; handle as regulated personal data. Agentic search may issue broader queries than manual filters; review results before automated outreach. Bearer tokens grant billable API access; store them in MCP headers or env vars, not in chat. Do not use exported contact data for unsolicited outreach that violates local privacy laws.Workflow tools can create or modify Meta Ads campaigns, ad sets, creatives, and audiences when your token has write scope. Bearer tokens grant persistent account access until revoked in AdAdvisor or Meta Business settings. Treat returned spend, conversion, and audience data as business-sensitive before sharing in chat exports. Verify AI-proposed budget or targeting changes before approving tool calls on live ad accounts.The directory indexes merchant claims and attestations; verify rails before sending funds. `verify_payment_endpoint` probes live endpoints but agents still pay merchants directly. Tier 1 merchants are self-attested; prefer Tier 2+ records for high-value purchases. Never share private keys or wallet seeds through MCP chat sessions.
Privacy notesDomains, executive names, and LinkedIn URLs sent to tools are processed by DataMerge APIs. Store DATAMERGE_API_KEY in MCP headers or env vars, not in chat or public issues. Mobile phone enrichment costs more credits and reveals sensitive contact data.Search filters, domains, and profile identifiers are processed by DataForB2B and its data vendors. API keys are credentials; rotate them if exposed in logs, issues, or shared connector configs. Data is sourced from publicly available and verified sources per DataForB2B compliance statements.Account IDs, campaign names, creative assets, and performance metrics are sent to AdAdvisor and Meta APIs. Store adv_sk_ API keys in connector headers or secrets managers, not in chat logs or source control. AdAdvisor may retain usage telemetry under its platform terms; review privacy policy before connecting production accounts.Search queries and merchant IDs may appear in Agentic Terminal logs. Payment transactions occur directly with merchants, not through the directory. Optional credentials link your agent identity for rate-limit and review features.
Prerequisites
  • DataMerge API key from https://app.datamerge.ai with available credits.
  • Claude with remote HTTP connectors or stdio MCP support for @datamerge/mcp.
  • Understanding that enrichment and contact lookups consume credits per successful record.
  • Patience for async jobs; many tools use start-and-poll or start_and_wait patterns.
  • DataForB2B API key with an active credit plan from https://dataforb2b.ai.
  • Claude Pro, Team, or Enterprise with Connectors support, or another MCP client with remote HTTP transport.
  • Compliance review for GDPR and CCPA obligations when exporting people or company data.
  • Understanding that each successful search or enrichment consumes credits.
  • AdAdvisor account with Meta Ads connected and an API key (adv_sk_...) for MCP authentication.
  • Claude Pro, Team, or Enterprise with Connectors support, or another MCP client with streamable HTTP connectors.
  • Meta Ads account permissions sufficient for the campaigns and assets you plan to query or modify.
  • Review of AdAdvisor pricing and plan limits before enabling write workflows in production accounts.
  • MCP client with streamable HTTP connector support.
  • Understanding that the directory is discovery-only—not in the payment path.
  • Optional Observer Protocol DirectoryAccessCredential for higher rate limits and write access.
  • Wallet or payment rail tooling separate from the directory for actual checkout.
Install
claude mcp add --transport http datamerge https://mcp.datamerge.ai
claude mcp add --transport http dataforb2b https://mcp.dataforb2b.ai/mcp
claude mcp add --transport http adadvisor https://api.adadvisor.ai/mcp
claude mcp add --transport http at-directory https://mcp.agenticterminal.ai/mcp
Config
{
  "mcpServers": {
    "datamerge": {
      "url": "https://mcp.datamerge.ai",
      "type": "http",
      "headers": {
        "Authorization": "Token YOUR_DATAMERGE_API_KEY"
      }
    }
  }
}
{
  "mcpServers": {
    "dataforb2b": {
      "url": "https://mcp.dataforb2b.ai/mcp",
      "type": "http",
      "headers": {
        "Authorization": "Bearer YOUR_DATAFORB2B_API_KEY"
      }
    }
  }
}
{
  "mcpServers": {
    "adadvisor": {
      "url": "https://api.adadvisor.ai/mcp",
      "type": "http",
      "headers": {
        "Authorization": "Bearer adv_sk_YOUR_KEY"
      }
    }
  }
}
{
  "mcpServers": {
    "at-directory": {
      "url": "https://mcp.agenticterminal.ai/mcp",
      "type": "http",
      "headers": {
        "Authorization": "Bearer YOUR_DIRECTORY_ACCESS_CREDENTIAL"
      }
    }
  }
}
Citations
ClaimUnclaimedUnclaimedUnclaimedUnclaimed

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.