mcp-meta-brand-presence-mapper
Instagram Threads Facebook Brand Presence Mapper MCP Server
MCP 服务器,用于 Apify 上的 Mamba Labs Instagram Threads Facebook Brand Presence Mapper actor。
将公司域名解析为它的 Instagram、Threads 和 Facebook 账号,并包含粉丝数和帖子数。
它能做什么
将公司域名解析为它的 Instagram、Threads 和 Facebook 账号,并返回粉丝数和帖子数,作为一条扁平、可直接导入 Clay 的记录。Threads 的 handle 由解析出的 Instagram 用户名直接得出,无需额外的发现成本。Instagram 和 Threads 的计数由 Meta 四舍五入,记录中同时包含四舍五入后的整数和平台自己的展示字符串。Facebook 是尽力而为:Meta 对匿名访客设置登录墙,因此 blocked 是该平台正常返回的答案,而绝不是零。该服务为只读;需要 APIFY_TOKEN,并且每次调用都会消耗 Apify Credits。
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 或更高版本
来自 console.apify.com/account/integrations 的 Apify API token
该 actor 按事件付费,每次调用消耗 Apify Credits。价格信息请actor 页面。
示例提示词
"获取 glossier.com 的 Instagram 和 Threads 粉丝数。"
"oatly.com 是否已采用 Threads?他们发布了几条帖子?"
"查找 everlane.com 的 Facebook 页面。"
工具与输入
工具:map_meta_brand_presence
输入 | 类型 | 含义 |
| string | 裸域名,例如 shopify.com。请提供此值或一个 handle。提供域名时,actor 会执行完整发现;提供 handle 时,它会直接跳转至 |
| string | 可选。提高搜索准确性,也是身份检查门锁定对已发现 profile 进行核对的依据,因此提供它可减少错误匹配。 |
| string | 可选。Instagram 用户名(可带或不带开头的 @)。提供它可跳过 Instagram 发现,并免费为 Threads 获得其 handle,因为 Th |
| array | 要映射三个 Meta 平台中的哪些。默认全部映射。放弃 Facebook 是常见选择:它是三者中最不可靠的,并且它 co |
| boolean | 当为“true”(默认)时,会获取并解析个人资料中的粉丝数。设置为“false”则仅解析个人资料 URL,成本更低且需要 |
| boolean | 当为“false”(默认)时,外部成功结果会被缓存并复用 7 天。设置为“true”会强制重新获取。以字符串形式发送以兼容 Clay compatibi |
解读输出
每行都包含一个按平台区分的 _status 字段,也是首先需要读取的字段。整个 Mamba Labs 社交产品线统一使用相同的词汇:
状态 | 含义 |
| 已抓取并解析,值已存在 |
| 我们查找过,但没有发现该 profile |
| profile 存在,但该值不在返回的数据中 |
| 平台拒绝了我们,是否有稍后重试的价值 |
| 找到了真实 profile,但它属于其他人 |
| 你没有请求此平台 |
false 和 null 永远不能互换。 false 表示我们查过,答案是“没有”;null 表示我们无法查询。如果你想筛选没有对应“存在”的公司,应筛选 false,因为 null 行代表“未知”,而非“缺失”。
完整的 actor 文档
apify.com/mambalabs/meta-brand-presence-mapper
Mamba Labs GTM Suite
Mamba Labs 构建了一套 GTM 数据增强 actor,它们共享统一的扁平化、直接可被 Clay 使用的输出格式,因此可以通过 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