mcp-meta-brand-presence-mapper
Instagram Threads Facebook Brand Presence Mapper MCP Server
Apify 上の Mamba Labs Instagram Threads Facebook Brand Presence Mapper アクターのための MCP サーバー。
企業ドメインを Instagram、Threads、Facebook のアカウントに解決し、フォロワー数と投稿数を取得します。
機能
企業ドメインを Instagram、Threads、Facebook のアカウントに解決し、フォロワー数と投稿数を、フラットな Clay 対応の1行として返します。Threads のハンドルは、解決済みの Instagram ハンドルから追加のディスカバリコストなしで導出されます。Instagram と Threads のカウントは Meta によって丸められ、行には丸められた整数とプラットフォーム独自の表示文字列の両方が含まれます。Facebook はベストエフォートです。Meta は匿名クライアントにログインウォールを表示するため、blocked は通常の応答であり、ゼロになることはありません。読み取り専用です。APIFY_TOKEN が必要で、呼び出しのたびに Apify クレジットを消費します。
Related MCP server: mcp-domain-to-linkedin-url-resolver
クイックスタート
MCP クライアント設定に次を追加します:
{
"mcpServers": {
"mamba-meta-brand-presence-mapper": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-meta-brand-presence-mapper"],
"env": { "APIFY_TOKEN": "your-apify-token" }
}
}
}前提条件
Node.js 18 以降
Apify API トークン(console.apify.com/account/integrations から取得)
このアクターは従量課金制で、呼び出しのたびに Apify クレジットを消費します。料金はアクターページをご覧ください。
プロンプト例
「glossier.com の Instagram と Threads のフォロワー数を取得して。」
「oatly.com は Threads を導入済み? 投稿数は?」
「everlane.com の Facebook ページを見つけて。」
ツールと入力
ツール: map_meta_brand_presence
入力 | 型 | 意味 |
| string | ベアの企業ドメイン(例: shopify.com)。これまたはハンドルを指定します。ドメインを指定するとアクターが完全なディスカバリを実行し、ハンドルを指定すると直接 |
| string | 任意。検索精度が向上し、アイデンティティゲートが検出したプロフィールを照合する際の基準にもなります。指定すると誤一致が減ります。 |
| string | 任意。先頭の @ の有無を問わない Instagram ハンドル。指定すると Instagram のディスカバリをスキップし、Threads のハンドルも無料で取得できます。Th |
| array | マッピングする Meta の3つのサーフェスのうちどれか。デフォルトは3つすべてです。Facebook を外すのが一般的です。最も信頼性が低く、また co |
| boolean | "true"(デフォルト)の場合、プロフィールページを取得してカウントを抽出します。プロフィール URL のみを解決するには "false" に設定します。安価で必 |
| boolean | "false"(デフォルト)の場合、成功したルックアップは7日間キャッシュされ再利用されます。強制的に再取得するには "true" に設定します。Clay 互換のため文字列として送信されます |
出力の読み方
各行にはプラットフォームごとの _status フィールドがあり、最初に読むべきフィールドです。語彙は Mamba Labs のソーシャルファミリー全体で共通です:
ステータス | 意味 |
| 取得・解析済み、値あり |
| 検索したがプロフィールが存在しない |
| プロフィールは存在するが、値が取得できない |
| プラットフォームに拒否された。後で再試行する価値あり |
| 実在するプロフィールを見つけたが、それは他人のもの |
| このプラットフォームはリクエストされていない |
false と null は決して同じ意味ではありません。 false は検索した結果「いいえ」という意味です。null は検索できなかったことを意味します。存在しない企業をフィルタリングする場合は、false でフィルタリングしてください。null の行は「不在」ではなく「不明」だからです。
アクターの完全なドキュメント
apify.com/mambalabs/meta-brand-presence-mapper
Mamba Labs GTM スイート
Mamba Labs は、フラットな Clay 対応出力形式を共有する GTM エンリッチメントアクター群を開発しています。そのため、クリーニング不要で company_domain をキーに行を結合できます。全アクター一覧: apify.com/mambalabs
ライセンス
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceDomain -> company intelligence for AI agents. Look up company name, country, contacts, and social profiles from any MCP-compatible client.5MIT
- AlicenseAqualityAmaintenanceResolves a company domain to its LinkedIn company page URL. Lightweight enrichment tool for sales and prospecting workflows.11082MIT
- AlicenseAqualityAmaintenanceMaps a company domain to its official social media URLs and follower counts across LinkedIn, X, Instagram, Facebook, and YouTube.1226MIT
- AlicenseAqualityCmaintenanceResolves TikTok handles or company domains to brand accounts, returning follower, like, video counts, verification status, and more.1MIT
Related MCP Connectors
Domain & brand intelligence: company enrichment, tech stack detection, brand research.
Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.
Free — no API key required. Enrich by domain or name. Country, contacts, social profiles.
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-meta-brand-presence-mapper'
If you have feedback or need assistance with the MCP directory API, please join our Discord server