# Pinterest Ads MCP Server

Delivery and catalogue reporting, targeting analytics, audience insights, billing.

| | |
| --- | --- |
| Dedicated endpoint | `https://mcp.getmcpads.com/pinterest-ads/mcp` |
| Tools | 31, 5 of which write |
| Metrics | 91 |
| Dimensions | 36 |

Writes: Pause, resume or archive a campaign or ad group. Change a campaign or ad group budget. Create a campaign, always paused.

## What you can ask

### Spend, CPA and ROAS by campaign across all four platforms, last 7 days against the 7 before.

One request, four APIs. Each platform's insights tool plans its own query, then the assistant lines the rows up in a single table.

Tools: `meta_get_insights`, `google_ads_get_insights`, `tiktok_get_insights`, `pinterest_run_report`

### Break Pinterest performance down by product group and by SKU.

Routes the catalogue report through Pinterest's async reporting when the window is too wide for the sync endpoint, then returns the rows.

Tools: `pinterest_run_catalog_report`, `pinterest_run_conversion_product_report`

### Put the whole Pinterest account on hold until Monday.

Lists the active campaigns, then pauses them one by one after the preview. Archived campaigns are left alone.

Tools: `pinterest_get_account_entities`, `pinterest_update_campaign_status`

## Metric families

Web (23), Core (19), Calculated (14), Conversion (14), Engagement (14), App (4), Video (3)

## Dimension families

Id (19), Targeting (14), Time (3)

## Playbooks that use it

- https://www.getmcpads.com/guides/cross-platform-report.md
- https://www.getmcpads.com/guides/budget-reallocation.md

## Full reference

- [Pinterest Ads MCP API reference](https://www.getmcpads.com/docs/sources/pinterest-ads): All 31 tools, with every parameter and what it accepts.
- [Metrics](https://www.getmcpads.com/docs/sources/pinterest-ads/metrics): 91 metrics, each with the field name it maps to.
- [Dimensions](https://www.getmcpads.com/docs/sources/pinterest-ads/dimensions): 36 ways to break a report down, with their constraints.
- [Set up Pinterest Ads](https://www.getmcpads.com/guides/sources/pinterest-ads): Connecting the account, and what to ask once it is connected.
