Skip to main content
Glama

mcp-pinterest

pinterest_search

Retrieve Pinterest images by keyword using the MCP server. Specify search terms, result limit, and browser mode for targeted image searches.

Instructions

Search for images on Pinterest by keyword

Input Schema

NameRequiredDescriptionDefault
headlessNoWhether to use headless browser mode (default: true)
keywordYesSearch keyword
limitNoNumber of images to return (default: 10)

Input Schema (JSON Schema)

{ "properties": { "headless": { "default": true, "description": "Whether to use headless browser mode (default: true)", "type": "boolean" }, "keyword": { "description": "Search keyword", "type": "string" }, "limit": { "default": 10, "description": "Number of images to return (default: 10)", "type": "integer" } }, "required": [ "keyword" ], "type": "object" }

Other Tools from mcp-pinterest

Related Tools

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/terryso/mcp-pinterest'

If you have feedback or need assistance with the MCP directory API, please join our Discord server