LinkedIn Company Page Mapper MCP Server
LinkedIn Company Page Mapper MCP Server
用于 Apify 上 Mamba Labs LinkedIn Company Page Mapper actor 的 MCP 服务器。
将公司域名解析到其 LinkedIn 页面,并获取精确的关注者数量和公开的企业画像信息。
功能
将公司域名解析到其 LinkedIn 公司页面,并返回精确的关注者数量,以及 LinkedIn 在公开页面上发布的行业、声明的公司规模区间、总部、成立年份和专业领域。LinkedIn 渲染每一个数字,因此与大多数社交平台不同,这些计数可以跨列表求和。所有内容都来自未登录的页面:无需登录、无需会话 cookie、无需供应商。员工列表、员工增长和帖子互动在未登录状态下无法访问,因此不会返回。猜测的 slug 如果解析到不同的公司,将报告为 identity_mismatch。只读;需要 APIFY_TOKEN,每次调用消耗 Apify 积分。
快速开始
将此添加到您的 MCP 客户端配置中:
{
"mcpServers": {
"mamba-linkedin-company-presence-mapper": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-linkedin-company-presence-mapper"],
"env": { "APIFY_TOKEN": "your-apify-token" }
}
}
}前提条件
Node.js 18 或更高版本
来自 console.apify.com/account/integrations 的 Apify API 令牌
该 actor 按事件付费,每次调用消耗 Apify 积分。定价请参见 actor 页面。
示例提示
"gitlab.com 有多少 LinkedIn 关注者?"
"获取 stripe.com 的 LinkedIn 行业、规模区间和总部信息。"
"按 LinkedIn 关注者数量对这些域名进行排名:notion.com、figma.com、gitlab.com。"
工具和输入
工具:map_linkedin_company_presence
Input | Type | Meaning |
| string | 裸公司域名,例如 shopify.com。提供此域名或 handle。使用域名时,actor 会运行完整发现;使用 handle 时,它会直接跳到 |
| string | 可选。提高搜索准确性,并且是身份门检查已发现配置文件的依据,因此提供它可以减少错误匹配。 |
| string | 可选。来自 linkedin.com/company/ 的公司 slug,例如 shopify。提供它可跳过发现并直接进行获取。 |
| boolean | 当为 "true"(默认)时,会获取配置文件页面并提取计数。设置为 "false" 仅解析配置文件 URL,这更便宜且需要 |
| boolean | 当为 "false"(默认)时,成功的查找会缓存七天并重复使用。设置为 "true" 强制重新获取。以字符串形式发送以兼容 Clay |
| boolean | 当为 "true"(默认)时,行业、公司规模区间、总部、成立年份和网站会与关注者数量一起从页面解析。设置为 "f |
读取输出
每一行都带有每个平台的 _status 字段,这是首先要读取的字段。整个 Mamba Labs 社交产品系列的词汇表是相同的:
Status | Meaning |
| 已获取并解析,值存在 |
| 我们查找过,但没有这样的配置文件 |
| 配置文件存在,但值不在我们可获取的范围内 |
| 平台拒绝了我们,值得稍后重试 |
| 我们找到了一个真实的配置文件,但它属于其他人 |
| 您没有请求此平台 |
false 和 null 永远不可互换。 false 表示我们查找过,答案是否定的。null 表示我们无法查找。如果您要筛选没有存在的公司,请筛选 false,因为 null 行是未知的,而不是不存在的。
完整的 actor 文档
apify.com/mambalabs/linkedin-company-presence-mapper
Mamba Labs GTM 套件
Mamba Labs 构建了一系列 GTM 丰富化 actor,它们共享一个扁平的、Clay 就绪的输出约定,因此它们的行可以按 company_domain 连接,无需清理步骤。完整系列:apify.com/mambalabs
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Domain & brand intelligence: company enrichment, tech stack detection, brand research.
Free — no API key required. Enrich by domain or name. Country, contacts, social profiles.
Coresignal MCP — LinkedIn-adjacent company + employee data (coresignal.com)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mambalabsdev/mcp-linkedin-company-presence-mapper'
If you have feedback or need assistance with the MCP directory API, please join our Discord server