mcp-meta-brand-presence-mapper
Instagram Threads Facebook Brand Presence Mapper MCP 서버
Apify의 Mamba Labs Instagram Threads Facebook Brand Presence Mapper 액터용 MCP 서버입니다.
회사 도메인을 인스타그램, 스레드, 페이스북 계정으로 확인하여 팔로워 수와 게시물 수를 제공합니다.
하는 일
회사 도메인을 인스타그램, 스레드, 페이스북 계정으로 확인하여 팔로워 수와 게시물 수를 하나의 평면적인 Clay 준비(row) 형태로 제공합니다. 스레드 핸들은 추가 검색 비용 없이 확인된 인스타그램 핸들에서 파생됩니다. 인스타그램과 스레드 수치는 Meta에 의해 반올림되며, 행에는 반올림된 정수와 플랫폼 자체 표시 문자열이 모두 포함됩니다. 페이스북은 최선 방식(best effort)입니다. Meta는 익명 클라이언트에게 로그인 벽을 제공하므로 차단은 0이 아닌 정상적인 응답입니다. 읽기 전용이며 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 이상
console.apify.com/account/integrations에서 발급받은 Apify API 토큰
이 액터는 이벤트당 과금되며 호출할 때마다 Apify 크레딧을 사용합니다. 요금은 액터 페이지에서 확인할 수 있습니다.
예시 프롬프트
"glossier.com의 인스타그램과 스레드 팔로워 수를 가져와 줘."
"oatly.com이 스레드를 도입했는지, 게시물이 몇 개인지 알려줘."
"everlane.com의 페이스북 페이지를 찾아줘."
도구 및 입력
도구: map_meta_brand_presence
입력 | 유형 | 의미 |
| string | 도메인만 있는 회사 도메인(예: shopify.com). 이 값 또는 핸들을 입력하세요. 도메인을 입력하면 액터가 전체 검색을 수행하고, 핸들을 입력하면 검색을 건너뜁니다. |
| string | 선택 사항. 검색 정확도를 높이며, ID 게이트가 발견된 프로필을 대조하는 기준이 되므로 제공하면 잘못된 일치가 줄어듭니다. |
| string | 선택 사항. 앞에 @가 있거나 없는 인스타그램 핸들. 이 값을 제공하면 인스타그램 검색을 건너뛰고 스레드 핸들도 자동으로 제공되므로, 스레드 검색도 건너뜁니다. |
| array | 매핑할 세 가지 Meta 표면 중 어떤 것을 선택할지 지정합니다. 기본값은 세 가지 모두입니다. 페이스북을 제외하는 것이 일반적입니다. 페이스북은 세 가지 중 가장 신뢰도가 낮고 비용이 많이 들기 때문입니다. |
| boolean | "true"(기본값)이면 프로필 페이지를 가져와 개수를 추출합니다. "false"로 설정하면 프로필 URL만 확인하는데, 이는 더 저렴하고 필요한 경우에만 사용하세요. |
| 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 강화(enrichment) 액터 제품군을 구축합니다. 따라서 별도의 정리 단계 없이 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