← Back to search
65
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
ai-tools llms-txtopenapiapiemail

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 65/100

            

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": [ {