Available Tools
Available Tools
Overview of all MCP tools for Google Marketing & SEO
Metrifyr MCP Server provides 45 tools across multiple services:
| Service | Tools | Description |
|---|---|---|
| Google Analytics 4 | 22 | Property management, data streams, conversions, reporting |
| Google Search Console | 7 | Site management, search analytics, sitemaps, URL inspection |
| Google AdSense | 6 | Account management, ad units, payments, reports |
| Memory | 4 | Store and retrieve preferences, context, instructions |
| SEO Tools | 5 | PageSpeed Insights, Google Trends, combined SEO audits |
Plus 1 utility tool for checking authentication status.
Utility Tools
| Tool | Description |
|---|---|
auth_status | Check authentication status |
Memory Tools
Store and retrieve preferences that persist across sessions. Memory helps your AI assistant understand your context.
| Tool | Description |
|---|---|
memory_get | Get stored preferences and context |
memory_set | Store a new preference or instruction |
memory_update | Update an existing memory item |
memory_delete | Delete a memory item |
Example prompts:
- "Remember that my main GA4 property is properties/123456789"
- "What are my saved preferences?"
- "Update my preferred language to Czech"
SEO Tools
PageSpeed Insights
Analyze website performance using Google's PageSpeed Insights API. Get Core Web Vitals scores and optimization recommendations.
| Tool | Description |
|---|---|
psi_analyze | Analyze URL performance with Core Web Vitals (supports checkMode) |
psi_compare | Compare up to 5 URLs side-by-side |
Example prompts:
- "Analyze the performance of https://example.com"
- "Are my Core Web Vitals passing on mobile?"
- "Compare my site speed with competitor.com"
- "What's slowing down my homepage?"
- "Check if LCP is under 2.5 seconds"
checkMode for quick health checks:
{
"tool": "psi_analyze",
"arguments": {
"url": "https://example.com",
"checkMode": true,
"thresholds": { "lcp": 2500, "cls": 0.1, "inp": 200 }
}
}Google Trends
Research keyword trends and discover what people are searching for. All functionality in one unified trends tool.
| Action | Description |
|---|---|
interest_over_time | Compare keyword interest over time (up to 5 keywords) |
related_queries | Get TOP and Rising related queries for a keyword |
daily_trending | Get today's trending topics in a country |
interest_by_region | Geographic distribution of search interest |
Example usage:
// Compare keywords
{ "action": "interest_over_time", "keywords": ["react", "vue", "angular"] }
// Find related searches
{ "action": "related_queries", "keyword": "machine learning" }
// Today's trending in Czech Republic
{ "action": "daily_trending", "geo": "CZ" }
// Where is bitcoin most popular?
{ "action": "interest_by_region", "keyword": "bitcoin" }Example prompts:
- "Compare interest in React vs Vue vs Angular"
- "What's trending in Czech Republic today?"
- "Find related keywords for 'machine learning'"
- "Where is 'electric cars' most popular?"
Combined SEO
Higher-level tools that combine data from multiple sources for comprehensive analysis.
| Tool | Description |
|---|---|
seo_audit | Comprehensive audit combining PSI + GSC + Trends |
content_opportunity_finder | Find content opportunities from Trends + GSC data |
Example prompts:
- "Run a full SEO audit on my website"
- "Find content opportunities for my blog"
- "What topics should I write about based on search trends?"
- "Analyze my site's SEO health with performance data"