Connect Reddit Ads to an AI assistant
Connect Reddit Ads to Claude, ChatGPT, Codex or any MCP client, what to ask it once it is connected, and the 50 tools behind the answers.
Both readings are on this page.
For you
What the answer looks like, and what to type to get it.
Campaigns, ad groups, ads, communities and audience targeting, creative assets, catalogs and native reporting.
Connect itLink to this section
- Open Sources to review access status. Authorized operators can open connection setup; external assistants must wait until access is enabled.
- Approve the consent screen. The gateway stores an encrypted refresh token, never a password.
- Tick the accounts to expose. Nothing is readable until you do.
- Paste the endpoint into your assistant, or use the shared one for every platform at once.
https://mcp.getmcpads.com/reddit-ads/mcpWhat to askLink to this section
Report campaign performance for the last 30 days with native units.
Show configured targeting, audience inclusions and exclusions.
Prepare a campaign, group and ad, keeping everything paused.
Show the actual creative assets linked to ads.What answers each oneLink to this section
| Question | Tools |
|---|---|
| Report campaign performance for the last 30 days with native units. | reddit_, reddit_ |
| Show configured targeting, audience inclusions and exclusions. | reddit_, reddit_, reddit_ |
| Prepare a campaign, group and ad, keeping everything paused. | reddit_, reddit_, reddit_, reddit_create_ad |
| Show the actual creative assets linked to ads. | reddit_get_ads, reddit_ |
What it can changeLink to this section
Create and edit paused campaigns, ad groups and ads; import creative assets, manage posts, audience configuration and catalog products. Every write previews before confirmation.
For your agent
The tool sequence, the parameters that matter, and what will be refused.
Both readings as Markdown: /guides/sources/reddit-ads.md
- Platform id
reddit_ads- Tool prefix
reddit_- Account parameter
adAccountId- Dedicated endpoint
- https:/
/ mcp. getmcpads. com/ reddit-ads/ mcp - Tools
- 50, 19 of which write
- Announced by default
reddit_,get_ ad_ groups reddit_,get_ campaigns reddit_,get_ insights reddit_,get_ targeting reddit_,health_ check reddit_list_ ad_ creatives - Metrics
- 416, see /docs/sources/reddit-ads/metrics
- Dimensions
- 37, see /docs/sources/reddit-ads/dimensions
Scope requested from the platformLink to this section
| Scope | Grants | Allows writes |
|---|---|---|
adsread | Read authorized Reddit Ads accounts and reporting. External assistant access remains disabled pending Reddit clarification. | No |
adsedit | Manage Reddit campaigns, ad groups, ads, assets and supported audience/catalog configuration. Test workflows are implemented; production assistant access remains disabled. | Yes |
Reaching a tool that is not announcedLink to this section
search_tools({ task: "..." }) find it
describe_tool({ name: "..." }) read its schema
run_tool({ name, args }) execute, with the same checksWhat will refuse youLink to this section
- An account not ticked by the owner. Call
list_accountsand use aadAccountIdfrom it. - A write on a plan without writes. The tool is absent from the list and refused if called anyway.
- A write without
confirm: truereturns a preview and applies nothing. That is not an error. - A call to this platform on another platform's dedicated endpoint. The refusal names the URL that serves it.
Questions this source answersLink to this section
| Question | Tools, in order |
|---|---|
| Report campaign performance for the last 30 days with native units. | reddit_ then reddit_ |
| Show configured targeting, audience inclusions and exclusions. | reddit_ then reddit_ then reddit_ |
| Prepare a campaign, group and ad, keeping everything paused. | reddit_ then reddit_ then reddit_ then reddit_create_ad |
| Show the actual creative assets linked to ads. | reddit_get_ads then reddit_ |