Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Google Tag Manager MCP Server
  4. vs Amazon Ads MCP Server
Side-by-Side Model Context Protocol Comparison

Google Tag Manager MCP Server vs Amazon Ads MCP Server

In-depth architectural comparison of the Google Tag Manager MCP Server and Amazon Ads MCP Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Google Tag Manager MCP Server
Marketing · Local stdio
Quality: 60/100 (Good) | Auth: OAuth 2.0
Amazon Ads MCP Server
Marketing · Local stdio
Quality: 39/100 (Fair) | Auth: API Key required
Verdict Summary: Choose Google Tag Manager MCP Server if you need specialized Marketing tools running via a local process. Choose Amazon Ads MCP Server if your workspace requires Marketing integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Google Tag Manager MCP Server logo

Choose Google Tag Manager MCP Server when:

  • You need dedicated capabilities in the Marketing domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: OAuth 2.0 (Free / Open Source).
  • You have access to required keys: GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, COOKIE_ENCRYPTION_KEY, WORKER_HOST, HOSTED_DOMAIN.
  • Primary tools included: Remote MCP server supporting Google OAuth authentication, Interface to Google Tag Manager API, Hosted server available at gtm-mcp.stape.ai.
Explore Google Tag Manager MCP Server Details
Amazon Ads MCP Server logo

Choose Amazon Ads MCP Server when:

  • You need dedicated capabilities in the Marketing domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Freemium).

Feature & Specification Comparison

Specification
Google Tag Manager MCP Server logo
Google Tag Manager MCP Server
stape-io
Marketing
Amazon Ads MCP Server logo
Amazon Ads MCP Server
marketplaceadpros
Marketing
SummaryThis server supports remote MCP connections, includes built-in Google OAuth, and provide an interface to the Google Tag Manager API.Enables tools to interact with Amazon Advertising, analyzing campaign metrics and configurations.
Category & Scope

Tools & Capabilities Breakdown

Google Tag Manager MCP Server Tools (5)

Remote MCP server supporting Google OAuth authentication
Interface to Google Tag Manager API
Hosted server available at gtm-mcp.stape.ai
Local development mode with user-configured Google Cloud OAuth
OAuth login flow opening in browser for user consent

Amazon Ads MCP Server Tools (5)

Access to campaigns, ad groups, keywords, product ads, and targeting data

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Google Tag Manager MCP Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "stape-io-google-tag-manager-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "google-tag-manager-mcp-server"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "YOUR_GOOGLE_CLIENT_ID_HERE",
        "GOOGLE_CLIENT_SECRET": "YOUR_GOOGLE_CLIENT_SECRET_HERE",
        "COOKIE_ENCRYPTION_KEY": "YOUR_COOKIE_ENCRYPTION_KEY_HERE",
        "WORKER_HOST": "YOUR_WORKER_HOST_HERE",
        "HOSTED_DOMAIN": "YOUR_HOSTED_DOMAIN_HERE"
      }
    }
  }
}
Amazon Ads MCP Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "marketplaceadpros-amazon-ads-mcp-server": {
      "command": "npx",
      "args": [
        "@marketplaceadpros/amazon-ads-mcp-server"
      ],
      "env": {
        "BEARER_TOKEN": "YOUR_BEARER_TOKEN_HERE"
      }
    }
  }
}

Frequently Asked Questions

Google Tag Manager MCP Server is categorized under Marketing and uses a local stdio subprocess. In contrast, Amazon Ads MCP Server belongs to Marketing using local stdio subprocess. Select Google Tag Manager MCP Server when you need capabilities focused on marketing and Amazon Ads MCP Server when you require tools for marketing.

More alternatives to Google Tag Manager MCP ServerMore alternatives to Amazon Ads MCP ServerMarketing category hubCanonical compare URL

Related MCP Server Comparisons

Popular comparisons with Google Tag Manager MCP Server

  • Google Ads MCP Server logoGoogle Tag Manager MCP Server vs Google Ads MCP Server
  • Mailchimp MCP Server logoGoogle Tag Manager MCP Server vs Mailchimp MCP Server
  • Stape MCP Server logoGoogle Tag Manager MCP Server vs Stape MCP Server
  • Tiktok Ads MCP Server logoGoogle Tag Manager MCP Server vs Tiktok Ads MCP Server
  • You have access to required keys: BEARER_TOKEN.
  • Primary tools included: Access to campaigns, ad groups, keywords, product ads, and targeting data, Natural language querying of advertising reports, Support for Sponsored Products, Sponsored Brands, and Sponsored Display.
  • Explore Amazon Ads MCP Server Details
    Marketing
    Marketing
    Quality signal60/100 (Good)39/100 (Fair)
    Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
    Auth RequirementOAuth 2.0API Key required
    Pricing ModelFree / Open SourceFreemium
    Required Env Vars
    GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETCOOKIE_ENCRYPTION_KEYWORKER_HOSTHOSTED_DOMAIN
    BEARER_TOKEN
    Compatible Clients
    Claude DesktopCursorWindsurfClineVS Code
    Claude DesktopCursorWindsurfClineVS Code
    Install path signalnpx · highnpx · high
    Engagement & Health 2 views 0 copies 0 upvotes 212 stars 1 views 0 copies 0 upvotes 29 stars
    Verified / OfficialCommunity ListingCommunity Listing
    Open full listingView Google Tag Manager MCP Server ListingView Amazon Ads MCP Server Listing
    Natural language querying of advertising reports
    Support for Sponsored Products, Sponsored Brands, and Sponsored Display
    Streamable HTTP MCP server endpoint available
    Subscription-based advanced recommendations and experiments

    Popular comparisons with Amazon Ads MCP Server

    • Openai Ads MCP logoAmazon Ads MCP Server vs Openai Ads MCP
    • Apple Search Ads MCP logoAmazon Ads MCP Server vs Apple Search Ads MCP
    • Opus Growth logoAmazon Ads MCP Server vs Opus Growth
    • Markitup MCP Server logoAmazon Ads MCP Server vs Markitup MCP Server