Reddit Ads from your shell.
Pull Reddit Ads reporting at campaign, ad group, or ad level, inspect targeting options and custom audiences, and push budget or status changes — all from Bash over the Reddit Ads MCP. No Ads API client to build.
cogny --who
TWO PATHSReddit Ads Manager makes you build a report, pick a breakdown, and export CSV per view. The CLI returns IMPRESSIONS, CLICKS, CTR, CPC, SPEND, and conversion metrics at the level you ask for as JSON in one call. Connect Reddit Ads once in Cogny Solo and let your coding agent — or scheduled reports — do the querying for you.
❯ start SoloSelf-onboard with one command. The CLI issues a key, wires nothing, and exposes every Reddit Ads tool over JSON-RPC. First 15 calls are free.
$ npx @cogny/cli init --agent claude-codecogny tools call
3 EXAMPLESReal tool names from the Reddit Ads MCP. Send --input JSON, get JSON back.
mcp__Reddit_Ads__tool_get_reportingPerformance metrics at campaign, ad group, ad, or account level.mcp__Reddit_Ads__tool_get_campaignsList campaigns with status, objective, and budget.mcp__Reddit_Ads__tool_update_campaign_statusActivate or pause a campaign.cogny tools list
MOREA sample of the rest of the Reddit Ads surface. Run cogny tools list --json for every tool and its input schema.
mcp__Reddit_Ads__tool_list_ad_accountsmcp__Reddit_Ads__tool_get_ad_groupsmcp__Reddit_Ads__tool_get_adsmcp__Reddit_Ads__tool_get_targeting_optionsmcp__Reddit_Ads__tool_get_custom_audiencesmcp__Reddit_Ads__tool_get_conversion_eventsmcp__Reddit_Ads__tool_update_campaign_budgetmcp__Reddit_Ads__tool_update_ad_group_targetingmcp__Reddit_Ads__tool_create_campaigncogny --faq
No — it is the Cogny CLI calling the Reddit Ads MCP over the cogny-mcp-proxy. You authenticate once via Cogny (OAuth handled for you) and then call every tool from Bash. No Ads API app or access token to manage.
Yes. tool_get_reporting takes a level of campaign, ad_group, ad, or account, plus DAY/HOUR/TOTAL granularity and optional client-side ID filters.
Yes — that is the point. `npx @cogny/cli init --agent claude-code` issues a key, then `cogny tools call mcp__Reddit_Ads__tool_get_reporting --input ...` works from any shell. No /mcp wiring or restart needed.
related CLIs
Building an agent? The full tool map for all servers is one fetch: /cli/llms.txt