mcp-pinterest-brand-presence-mapper
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| map_pinterest_brand_presenceA | Resolve a company domain to its Pinterest business account and return EXACT follower, following, pin and board counts, plus the claimed website, verified merchant status and last pin date, as one flat Clay ready row. Pinterest serves real integers, so these counts can be summed across a list. Board count is a better activity signal than followers for a consumer brand, because boards are curation effort. Pinterest handles are rarely the domain stem, so a guessed account that fails the identity check is reported as identity_mismatch with no counts rather than returning a stranger's numbers. Read only; requires an APIFY_TOKEN and consumes Apify credits per call. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusing it with another. The tool's name and description clearly define its single purpose.
The single tool name follows a clear snake_case verb_noun pattern (map_pinterest_brand_presence) and is descriptive of its function. No inconsistencies exist.
One tool is below the typical 3-15 range, but the server's scope is extremely narrow: mapping a brand's Pinterest presence. This one comprehensive tool fully covers that scope without feeling unnecessarily thin.
The tool returns all core presence metrics (followers, following, pins, boards, claimed website, last pin date). Minor gaps exist, such as no batch processing or per-board drill-down, but the stated read-only mapping goal is well covered.