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.
Server Config
{
"mcpServers": {
"mamba-linkedin": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-domain-to-linkedin-url-resolver"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}