Metrifyr
Available Tools

Available Tools

Overview of all MCP tools for Google Marketing & SEO

Metrifyr MCP Server provides 45 tools across multiple services:

ServiceToolsDescription
Google Analytics 422Property management, data streams, conversions, reporting
Google Search Console7Site management, search analytics, sitemaps, URL inspection
Google AdSense6Account management, ad units, payments, reports
Memory4Store and retrieve preferences, context, instructions
SEO Tools5PageSpeed Insights, Google Trends, combined SEO audits

Plus 1 utility tool for checking authentication status.

Utility Tools

ToolDescription
auth_statusCheck authentication status

Memory Tools

Store and retrieve preferences that persist across sessions. Memory helps your AI assistant understand your context.

ToolDescription
memory_getGet stored preferences and context
memory_setStore a new preference or instruction
memory_updateUpdate an existing memory item
memory_deleteDelete 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.

ToolDescription
psi_analyzeAnalyze URL performance with Core Web Vitals (supports checkMode)
psi_compareCompare 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 }
  }
}

Research keyword trends and discover what people are searching for. All functionality in one unified trends tool.

ActionDescription
interest_over_timeCompare keyword interest over time (up to 5 keywords)
related_queriesGet TOP and Rising related queries for a keyword
daily_trendingGet today's trending topics in a country
interest_by_regionGeographic 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.

ToolDescription
seo_auditComprehensive audit combining PSI + GSC + Trends
content_opportunity_finderFind 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"

On this page

Available Tools | Metrifyr Docs | Metrifyr