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.
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
- Scope
- Source repo
- Estimated setup
- 10 minutes
- Difficulty
- intermediate
- Website
- https://www.datamerge.ai
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
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.
| Field | 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. 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 risk | Review first | Review first | Review first | Review first |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Category | mcp | mcp | mcp | mcp |
| Source | source-backed | source-backed | source-backed | source-backed |
| Author | DataMerge | DataForB2B | AdAdvisor | Observer Protocol |
| Added | 2026-06-14 | 2026-06-14 | 2026-06-14 | 2026-06-14 |
| Platforms | Claude CodeCursorClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop |
| Source repo | — | — | — | — |
| 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. | ✓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 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. | ✓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 |
|
|
|
|
| Install | | | | |
| Config | | | | |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.