Skip to content
Back to search
100
MCP live v0.1.1 streamable-http

com.metricspot/seo-mcp

com.metricspot/seo-mcp

Six tools for SEO and AI-readability audits. 91 checks, 11 score modules.

Uptime
11.1%
27 probes
Response
109ms
last probe
Tools
6
callable

Tools · 6

run_audit_anonymous

Run a one-shot SEO + AI-readability audit on any public URL. Returns scores across 11 modules and ~90 checks, plus actionable findings with rule docs. Limited to 1 audit per IP per 24 hours — for high…

run_audit

Queue a full SEO + AI-readability audit (includes Core Web Vitals from Google PSI and organic traffic if Google is linked). Returns the audit envelope immediately with `status: queued` and an `audit_i…

get_audit

Fetch a previously-run audit by id. Returns module scores (0-100), total score, all findings with severity, recommendation text, and links to the HTML report. Use this to poll a queued `run_audit` unt…

list_audits

List the user's audits (most recent first, deduplicated by URL). Returns `audit_id`, `url`, `status`, `total_score`, `created_at`. Default limit 24, max 100. Use the returned `audit_id` with `get_audi…

get_audit_pdf

Return a signed download URL for the branded PDF report for a given audit id. If no PDF has been rendered yet, queues a render and returns `status: queued` — poll the same tool again, or fetch the URL…

get_organic_traffic

If the user has linked GA4 + Google Search Console, return the 28-day organic traffic snapshot for an audit: session count, daily trend, top landing pages, top queries, and indexing health. Returns `c…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.metricspot/seo-mcp": {
      "url": "https://mcp.metricspot.com/mcp",
      "transport": "streamable-http"
    }
  }
}