Domain To Linkedin Url Resolver
About
Turns a company domain or name into its LinkedIn company URL with a confidence score, headcount, industry, and HQ. Part of the Mamba Labs signal toolkit.
Details
- Author
- mambalabsdev
- Downloads
- 328
- Categories
- Web Scraping, Other
Jump to
- High-accuracy domain to LinkedIn URL resolution
- Confidence scoring to indicate match reliability
- Returns firmographics: headcount, industry, headquarters
- Flat JSON output ready for Clay column mapping
- Fills gaps where native enrichment providers miss
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Domain To Linkedin Url ResolverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Pass a company domain or name to the server. It returns the LinkedIn company page URL plus firmographic data and a confidence score. You must configure the server with your Apify token.
resolve_linkedin_url
Resolve a company domain or name to its LinkedIn company URL. Returns the LinkedIn URL with a confidence score, plus firmographics such as employee count, industry, and headquarters, and social links, as a flat, Clay-ready JSON row. Provide at least one of company_domain or company_name. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"domain to linkedin url resolver": {
"mamba-linkedin": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-domain-to-linkedin-url-resolver"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}
}
McpServers
{
"mamba-linkedin": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-domain-to-linkedin-url-resolver"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
Domain to LinkedIn URL Resolver MCP Server
An MCP server that resolves a company domain or name to its LinkedIn company URL. It wraps the Mamba Labs Domain to LinkedIn URL Resolver actor on Apify and returns a Clay-ready flat JSON row to any MCP client.
- What it does
- Quick start
- Prerequisites
- Example prompts
- Inputs
- Output
- Example output
- Features
- Full actor documentation
- Mamba Labs GTM Suite
- License
Give it a company domain or a company name and it finds the matching LinkedIn company page, with a confidence score so you know how much to trust it. You also get firmographics such as employee count, industry, and headquarters, plus social links, all in one flat row ready for Clay, a CRM, or an AI agent workflow. All of the resolution runs on Apify. This package is a thin client that calls the actor and hands back the result.
You need Node.js 18 or newer and an Apify account with an API token.
{ "mcpServers": { "mamba-linkedin-resolver": { "command": "npx", "args": ["-y", "@mambalabsdev/mcp-domain-to-linkedin-url-resolver"], "env": { "APIFY_TOKEN": "your-apify-token" } } } }
Get your token athttps://console.apify.com/account/integrations, paste it in, and restart Claude Desktop. Theresolve_linkedin_urltool will be available.
- Node.js 18 or newer
- An Apify account with an API token
- "Find the LinkedIn page for stripe.com."
- "What is the LinkedIn company URL for openai.com? Include the confidence score."
- "Resolve the company named Figma to its LinkedIn URL and firmographics."
- "Get the LinkedIn URL, employee count, and industry for datadoghq.com."
- company_domain(optional): the bare company domain, nohttps://and no trailing slash. Example:stripe.com
- company_name(optional): the company name.
Provide at least one of the two. If both are given, the domain takes priority.
The tool returns the actor's flat JSON row, including the resolved LinkedIn company URL, a confidence score, firmographics such as employee count, industry, and headquarters, and social links. See the Apify Store page for the full output schema.
{ "company_domain": "linear.app", "company_name": "Linear", "linkedin_company_url": "https://www.linkedin.com/company/linear-app", "linkedin_slug": "linear-app", "resolution_method": "google_search", "confidence": "high", "industry": "Software Development", "employee_count_approx": "201", "hq_location": "San Francisco, California, United States", "run_date": "2026-05-28" }
- Google search plus URL pattern matching for high accuracy
- Fixes the LinkedIn URL gaps in Clay native enrichment
- Confidence scoring (high, medium, low) and resolution_method
- Firmographics (employee count, industry, HQ) plus social links
This server is a thin client and holds no resolution logic. For the complete input and output reference, pricing, and run history, see the Apify Store page:
https://apify.com/mambalabs/domain-to-linkedin-url-resolver
This server is part of theMamba Labs GTM Suite, a fleet of twelve specialized MCP servers for go-to-market signal intelligence, each backed by a dedicated Apify actor.
Built by Mamba Labs.https://apify.com/mambalabs
B2B lead generation MCP server - Apollo, Google Maps, email finder, skip trace, and 15+ more tools.
MCP server for the B2B database service Limadata
AI-powered lead generation from Google Maps. Search businesses, enrich with emails/phones/socials, score leads 0-100, export CSV. Free alternative to Apollo.io. No API keys required.
Give your AI agent access to 60M+ companies and 300M+ verified contacts. Enrich leads, find work emails, discover tech stacks, and identify buying intent — directly from Claude, Cursor, Windsurf, or any MCP-compatible AI agent.
Identifies the sales and marketing tools a company uses from its website, returned as simple per-tool flags. Part of the Mamba Labs signal toolkit.
Access and manage LinkedIn data and user accounts using the HorizonDataWave API.
Icypeas MCP allows agents to source leads in a gigantic +575M lead database, and enrich these leads with emails
Scrape LinkedIn profiles and companies, get recommended jobs, and perform job searches.
Collection of B2B sales intelligence MCP servers. Includes website analysis, tech stack detection, hiring signals, review aggregation, ad tracking, social profiles, financial reporting and more for AI-powered prospecting
Find buying signals for companies and contacts
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




