Skip to main content
Glama
mambalabsdev

mcp-tiktok-brand-presence-mapper

by mambalabsdev

TikTok 브랜드 존재감 매퍼 MCP 서버

Smithery Glama score npm version npm downloads license

Mamba Labs TikTok 브랜드 존재 여부 매퍼 Apify 액터용 MCP 서버입니다.

TikTok 핸들이나 회사 도메인을 팔로워, 좋아요, 동영상 수가 포함된 브랜드 계정으로 변환합니다.

기능

TikTok 핸들이나 회사 도메인을 해당 브랜드의 공식 TikTok 계정으로 변환합니다. 팔로워, 팔로잉, 좋아요, 동영상 수, 인증 상태, 표시 이름, 소개, 계정의 외부 바이오 링크를 하나의 평면적인 Clay 준비 행으로 반환합니다. 약 1만 개 이상의 수치는 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" }
    }
  }
}

사전 요구 사항

이 액터는 이벤트당 과금되며 호출당 Apify 크레딧을 소비합니다. 요금은 액터 페이지에 있습니다.

예시 프롬프트

  • "Gymshark의 TikTok 팔로워는 몇 명인가요?"

  • "allbirds.com의 TikTok 계정을 찾아 인증 여부를 알려주세요."

  • "patagonia.com에 TikTok 존재 여부가 있는지 확인해 주세요."

도구 및 입력

도구: map_tiktok_brand_presence

입력

유형

의미

handle

string

앞에 @가 있거나 없는 TikTok 핸들입니다(예: shopify). 이는 기본 입력입니다. B2B 홈페이지 14곳 중 4곳만 TikTok 링크를 선언하므로,

company_domain

string

회사 도메인만 입력합니다(예: shopify.com). 핸들이 없을 때 핸들을 찾고, 발견이 추정한 핸들을 신원 확인하는 데 사용됩니다.

company_name

string

선택 사항입니다. 검색 정확도를 높이며, 신원 게이트가 발견된 계정을 대조하는 기준입니다.

includeFollowerCounts

boolean

"true"(기본값)일 때 프로필 페이지를 가져와 수치를 추출합니다. "false"로 설정하면 프로필 URL만 해석하며, 더 저렴하고 필요

skipCache

boolean

"false"(기본값)일 때 성공적인 조회는 7일간 캐시되어 재사용됩니다. "true"로 설정하면 새로 가져옵니다. Clay 호환성을 위해 문자열로 전송됩니다.

escalateOnBlock

boolean

TikTok은 대부분의 요청에 저렴한 데이터센터 라우팅으로 응답하며 소수는 봇 감지 페이지로 차단합니다. "true"(기본값)일 때 차단된 가져오기는 다시 시도됩니다.

출력 읽기

모든 행에는 플랫폼별 _status 필드가 있으며, 이 필드를 먼저 읽어야 합니다. 어휘는 Mamba Labs 소셜 제품군 전체에서 동일합니다:

상태

의미

ok

가져오고 파싱했으며 값이 존재함

not_found

조회했지만 해당 프로필이 없음

not_extractable

프로필은 존재하지만 값이 우리에게 전달되지 않음

blocked

플랫폼이 요청을 거부했으며 나중에 다시 시도할 가치가 있음

identity_mismatch

실제 프로필을 찾았지만 다른 사람의 것임

skipped

이 플랫폼을 요청하지 않음

falsenull은 절대 서로 바꿔 쓸 수 없습니다. false는 조회했고 답이 아니라는 뜻입니다. null은 조회할 수 없었다는 뜻입니다. 존재하지 않는 회사를 필터링할 때는 false로 필터링하세요. null 행은 부재가 아니라 미확인 상태이기 때문입니다.

전체 액터 문서

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

Mamba Labs GTM 제품군

Mamba Labs는 하나의 평평한 Clay 준비 출력 규칙을 공유하는 GTM 강화 액터 제품군을 구축하며, 그 행은 정리 단계 없이 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