seo-mcp-reports

seo-mcp-reports is a skill for Claude Code, Codex from quantacodes/seomcp-proxy. It costs 113 tokens per session (1,913 once invoked), scanned A, original, MIT.

A guide for creating SEO reports as browser-viewable HTML documents that can be printed to PDF. SEO means improving a website so search engines can understand and rank it.

In plain words
What is it for?
Use it to create weekly, monthly, quarterly, technical-audit, competitive-analysis, or client-friendly agency reports with charts and metric summaries. It requires SEO-MCP tools.
Why use it?
It provides a defined report format for turning SEO data into updates that teams, clients, and other non-technical readers can review. It covers recurring reports as well as audits and competitor comparisons.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/quantacodes/seomcp-proxy/seo-mcp-reports
Any agent
npx skills add quantacodes/seomcp-proxy --skill seo-mcp-reports
Clone the repo
git clone --depth 1 https://github.com/quantacodes/seomcp-proxy

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-mcp-reports

README.md
[![agentmods](https://agentmods.dev/badge/skills/quantacodes/seomcp-proxy/seo-mcp-reports.svg)](https://agentmods.dev/skills/quantacodes/seomcp-proxy/seo-mcp-reports)
Your own site
<a href="https://agentmods.dev/skills/quantacodes/seomcp-proxy/seo-mcp-reports"><img src="https://agentmods.dev/badge/skills/quantacodes/seomcp-proxy/seo-mcp-reports.svg" alt="Measured on agentmods" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,913 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00113 $0.01913
Opus 5 $0.00056 $0.00957
Sonnet 5 $0.00023 $0.00383
Haiku 4.5 $0.00011 $0.00191

Measured 5d ago against content hash d5b1bfeda729, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

seo-mcp-reports scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/seo-mcp-reports/SKILL.md · 176 lines

How it starts

The opening of the file, as written. The whole thing — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SEO Report Generator

Generate agency-quality HTML+Chart.js SEO reports using SEO-MCP tools. Reports are designed to be opened in a browser and printed to PDF via Cmd+P / Ctrl+P.

Report Types

Type API Calls Time Pages Keywords Best For
Weekly 5 10 min 2-3 50 Regular monitoring
Monthly 10+ 30 min 10-12 200 Client deliverables
Quarterly 25+ 2 hrs 15-20 1000+ Strategy reviews
Technical 8+ 20 min 5-7 N/A Troubleshooting
Competitive 12-15 45 min 10-12 N/A Strategy planning
Agency (Client-Friendly) 12-15 40 min 12-15 200 Non-technical stakeholders

Decision Tree

User asks for report →
├─ "weekly report" → Weekly (references/templates.md § Weekly)
├─ "monthly report" → Monthly (references/templates.md § Monthly)
├─ "quarterly" or "full audit" → Quarterly (references/templates.md § Quarterly)
├─ "technical audit" → Technical (references/templates.md § Technical)
├─ "competitor" → Competitive (references/templates.md § Competitive)
└─ "client report" or "agency" → Agency (references/templates.md § Agency)

Quick Start: Weekly Report (10 min)

1. Collect Data (5 calls)

const ga4 = await callTool("ga4_overview", {
  property_id: "PROPERTY_ID:domain.com",
  start_date: "7daysAgo", end_date: "today"
});
const gscDaily = await callTool("gsc_performance", {
  site_url: "domain.com", start_date: "YYYY-MM-DD",
  end_date: "YYYY-MM-DD", dimensions: ["date"]
});
const gscPrev = await callTool("gsc_performance", {
  site_url: "domain.com", start_date: "YYYY-MM-DD",
  end_date: "YYYY-MM-DD", dimensions: ["date"]
});
const keywords = await callTool("gsc_performance", {
  site_url: "domain.com", start_date: "YYYY-MM-DD",
  end_date: "YYYY-MM-DD", dimensions: ["query"], row_limit: 50
});
const pages = await callTool("gsc_performance", {
  site_url: "domain.com", start_date: "YYYY-MM-DD",
  end_date: "YYYY-MM-DD", dimensions: ["page"], row_limit: 10
});

Read the full file on GitHub · 176 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 176 lines · 113 tokens per session scan A d5b1bfeda729

Subscribe to this mod's changes

seo-mcp-reports is a skill published in the GitHub repository quantacodes/seomcp-proxy (0 stars, last pushed 5mo ago), licensed MIT. It adds 113 tokens to every session and 1,913 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

python-clean-code

Review Python code in the gsc-mcp codebase for clean code violations. Checks function size, single responsibility, type hints, naming, error handling patterns, and adherence to the project's module contracts. Use when refactoring a module or before code review.

FlorianBruniaux/google-search-console-mcp · 55 tokens

internal-linking-audit

Audit internal linking on a page, weighted by where each link sits. A link in the body of a page carries far more weight than the same link in the footer or the main nav. Surfaces targets linked only from footer/nav, generic anchors, and internal nofollow. Use when asked about internal links, anchor text, link…

FlorianBruniaux/google-search-console-mcp · 137 tokens

link-equity-map

Map internal link flow across a whole site and cross it with Search Console to find the pages sitting on page two that no page body links to. Site-wide companion to internal-linking-audit, which works on a single URL. Use when asked about site architecture, orphan pages, or where to place internal links. Aussi…

FlorianBruniaux/google-search-console-mcp · 128 tokens

onpage-audit

Complete on-page audit of a single URL in one pass, combining heading structure, internal linking, technical meta tags, content quality and schema, then cross-checked against real Search Console data before any recommendation is made. Use when asked for a full page audit, an all-in-one check, or what to fix on a page.…

FlorianBruniaux/google-search-console-mcp · 132 tokens

content-opportunities

Find content optimization targets across two zones, striking distance (positions 4-10) and page-two quick wins (positions 11-20). Use when asked for content ideas or optimization opportunities. Aussi déclenché en français par "quelles pages optimiser en priorité", "où je peux gagner vite", "mes pages en page 2", "je…

FlorianBruniaux/google-search-console-mcp · 110 tokens

heading-audit

Audit the heading structure of a page. Checks H1 uniqueness, level jumps, whether the title duplicates the H1 word for word, headings that carry no information, and subheading density. Use when asked about headings, H1, H2, title tags, or page structure. Aussi déclenché en français par "mes balises H1", "structure de…

FlorianBruniaux/google-search-console-mcp · 123 tokens