@iflow-mcp/mbadkins-puppeteer-plus-martech
MCP ServerFreePuppeteer+ MarTech - Enhanced Puppeteer MCP server with specialized digital marketing analytics capabilities. This builds upon the official @modelcontextprotocol/server-puppeteer with tools for analyzing marketing technologies, analytics platforms, tag ma
Capabilities10 decomposed
headless-browser-automation-with-puppeteer
Medium confidenceProvides remote-controlled headless Chrome/Chromium browser automation through the Model Context Protocol, enabling LLM agents to navigate websites, interact with DOM elements, and capture page states. Uses Puppeteer's CDP (Chrome DevTools Protocol) bindings to execute browser commands asynchronously, with MCP server wrapping exposing these as callable tools for Claude and other LLM clients.
Wraps Puppeteer's CDP bindings as an MCP server, allowing LLM agents to treat browser automation as a first-class tool with structured input/output schemas rather than requiring custom integration code
Tighter LLM integration than standalone Puppeteer scripts because MCP standardizes tool discovery and parameter validation, reducing boilerplate for multi-step browser workflows
marketing-technology-stack-detection
Medium confidenceAnalyzes loaded JavaScript, pixels, and HTTP requests on a webpage to identify installed marketing technologies (Google Analytics, Facebook Pixel, Adobe Analytics, TikTok Pixel, etc.). Implements pattern matching against known MarTech vendor signatures in script tags, global variables, and network requests, then returns structured inventory of detected tools with versions and configuration details.
Combines Puppeteer's network request interception with signature-based pattern matching for MarTech vendors, enabling simultaneous detection of script tags, global variables, and pixel beacons in a single page crawl
More comprehensive than browser extensions like Wappalyzer because it captures network-level pixel fires and can be integrated into automated audit workflows via MCP, not just manual inspection
google-analytics-configuration-extraction
Medium confidenceExtracts Google Analytics configuration parameters (tracking ID, property ID, custom dimensions, event tracking setup) by inspecting the gtag.js or analytics.js global objects and intercepting network payloads sent to Google's measurement servers. Parses query parameters from analytics requests to reconstruct the measurement configuration without requiring API credentials.
Reconstructs GA configuration from network payloads and global object inspection rather than relying on GA Reporting API, enabling audits without requiring GA Admin access or API credentials
Faster and less credential-dependent than GA API queries for configuration validation, though less comprehensive than Admin API for historical data
facebook-pixel-event-tracking-inspection
Medium confidenceMonitors and logs Facebook Pixel events fired during page interaction by intercepting fbq() calls and network requests to Facebook's conversion API endpoints. Captures event names, parameters, and user data (hashed email, phone, etc.) sent to Facebook, enabling validation of pixel implementation and event tracking accuracy without Facebook Business Manager access.
Intercepts both fbq() JavaScript calls and network requests to Facebook's conversion API, providing dual-layer visibility into pixel events that client-side inspection alone cannot achieve
More transparent than Facebook Ads Manager for debugging pixel issues because it shows raw event payloads and network timing, not just aggregated conversion counts
adobe-analytics-implementation-audit
Medium confidenceInspects Adobe Analytics (formerly Omniture) implementation by examining the AppMeasurement.js global object, tracking server configuration, and network requests to Adobe's data collection servers. Extracts report suite IDs, eVar/prop mappings, and event tracking setup to validate implementation accuracy and identify configuration drift.
Extracts Adobe Analytics configuration from AppMeasurement global object and network payloads, providing implementation-level visibility without requiring Adobe Analytics Admin Console credentials
Enables offline auditing of Adobe implementations without Admin Console access, though less comprehensive than Admin API for historical reporting and processing rules
tiktok-pixel-event-capture
Medium confidenceMonitors TikTok Pixel events by intercepting ttq.track() calls and network requests to TikTok's conversion API. Captures event names, parameters, and user identifiers (hashed email, phone, IP) sent to TikTok, enabling validation of pixel implementation and event tracking without TikTok Ads Manager access.
Dual-layer event capture combining ttq.track() JavaScript interception with TikTok API network request inspection, providing complete visibility into pixel event payloads
More detailed than TikTok Ads Manager reporting for debugging because it shows raw event payloads and network timing before TikTok's server-side processing
tag-manager-container-analysis
Medium confidenceAnalyzes Google Tag Manager (GTM) and other tag manager containers by inspecting the dataLayer object, GTM configuration, and fired tags. Extracts container ID, deployed tags, triggers, and variables to validate tag manager setup and identify which tags are active on a given page.
Reconstructs GTM container state by inspecting dataLayer, window.google_tag_manager globals, and fired tag network requests, providing implementation-level visibility without GTM Admin API
Enables real-time tag firing validation that GTM's preview mode cannot provide because it captures actual production tag execution and network payloads
cross-domain-tracking-validation
Medium confidenceValidates cross-domain tracking implementation by simulating navigation between domains and inspecting how user identifiers (cookies, first-party IDs, hashed emails) are passed across domain boundaries. Checks for proper cookie domain settings, URL parameter passing, and first-party data platform (CDP) integration for identity continuity.
Orchestrates multi-domain browser navigation to validate identity continuity, capturing cookie state and URL parameters across domain boundaries in a single automated workflow
More comprehensive than manual testing because it systematically validates all identity passing mechanisms (cookies, URL params, CDP syncs) across multiple domains in one audit
performance-impact-analysis-of-martech
Medium confidenceMeasures the performance impact of marketing technologies by capturing Core Web Vitals (LCP, FID, CLS), script execution time, and network waterfall data before and after disabling specific MarTech scripts. Uses Puppeteer's performance API and Chrome DevTools Protocol to isolate the latency contribution of individual tracking scripts.
Uses Chrome DevTools Protocol to isolate and measure performance impact of individual MarTech scripts by selectively disabling them and comparing Core Web Vitals deltas
More precise than browser DevTools manual testing because it automates repeated measurements and isolates individual script impact through systematic disable/measure cycles
consent-and-privacy-compliance-audit
Medium confidenceAudits consent management platform (CMP) implementation and privacy compliance by inspecting consent cookie state, checking for GDPR/CCPA compliance signals, and validating that tracking scripts respect user consent preferences. Verifies that non-essential scripts are blocked until consent is granted and that consent signals are properly communicated to MarTech vendors.
Combines CMP cookie inspection, script blocking validation, and vendor consent signal verification to provide comprehensive privacy compliance audit in a single automated workflow
More thorough than manual CMP testing because it systematically validates consent enforcement across all installed MarTech tools and checks for GDPR/CCPA compliance signals
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with @iflow-mcp/mbadkins-puppeteer-plus-martech, ranked by overlap. Discovered automatically through the match graph.
Cheat Layer
Empower your growth with intuitive, AI-driven cloud...
UI-TARS-desktop
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
Browserbase
Headless browser infrastructure for AI agents — stealth mode, CAPTCHA solving, session recording.
gemini-cli
An open-source AI agent that brings the power of Gemini directly into your terminal.
AnyCrawl
** - [AnyCrawl](https://anycrawl.dev) MCP Server, Powerful web scraping and crawling for Cursor, Claude, and other LLM clients via the Model Context Protocol (MCP).
UI-TARS-desktop
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
Best For
- ✓LLM agent developers building web scraping workflows
- ✓MarTech teams automating analytics platform audits
- ✓QA automation engineers integrating browser testing with AI reasoning
- ✓MarTech consultants performing competitive intelligence audits
- ✓Digital marketing teams validating tag implementation across campaigns
- ✓Performance engineers identifying bloated or redundant tracking scripts
- ✓Analytics auditors validating GA implementation accuracy
- ✓MarTech teams migrating between GA4 and Universal Analytics
Known Limitations
- ⚠Requires Chromium/Chrome binary installation; headless mode may not render all JavaScript-heavy SPAs identically to headed mode
- ⚠Single browser instance per MCP server process; concurrent requests serialize or require multiple server instances
- ⚠No built-in session persistence across server restarts; cookies and localStorage are ephemeral unless explicitly managed
- ⚠Detection relies on signature matching; obfuscated or dynamically-injected scripts may be missed
- ⚠Cannot detect pixels loaded via server-side redirects or image beacons without network interception setup
- ⚠Version detection accuracy varies by vendor; some tools don't expose version strings in client-side code
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Package Details
About
Puppeteer+ MarTech - Enhanced Puppeteer MCP server with specialized digital marketing analytics capabilities. This builds upon the official @modelcontextprotocol/server-puppeteer with tools for analyzing marketing technologies, analytics platforms, tag ma
Categories
Alternatives to @iflow-mcp/mbadkins-puppeteer-plus-martech
Search the Supabase docs for up-to-date guidance and troubleshoot errors quickly. Manage organizations, projects, databases, and Edge Functions, including migrations, SQL, logs, advisors, keys, and type generation, in one flow. Create and manage development branches to iterate safely, confirm costs
Compare →Are you the builder of @iflow-mcp/mbadkins-puppeteer-plus-martech?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →