What is Domain to LinkedIn URL Resolver?
Domain to LinkedIn URL Resolver is an MCP server that turns a company domain or name into its LinkedIn company URL with a confidence score, headcount, industry, and headquarters location. It fixes the 15 to 20 percent miss rate in native Clay LinkedIn enrichment by using a multi-signal resolution approach.
How to use Domain to LinkedIn URL Resolver?
Pass a company domain or company name to the server. It resolves the LinkedIn company page URL and returns firmographic data alongside a confidence score. Configure it with your Apify token in the server config.
Key features of Domain to LinkedIn URL Resolver
- High-accuracy domain to LinkedIn URL resolution
- Confidence scoring so you know when to trust the match
- Returns firmographics: headcount, industry, headquarters
- Flat JSON output ready for Clay column mapping
- Fills the gap where native enrichment providers miss
Use cases of Domain to LinkedIn URL Resolver
- Data enrichment: fill LinkedIn URL gaps in your CRM or Clay table
- List building: start from domains and resolve to full LinkedIn company profiles
- Firmographic enrichment: get headcount and industry alongside the URL
- Clay enrichment: add LinkedIn URL and firmographics as columns in one step
FAQ from Domain to LinkedIn URL Resolver
How accurate is the resolution? The server uses a multi-signal approach with confidence scoring. High-confidence matches are reliable. Low-confidence results are flagged so you can review them.
What data comes back besides the URL? Headcount, industry, headquarters location, and a confidence score.
Do I need an Apify account? Yes. The server runs on Apify infrastructure. You need an Apify token, which you can get from a free Apify account.
Can I use this with Clay? Yes. The output is a flat JSON row that maps directly to Clay columns.
Part of the Mamba Labs signal toolkit. See the full suite: https://github.com/mambalabsdev/mcp-gtm-suite.
Server Config
{
"mcpServers": {
"mamba-linkedin": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-domain-to-linkedin-url-resolver"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}