Add Microsoft Advertising (Bing Ads) third-party MCP plugin - #320
Open
SamSokolin wants to merge 1 commit into
Open
Add Microsoft Advertising (Bing Ads) third-party MCP plugin#320SamSokolin wants to merge 1 commit into
SamSokolin wants to merge 1 commit into
Conversation
New plugin pointing at Microsoft's hosted Microsoft Advertising (Bing Ads) MCP server, https://partner.api.bingads.microsoft.com/ext/mcp/vnext with the OpenBeta tool set, per Microsoft's MCP setup guide. Microsoft does not publish a shared OAuth client, so the plugin takes the user's own Microsoft Entra app registration client ID as a plugin variable and authenticates as a public client with PKCE, requesting https://ads.microsoft.com/msads.manage and offline_access. No secrets are stored in the plugin. Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
third_party/microsoft-ads, a marketplace plugin for Microsoft's official hosted Microsoft Advertising MCP server, mirroring the structure ofthird_party/x-ads.https://partner.api.bingads.microsoft.com/ext/mcp/vnext?toolSetNames=OpenBeta— the same URL Microsoft documents for VS Code and Claude.CLIENT_IDplugin variable (the user's own Entra app registration) and authenticates as a public client with PKCE. Scopes:https://ads.microsoft.com/msads.manage,offline_access. No client secret and no invented credentials.msads.managedelegated permission), plugin configuration, the read-only open-beta tool set (GetAccounts,GetCampaigns,GetAdGroups,GetAds,GetKeywords,GetAssetGroups,GetAudienceAssociations), and troubleshooting..cursor-plugin/marketplace.jsonand the rootREADME.mdtable.Files
Verification
node scripts/validate-plugins.mjs→All plugins validated successfully.mcp.json/plugin.jsonparse as JSON;logo.svgrenders correctly at 192×192.Notes for reviewers
about.ads.microsoft.comlanding page links to the Learn setup guide; the guide is the source for the URL, auth endpoints, and scopes.