mcpbeat

Seo MCP Server

com.metricspot/seo-mcp
answering

Seo MCP is answering right now. Last checked 4 min ago. 61 installs a week from npm. It exposes 6 tools. Last commit 22 May 2026.

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

Installs per day peak 25 · avg 9 · +30% w/w
a month agotoday
Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
137 ms
Response time
average over 24h
61
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add seo-mcp --transport http https://mcp.metricspot.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-mcp": {
      "url": "https://mcp.metricspot.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seo-mcp]
url = "https://mcp.metricspot.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "seo-mcp": {
      "url": "https://mcp.metricspot.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seo-mcp": {
      "url": "https://mcp.metricspot.com/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

audit
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` until `status: complete`. Requires an API key.
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 directly once ready. Requires an API key.
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_id`. Poll `get_audit` with the returned `audit_id` until `status` becomes `complete` (typical 10-30s). Counts against the user's plan allowance. Requires an API key as a Bearer token. Quota and per-domain cooldowns mirror the dashboard.
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 higher volume, get an API key at https://app.metricspot.com/settings/api-keys and use `run_audit`. Synchronous: blocks until the audit completes. Does NOT include Core Web Vitals (use `run_audit` for full PSI scoring). No auth required.
audits
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_audit` for full findings. Requires an API key.
organic
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 `connected: false` if Google is not linked. Cached 24h server-side. Requires an API key.

Endpoints

URLTransportStateLatencyChecked
https://mcp.metricspot.com/mcp streamable-http answering 108 ms 4 min ago

Seo MCP — questions

Answers built from our own checks of this server.

What can Seo MCP do?
It exposes 6 tools, read directly from the server on our last check. Among them: get_audit, get_audit_pdf, get_organic_traffic, list_audits, run_audit, run_audit_anonymous. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Seo MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 137 ms. The bar chart above shows every period we have measured.
How do I connect Seo MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Seo MCP need an API key?
No. Seo MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Seo MCP?
It answers our handshake in 137 ms on average, which is faster than 76% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Seo MCP?
The npm package @metricspot/mcp-server was installed 61 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Seo MCP open source?
Yes — written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.