Zum Hauptinhalt springen
SGE Updates

Anthropic Claude: What SGE-SCORE Audits and How the Master-Fix Delivers Source Quality

Pascal SchildknechtMay 07, 202611 min read

Last updated: May 13, 2026

Anthropic Claude visibility — abstract visualisation of source cards in AI search
Claude values clean main content and verifiable sources — SGE-SCORE audits exactly those signals.
Key takeaway

Claude (Anthropic) prefers clear main content, transparent sources and tooling-friendly markup via the Model Context Protocol (MCP). SGE-SCORE audits 12 Claude-relevant checkpoints (HTML cleanliness, source transparency, MCP availability); the Master-Fix produces the necessary patches including MCP-compliant endpoints.

How Claude processes content

Claude (Sonnet, Opus) has used a web-browse capability since late 2024 and added tool-use over the open Model Context Protocol (MCP) in 2025. Unlike ChatGPT and Gemini, Anthropic explicitly tunes the model for safe sourcing — visible sources and traceable arguments beat raw answer speed.

In practice this means: a page with a clear heading structure, a visible author and external linking to primary sources is preferred inside Claude. Domains with an MCP endpoint (/.well-known/mcp.json) gain extra weight because Claude recognises them as "tool-capable" sources — see modelcontextprotocol.io.

"Claude weighs source transparency higher than any other engine — and additionally rewards MCP availability."

→ Next step: Let our free demo analysis also check your MCP setup.

The 7 most important signals for Claude visibility

  1. Clean main content with no aggressive overlays, modals or tracker scripts before the content.
  2. Source transparency: external links to primary sources with rel="noopener".
  3. Visible author with Person schema and external profile link.
  4. MCP endpoint: /.well-known/mcp.json with described tools / resources.
  5. OpenAPI or plugin manifest — Claude reads both for tool-use.
  6. Clear heading structure with semantic section id anchors for quotation.
  7. Update date visible & in schema.

→ Next step: More background in the SGE-GEO knowledge hub.

What our audit checks specifically for Claude

Out of 57 checkpoints (max. 114 points), these 12 are particularly relevant for Claude:

#CheckpointSectorMax. ptsPatent / source
11Initial HTML contains main contentII — Parse2US 10,275,452 B2
15Clean H2/H3 structureII — Parse2HTML5 sectioning
16Section IDs as anchorsII — Parse2HTML5 best practice
22Complete Article schemaIII — Schema2schema.org/Article
25Person schema with sameAsIII — Schema2Knowledge Graph API
31Author bio with Person schemaIV — Trust2E-E-A-T guidelines
33Date & last-updated visibleIV — Trust2QRG, section 5.1
43External high-authority linksIV — Trust2QRG, section 5.4
44rel="noopener" on external linksIV — Trust2HTML5 spec
54agent.json + ai-plugin.jsonV — Agentic2Agentic Commerce spec
55OpenAPI manifestV — Agentic2OpenAPI 3.1
56MCP endpoint reachableV — Agentic2modelcontextprotocol.io

Related post: Agentic Commerce & AI Shopping — the Next Stage. Methodology in the Docs section.

Before / after: what the Master-Fix produces concretely

Before (typical MCP state)

// File /.well-known/mcp.json is missing entirely

After (Master-Fix output)

// /.well-known/mcp.json
{
  "$schema": "https://modelcontextprotocol.io/schema/0.1",
  "name": "example.com",
  "description": "MCP endpoint for Example AG product knowledge",
  "version": "1.0.0",
  "endpoints": {
    "rest": "https://example.com/api/mcp"
  },
  "resources": [
    { "name": "products", "description": "All product data" },
    { "name": "docs",     "description": "Product documentation" }
  ],
  "tools": [
    { "name": "search_docs", "description": "Search product docs" }
  ]
}

Plus: matching Article / FAQPage / BreadcrumbList schema, author bio with Person schema, clean noopener on all external links — as one patch set.

→ Next step: Master-Fix promo: 9 EUR.

Using MCP & tool-use correctly

The Model Context Protocol (MCP) was proposed by Anthropic in 2024 and is now supported by OpenAI & Google. It describes how an AI model can declaratively address a domain's tools and data sources — without each provider having to register its own plugin.

  • Required file: /.well-known/mcp.json
  • Recommended: OpenAPI spec at /openapi.yaml
  • Recommended: /.well-known/agent.json for agentic discovery

A correct MCP implementation is worth 2 audit points and positions your domain as "tool-ready" — see knowledge hub, sector V (Agentic).

The 5 most common mistakes in Claude optimisation

  • Cookie banner covers main content — Claude only reads what's visible.
  • External links without rel="noopener" — lose trust points.
  • MCP file missing — no tool-use binding.
  • Anonymous authors — no source trust.
  • No section IDs — Claude cannot quote precisely.

Frequently asked questions (FAQ)

Which Claude models use web browsing?

Currently Sonnet 4.5 and Opus 4.5 (as of April 2026). The browse capability is available in the API via the tool_use feature.

Do I really need an MCP endpoint?

Not strictly required, but strongly recommended. SGE-SCORE awards 2 points for a valid mcp.json — the Master-Fix generates it automatically.

What is the difference to ai-plugin.json?

ai-plugin.json was an OpenAI-specific format. MCP is open and provider-agnostic — we recommend providing both.

What does the Master-Fix cost?

Currently 9 EUR. Output: HTML patches, schema JSON, an mcp.json proposal and an author bio.

How do I measure Claude visibility?

Through patent/heuristic-based proxies, since Anthropic does not provide an official API for citation tracking. SGE-SCORE delivers a consistent comparison baseline.

Does this also work in Claude.ai projects?

Yes. Claude.ai projects use the same web-browse and tool-use mechanisms as the API.

Which external sources count as "high authority"?

Government (gov, eu), universities (edu, ac), standardisation bodies (W3C, IETF), peer-reviewed studies (DOI), and major tech vendor documentation.

Audit your visibility for Claude

Start a free, patent-based analysis. SGE-SCORE checks 57 criteria — including the 12 Claude signals from this post.

Start free demo analysis → Book a strategy call

Pascal Schildknecht

Google Ads Expert (10+ years) · SGE-Score Researcher · Lecturer at Swiss Universities of Applied Sciences

The SGE-SCORE team daily analyzes Google patents and their impact on AI visibility of websites. Our analyses are based on 57+ real Google patent criteria.

claude
anthropic
mcp
tool-use
master-fix

How well is your website optimized for Google SGE?

Analyze your website for free with 57+ real Google patent criteria.

Start free analysis

Related posts

All posts