mcp-pinterest-brand-presence-mapper
Pinterest Brand Presence Mapper MCP Server
用于 Apify 上 Mamba Labs Pinterest Brand Presence Mapper actor 的 MCP 服务器。
它能将公司域名解析为对应的 Pinterest 企业账户,并返回精确的粉丝数、关注数、Pin 数和画板数,以及认领的网站、已验证商家状态和最近一次 Pin 日期——全部合并为一行可直接用于 Clay 的扁平数据。Pinterest 返回的是真实整数,因此这些计数可以在列表里直接相加求和。对于消费品牌而言,画板数比粉丝数更能反映其活跃度,因为画板代表着持续收藏与策展的投入。Pinterest 的用户名很少与域名主干一致;因此,如果推测出的账户未通过身份校验,系统会报告为 identity_mismatch 且不返回任何计数,而不是返回一个陌生人的数字。本工具只读;需要 APIFY_APIFY_TOKEN,每次调用会消耗 Apify 额度。
快速开始
将此配置加入你的 MCP 客户端配置中:
{
"mcpServers": {
"mamba-pinterest-brand-presence-mapper": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-pinterest-brand-presence-mapper"],
"env": { "APIFY_TOKEN": "your-apify-token" }
}
}
}Related MCP server: Company Social Presence Mapper MCP Server
前提条件
Node.js 18 或更高版本
来自 console.apify.com/account/integrations 的 Apify API token
该 actor 按事件计费,每次调用都会消耗 Apify 额度。定价见 actor 页面。
示例提示
“brooklinen.com 在 Pinterest 上有多少粉丝和画板?”
“chewy.com 是 Pinterest 上的已验证商家吗?”
“比较 patagonia.com 和 article.com 在 Pinterest 上的画板数量。”
工具与输入
工具:map_pinterest_brand_presence
输入 | 类型 | 说明 |
| string | 裸公司域名,例如 shopify.com。提供此项或 handle。提供域名时,actor 会执行完整的发现流程;提供 handle 时,它会直接跳到对应 handle。 |
| string | 可选。提高搜索准确性;身份校验会根据它来比对发现的账户,因此提供此项可以减少错误匹配。 |
| string | 可选。Pinterest 用户名,格式为 |
| boolean | 为 |
| boolean | 为 |
读取输出
每一行都带有一个按平台区分的 _status 字段,并且这是应当最先读取的字段。整套 Mamba Labs 社交产品线使用相同状态词汇:
状态 | 含义 |
| 已抓取并解析,该值存在于输出中 |
| 我们查看过了,没有这样的账户 |
| 账户存在,但该值未暴露给我们 |
| 平台拒绝了访问,值得稍后重试 |
| 找到了真实账户,但它属于其他人 |
| 你未请求该平台的数据 |
false 和 null 永远不可混用。 false 表示我们查过了,答案是“没有”;null 表示我们无法查询。如果你想筛选“没有 Pinterest 账户”的公司,应当筛选 false,因为 null 行是未知数据,而不是“没有”。
Actor 完整文档
apify.com/mambalabs/pinterest-brand-presence-mapper
Mamba Labs GTM Suite
Mamba Labs 构建了一系列 GTM 丰富 actor,它们输出统一的扁平化、可直接用于 Clay 的数据格式,因此这些 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