PaidSearchNav-MCP
Verified Safeby datablogin
Overview
Provides comprehensive analysis and recommendations for Google Ads campaign optimization, leveraging Google Ads, BigQuery, and Google Analytics 4 data for performance monitoring and issue detection.
Installation
python -m paidsearchnav_mcpEnvironment Variables
- PSN_GOOGLE_ADS_DEVELOPER_TOKEN
- PSN_GOOGLE_ADS_CLIENT_ID
- PSN_GOOGLE_ADS_CLIENT_SECRET
- PSN_GOOGLE_ADS_REFRESH_TOKEN
- PSN_REDIS_URL
- PSN_BIGQUERY_PROJECT_ID
- PSN_BIGQUERY_DATASET_ID
- PSN_GA4_PROPERTY_ID
- PSN_REGISTRY_PROJECT_ID
- GCP_PROJECT_ID
- GOOGLE_APPLICATION_CREDENTIALS
Security Notes
Strong focus on security with Pydantic SecretStr for sensitive configurations, abstracted token storage (supporting secret managers), explicit input validation, and dedicated SQL injection prevention in BigQuery queries. Extensive security tests are present. Minor risk due to regex-based SQL injection prevention being potentially bypassable by complex queries, though it's a good first line of defense. The presence of rate limiting and circuit breakers also enhances operational security.
Similar Servers
translation-helps-mcp
An AI-powered platform for Bible study and translation assistance, leveraging a multi-agent system to aggregate and query diverse translation resources via a Model Context Protocol (MCP) server.
dotprompts
A personal prompt management system exposed as a Model Context Protocol (MCP) server, enabling AI agents to access, create, update, and delete user-defined prompts.
stock_intelligence_mcp
This MCP server enables AI agents to access and analyze Yahoo Finance stock data, providing real-time information, technical analysis, and recommendations.
mcp-google-marketing
This server provides an interface for interacting with Google Analytics 4, Google Search Console, and Google AdSense APIs to manage properties, fetch data, and generate reports.