mcp-pinterest-brand-presence-mapper
Pinterest 브랜드 존재감 매퍼 MCP 서버
Mamba Labs Pinterest 브랜드 존재감 매퍼 actor를 위한 MCP 서버입니다.
회사 도메인을 Pinterest 비즈니스 계정으로 변환하여 정확한 팔로워 수, 핀 수, 보드 수를 제공합니다.
기능
회사 도메인을 Pinterest 비즈니스 계정으로 변환하고 정확한 팔로워 수, 팔로잉 수, 핀 수, 보드 수를 반환하며, 연결된 웹사이트, 인증된 판매자 여부, 마지막 핀 날짜를 하나의 평면적인 Clay 준비 행(row)으로 제공합니다. Pinterest는 실제 정수를 제공하므로 이러한 수치를 목록 전체에 걸쳐 합산할 수 있습니다. 보드 수는 팔로워 수보다 소비자 브랜드의 활동 신호로 더 적합합니다. 그 이유는 보드가 큐레이션 노력의 결과이기 때문입니다. Pinterest 핸들은 도메인 본체와 일치하는 경우가 드물기 때문에, 추측한 계정이 신원 확인에 실패하면 수치 없이 identity_mismatch로 보고되며 낯선 사람의 수치를 반환하지 않습니다. 읽기 전용이며 APIFY_TOKEN이 필요하고 호출 시마다 Apify 크레딧을 소비합니다.
Related MCP server: Company Social Presence Mapper MCP Server
빠른 시작
MCP 클라이언트 구성에 다음을 추가하세요:
{
"mcpServers": {
"mamba-pinterest-brand-presence-mapper": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-pinterest-brand-presence-mapper"],
"env": { "APIFY_TOKEN": "your-apify-token" }
}
}
}사전 요구 사항
Node.js 18 이상
console.apify.com/account/integrations에서 발급받은 Apify API 토큰
이 actor는 이벤트당 과금되며 호출 시마다 Apify 크레딧을 소비합니다. 요금은 actor 페이지에서 확인할 수 있습니다.
예시 프롬프트
"brooklinen.com의 Pinterest 팔로워 수와 보드 수는 얼마인가요?"
"chewy.com은 Pinterest에서 인증된 판매자인가요?"
"patagonia.com과 article.com의 Pinterest 보드 수를 비교해 주세요."
도구 및 입력
도구: map_pinterest_brand_presence
입력 | 유형 | 의미 |
| string | 회사의 도메인 본체(예: shopify.com). 이 값 또는 핸들을 제공하세요. 도메인이 제공되면 actor가 전체 검색을 실행하고, 핸들이 제공되면 바로 해당 단계로 건너뜁니다. |
| string | 선택 사항. 검색 정확도를 높이며, 신원 확인 게이트가 발견된 프로필을 대조하는 기준이 되므로 잘못된 일치를 줄여줍니다. |
| string | 선택 사항. pinterest.com/의 Pinterest 사용자 이름. 핸들을 제공하면 검색을 건너뛰고, 더 중요하게는 신원 확인 위험을 건너뜁니다. |
| boolean | "true"(기본값)이면 프로필 페이지를 가져와 수치를 추출합니다. "false"로 설정하면 프로필 URL만 확인하므로 더 저렴하고 더 적은 요청이 필요합니다. |
| boolean | "false"(기본값)이면 성공적인 조회 결과를 7일간 캐시하여 재사용합니다. "true"로 설정하면 새로 가져오기를 강제합니다. Clay 호환성을 위해 문자열로 전송됩니다. |
출력 읽기
각 행에는 플랫폼별 _status 필드가 있으며, 이 필드를 먼저 읽어야 합니다. 용어는 Mamba Labs 소셜 제품군 전체에서 동일합니다:
상태 | 의미 |
| 가져오기 및 파싱 완료, 값이 존재함 |
| 조회했지만 해당 프로필이 없음 |
| 프로필은 존재하지만 값을 추출할 수 없음 |
| 플랫폼이 요청을 거부함, 나중에 재시도할 가치 있음 |
| 실제 프로필을 찾았지만 다른 사람의 것임 |
| 이 플랫폼을 요청하지 않음 |
false와 null은 결코 상호 교환할 수 없습니다. false는 조회했고 답이 '아니오'라는 뜻입니다. null은 조회할 수 없었다는 뜻입니다. 프로필이 없는 회사를 필터링하려면 null 행이 '없음'이 아니라 '알 수 없음'을 의미하므로 false로 필터링하세요.
전체 actor 문서
apify.com/mambalabs/pinterest-brand-presence-mapper
Mamba Labs GTM 제품군
Mamba Labs는 하나의 평면적인 Clay 준비 출력 규칙을 공유하는 GTM 강화 actor 제품군을 구축합니다. 따라서 해당 행들은 추가 정제 작업 없이 company_domain을 기준으로 조인할 수 있습니다. 전체 제품군: apify.com/mambalabs
라이선스
MIT
Maintenance
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
- AlicenseNot gradedqualityBmaintenanceDomain -> company intelligence for AI agents. Look up company name, country, contacts, and social profiles from any MCP-compatible client.5MIT
- AlicenseAqualityAmaintenanceMaps a company domain to its official social media URLs and follower counts across LinkedIn, X, Instagram, Facebook, and YouTube.1226MIT
- AlicenseAqualityAmaintenanceResolves any combination of company name, domain, or LinkedIn URL into the canonical company identity (name, domain, LinkedIn URL) with confidence scores and match method.1209MIT
- AlicenseAqualityCmaintenanceResolves TikTok handles or company domains to brand accounts, returning follower, like, video counts, verification status, and more.1MIT
Related MCP Connectors
Email-domain intelligence: MX capability, provider, disposable status, SPF, DMARC, and MTA-STS.
Verify business legitimacy by domain or name in <2s. Trust score, verdict, evidence. x402-payable.
Domain & brand intelligence: company enrichment, tech stack detection, brand research.
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-pinterest-brand-presence-mapper'
If you have feedback or need assistance with the MCP directory API, please join our Discord server