Pinterest for your agents.
Connect Pinterest once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 16 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Pinterest.
What agents can do with Pinterest
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
pinterest_get_user_accountCheck the connection: returns the authenticated Pinterest user account.
pinterest_list_boardsList boards for the authenticated user. Use pageSize to limit results.
pinterest_get_boardFetch a board by id: its name, description, owner, pin count.
pinterest_list_board_pinsList pins on a board. Returns pin title, description, link, media, and destination URL.
pinterest_create_pinCreate a pin on a board. `board_id` and `media_source` are required. For image pins use media_source like {"source_type": "image_url", "url": "https://..."}.
pinterest_search_pinsSearch pins by keyword. Returns matching pins with their board and destination info.
pinterest_create_boardCreate a new board for the authenticated user.
pinterest_update_boardUpdate a board by ID.
pinterest_delete_boardDelete a board by ID.
pinterest_get_pinGet a pin by ID.
pinterest_update_pinUpdate a pin by ID.
pinterest_delete_pinDelete a pin by ID.
pinterest_list_user_followersList followers of the authenticated user.
pinterest_create_board_sectionCreate a section on a board.
pinterest_list_board_sectionsList sections on a board.
pinterest_search_boardsSearch boards by keyword.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Pinterest's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Pinterest app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Pinterest to Even: call connect_begin("pinterest") on the even-connect MCP and walk me through it.
Pinterest lists user boards and their pins, creates new pins with images and links, and searches pins by keyword.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.