Mcp Pinterest — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Pinterest (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server connector for Pinterest — search pins, manage boards, save pins, and follow users via Playwright browser automation.
npm install @striderlabs/mcp-pinterestSet environment variables:
export PINTEREST_EMAIL="[email protected]"
export PINTEREST_PASSWORD="your-password"
export PINTEREST_HEADLESS="true" # Set to "false" to see browser| Tool | Description |
|---|---|
search_pins | Search for pins by query |
get_pin_details | Get detailed info about a pin |
get_board | Get pins from a board |
get_user_boards | Get user's boards |
save_pin | Save a pin to a board |
create_board | Create a new board |
follow_user | Follow a Pinterest user |
get_home_feed | Get personalized home feed |
get_trending | Get trending pins |
get_my_boards | Get your boards |
Add to your MCP config:
{
"mcpServers": {
"pinterest": {
"command": "npx",
"args": ["@striderlabs/mcp-pinterest"],
"env": {
"PINTEREST_EMAIL": "your-email",
"PINTEREST_PASSWORD": "your-password"
}
}
}
}MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.