Bing Ads from your shell.
Pull Microsoft Advertising performance (impressions, clicks, CTR, avg CPC, spend, conversions, revenue, impression share, Quality Score) at campaign, ad group, keyword, search-term, ad or geographic level, list campaigns and keywords, and push negatives, bids, budgets and status changes — all from Bash over the Bing Ads MCP. No SOAP client, no developer token of your own.
cogny --who
TWO PATHSThe Microsoft Advertising UI is a report builder with a queue, and the API is SOAP-first with a developer-token application. The CLI returns any report as JSON rows in one call — daily or summary, scoped to campaigns — ready to pipe, diff or schedule. Connect Bing 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 Bing 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 Bing Ads MCP. Send --input JSON, get JSON back.
mcp__Bing_Ads__tool_get_reportCampaign performance for a date range, one row per campaign.mcp__Bing_Ads__tool_get_reportSearch terms that spent without converting — the negative-keyword shortlist.mcp__Bing_Ads__tool_add_negative_keywordsAdd phrase negatives to a campaign.cogny tools list
MOREA sample of the rest of the Bing Ads surface. Run cogny tools list --json for every tool and its input schema.
mcp__Bing_Ads__tool_list_accountsmcp__Bing_Ads__tool_get_campaignsmcp__Bing_Ads__tool_get_ad_groupsmcp__Bing_Ads__tool_get_adsmcp__Bing_Ads__tool_get_keywordsmcp__Bing_Ads__tool_get_negative_keywordsmcp__Bing_Ads__tool_update_campaignmcp__Bing_Ads__tool_update_ad_groupmcp__Bing_Ads__tool_update_keywordsmcp__Bing_Ads__tool_update_ad_statusmcp__Bing_Ads__tool_create_campaignmcp__Bing_Ads__tool_create_ad_groupmcp__Bing_Ads__tool_add_keywordsmcp__Bing_Ads__tool_create_responsive_search_admcp__Bing_Ads__tool_remove_negative_keywordscogny --faq
No — it is the Cogny CLI calling the Bing Ads MCP over the cogny-mcp-proxy. You sign in with Microsoft once in Cogny, pick the ad accounts the workspace may use, and then call every tool from Bash. Cogny supplies the developer token, so you never apply for one.
The numeric `id` from tool_list_accounts — not the alphanumeric account number shown in the Microsoft Advertising UI. The proxy resolves the manager (customer) id for you.
Plain account-currency units (a 1.25 bid is 1.25 SEK or USD), the same for report Spend, AverageCpc and Revenue. Ctr and the impression-share columns are already percentages — 5.93 means 5.93 %.
related CLIs
Building an agent? The full tool map for all servers is one fetch: /cli/llms.txt