Skip to main content
Glama
N-Graves

pinterest-mcp-server

by N-Graves

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_READ_ONLYNoRefuse anything that changes state. Set to 1 to enable.0
MCP_NO_DESTRUCTIVENoAllow writes, refuse anything irreversible or chargeable. Set to 1 to enable.0
PINTEREST_BASE_URLNoDefaults to https://api.pinterest.com/v5. Point at https://api-sandbox.pinterest.com/v5 for the sandbox.https://api.pinterest.com/v5
PINTEREST_ACCESS_TOKENYesRequired. An OAuth2 access token for your app.
PINTEREST_AD_ACCOUNT_IDNoOptional. 148 operations are scoped to an ad account; set this and it is filled in when omitted.

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pinterest_list_operationsA

Browse the Pinterest API — 263 of 266 operations are reachable here. 131 of them are advertising and need an ad account; the rest are the organic surface (pins, boards, media, search, analytics). Use this to find an operation id for pinterest_call.

pinterest_callC

Call any Pinterest operation by id. ad_account_id is filled in from PINTEREST_AD_ACCOUNT_ID when you leave it out.

pinterest_get_meD

The authenticated Pinterest account.

pinterest_list_boardsC

Boards belonging to the authenticated account.

pinterest_list_pinsC

Pins belonging to the authenticated account.

pinterest_create_pinA

Create a pin on one of your boards. The image must be a publicly reachable URL — Pinterest fetches it server-side, so a local file path will not work.

pinterest_get_pin_analyticsC

How a pin has performed. Reads only, so it works under MCP_READ_ONLY.

pinterest_search_my_pinsC

Search your own pins by term.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/N-Graves/pinterest-mcp-server'

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