llms.txt Content
# DataMerge
> B2B Company and Contact Data Enrichment Platform
DataMerge enriches company and contact data for B2B sales and marketing. Given a company domain, it returns the actual **legal entity** registered to that domain — including official legal name, registered address, jurisdiction, and position in the **corporate hierarchy**. For multinationals, you can retrieve any entity in the corporate tree: the country-level subsidiary, the regional parent, or the global ultimate holding company.
DataMerge also finds and enriches contacts at companies (emails, phones, LinkedIn). Covers 375M+ companies globally.
**API base URL:** `https://api.datamerge.ai`
**Getting access:** DataMerge accounts are set up by our team. Book a call at https://meet.bot/vincent/datamerge and we will run a sample against your own data before you commit.
## Documentation
- [Documentation](https://www.datamerge.ai/docs/llms.txt): Complete DataMerge documentation — all endpoints, data models, workflows, and examples inlined in a single file
- [Quick Start](https://www.datamerge.ai/docs/quickstart.md): Get your first enrichment running in 5 minutes
- [Enrich Company](https://www.datamerge.ai/docs/enrich-company.md): Domains → full firmographic profiles
- [Find Contacts](https://www.datamerge.ai/docs/find-contacts.md): Contact search with job title and location filters
## API Reference
- [OpenAPI Schema (YAML)](https://api.datamerge.ai/schema): Full OpenAPI 3.0 spec — also at https://www.datamerge.ai/openapi.yaml
- [Interactive Docs (Redoc)](https://api.datamerge.ai/docs)
- [Swagger UI](https://api.datamerge.ai/swagger)
## MCP Server
DataMerge has a native MCP (Model Context Protocol) server — connect it to Claude Desktop, Cursor, Windsurf, or any MCP-compatible client:
- **Remote server:** `https://mcp.datamerge.ai` (streamable HTTP)
- **npm package:** `npm install @datamerge/mcp`
- **GitHub:** https://github.com/poolside-ventures/datamerge-mcp
- **Setup guide:** https://ww
OpenAPI Spec (preview)
{
"openapi": "3.0.3",
"info": {
"title": "DataMerge Company & Contact API",
"version": "1.0.0 (v1)"
},
"paths": {
"/v1/account/features": {
"get": {
"operationId": "Account Features",
"description": "Return the beta feature flags enabled for the authenticated user's account.",
"tags": [
"Account"
],
"security": [
{