Skip to main content
Glama
mambalabsdev

mcp-tiktok-brand-presence-mapper

by mambalabsdev

TikTok Brand Presence Mapper MCP Server

Smithery Glama score npm version npm downloads license

用于 Apify 上 Mamba Labs TikTok Brand Presence Mapper actor 的 MCP 服务器。

将 TikTok handle 或公司域名解析为品牌账号,并返回粉丝数、点赞数和视频数。

它做什么

将 TikTok handle 或公司域名解析为该品牌在 TikTok 上的官方账号。返回粉丝数、关注数、点赞数、视频数、认证状态、显示名称、个人简介以及账号在个人简介中的外链,并作为一行可直接供 Clay 使用的扁平化数据输出。大约一万以上的计数会被 TikTok 四舍五入记录,并且这一行里会标识这一点。一个猜测出的账号如果没有通过身份校验,就会被报告为 identity_mismatch,且不返回计数,而不是被当作该公司的账号返回。入为已分析;需要 APIFY_TOKEN,并且每次调用都会消耗 Apify 积分。

Related MCP server: Company Identity Resolver MCP Server

快速开始

将以下内容添加到你的 MCP 客户端配置:

{
  "mcpServers": {
    "mamba-tiktok-brand-presence-mapper": {
      "command": "npx",
      "args": ["-y", "@mambalabsdev/mcp-tiktok-brand-presence-mapper"],
      "env": { "APIFY_TOKEN": "your-apify-token" }
    }
  }
}

前置条件

该 actor 按事件付费,每次调用消耗 Apify 积分。定价请参见 actor 页面

示例提示词

  • “Gymshark 在 TikTok 上有多少粉丝?”

  • “查找 allbirds.com 的 TikTok 账号,并告诉我它是否已认证。”

  • “检查 patagonia.com 在 TikTok 上是否有任何存在。”

工具与输入

工具:map_tiktok_brand_presence

输入

类型

含义

handle

string

TikTok handle,可带或不带前导 @,例如 shopify。这是主要输入:在 14 个官方 B2B 网站只有 4 个会声明 TikTok 链接,因此

company_domain

string

裸公司域名,例如 shopify.com。当您没有 handle 时,用它来查找 handle,并在发现阶段对其进行身份核实。

company_name

string

可选。可提高搜索准确性,也是身份门对已发现账号进行核实的依据。

includeFollowerCounts

boolean

当为 “true”(默认)时,会抓取个人资料页并提取计数。设为 “false” 只解析个人资料 URL,这会便宜很多,且需要

skipCache

boolean

当为 “false”(默认)时,成功查找会被缓存七天并复用。设为 “true” 可强制进行新抓取。以字符串形式发送,以保证与 Clay 兼容。

escalateOnBlock

boolean

TikTok 通过廉价的数据中心路由响应大多数请求,同时只用机器人检测页面阻止少数请求。当为 “true”(默认)时,被阻止的抓取会被重试。

解析输出

每一行都有 _status 字段,它是我们首先要读取的字段。从语言建构上看,整个 Mamba Labs 社交产品线基本相同:

Status

Meaning

ok

抓取并解析正常,该值存在

not_found

我们访问过了,但没有这样的 profile

not_extractable

profile 存在,但我们并没有从其数据流中获取该值

blocked

平台拒绝了这次请求,值得稍后重试

identity_mismatch

我们找到了一个真实的账号,但该账号属于其他人

skipped

你未请求该平台

falsenull 是两种完全不同的含义。false 表示我们查找过且结果是“没有”。null 表示我们无法查找。如果你的过滤器要筛出没有公司在场的信息,应该用 false 过滤,因为 null 行代表着“未知状态”,而不是“不存在”。

完整的 actor 文档

apify.com/mambalabs/tiktok-brand-presence-mapper

Mamba Labs GTM Suite

Mamba Labs 构建了一套 GTM 数据增强的 actor,它们输出采用统一扁平、可直接由 Clay 消费的格式,因此所有行只要按 company_domain 去重即可、不需要清理步骤。完整家族:apify.com/mambalabs

许可证

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Checks username availability and retrieves account information across major social media platforms including YouTube, TikTok, Threads, X (Twitter), and Instagram, perfect for brand name qualification and competitive research.
    18
    6
    18
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Resolves any combination of company name, domain, or LinkedIn URL into the canonical company identity (name, domain, LinkedIn URL) with confidence scores and match method.
    1
    209
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables resolving a company domain to its Instagram, Threads, and Facebook accounts with follower and post counts.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Creator discovery & analytics across YouTube, Instagram, TikTok (30M+) + brand/sponsor intel.

  • Search brands and retrieve design assets, company data, other brand context from Brandfetch's API

  • Find and analyze influencers with creator search, lookalikes, profiles, posts, and transcripts.

View all MCP Connectors

Latest Blog Posts

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-tiktok-brand-presence-mapper'

If you have feedback or need assistance with the MCP directory API, please join our Discord server