LinkedIn Company Page Mapper MCP Server
LinkedIn Company Page Mapper MCP Server
Apify上にあるMamba Labsの LinkedIn Company Page Mapper アクター向けのMCPサーバーです。
企業のドメインをLinkedInページに解決し、正確なフォロワー数と公開企業属性(firmographics)を取得します。
機能
企業のドメインを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トークン
このアクターはイベントごとの課金で、呼び出しごとにApifyクレジットを消費します。料金は アクターページ をご覧ください。
プロンプト例
"gitlab.com のLinkedInフォロワー数は何人ですか?"
"stripe.com のLinkedInの業界、企業規模帯、本社所在地を取得してください。"
"notion.com、figma.com、gitlab.com をLinkedInフォロワー数の多い順にランク付けしてください。"
ツールと入力
ツール: map_linkedin_company_presence
入力 | 型 | 説明 |
| string | ドメインそのもの(例: shopify.com)。この値か |
| string | 任意です。検索精度を向上させ、identityチェックが発見したプロフィールを照合する基準にもなるため、指定すると誤マッチを減らせます。 |
| string | 任意です。linkedin.com/company/ の企業slug(例: shopify)。指定するとディスカバリーをスキップして、フェッチに直接進みます。 |
| boolean | "true"(デフォルト)の場合、プロフィールページを取得してカウントを抽出します。 |
| boolean |
|
| boolean |
|
出力の見方
各行にはプラットフォームごとの _status フィールドがあり、最初に確認すべきフィールドです。この用語はMamba Labsのソーシャル関連製品全体で共通しています。
ステータス | 意味 |
| 取得・解析済みで、値が存在します |
| 検索しましたが、そのようなプロフィールは存在しません |
| プロフィールは存在しますが、値が当社に提供されていません |
| プラットフォームに拒否されました。後で再試行する価値があります |
| 実際のプロフィールを見つけましたが、別の企業のものです |
| このプラットフォームは指定されていません |
false と null は決して同じ意味ではありません。 false は「確認した結果、存在しない」ことを意味します。null は「確認できなかった」ことを意味します。存在しない企業を絞り込む場合は、false でフィルタリングしてください。null の行は「不存在」ではなく「不明」だからです。
アクターの完全なドキュメント
apify.com/mambalabs/linkedin-company-presence-mapper
Mamba Labs GTM Suite
Mamba Labsでは、フラットでClayに対応した共通の出力形式を持つGTMエンリッチメントアクター群を構築しています。 company_domain をキーに、クリーニングなしで行を結合できます。全アクター一覧: apify.com/mambalabs
ライセンス
MU改革
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