Skip to main content
Glama
sparrow84001

SEO, AEO, GEO & Digital Marketing Audit + Safe Fix MCP Server

seo_test_web_mcp

Test any website for Web MCP enablement by probing Streamable HTTP, Legacy SSE, discovery manifests, and CORS headers, then get implementation blueprints in 11 programming languages.

Instructions

Tests a live website or local endpoint for Web MCP enablement: Checks Streamable HTTP (/mcp), Legacy SSE (/sse), discovery manifests (/.well-known/mcp/server-card.json, llms.txt), CORS headers, and provides copy-paste implementation blueprints in 11 programming languages.

USAGE GUIDELINES:

  • Use to test if a web application exposes an agent-accessible Model Context Protocol interface.

  • Do NOT use for regular HTML search engine optimization; use 'seo_audit_technical' or 'seo_audit_onpage' instead.

BEHAVIORAL TRANSPARENCY:

  • Safe, read-only protocol diagnostic probe. Makes HTTP GET/HEAD requests to standard discovery endpoints. Modifies no files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesLive website URL to test for Web MCP support (e.g. "https://example.com").
targetLanguageNoOptional target programming language or framework to generate customized code blueprints for.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changedv0.1.1
    • changedInput schema / properties / targetLanguage / description
      Previous value: -"Optional target programming language or framework to generate customized code fixes for."New value: +"Optional target programming language or framework to generate customized code blueprints for."
    • changedInput schema / properties / url / description
      Previous value: -"Live website URL to test for Web MCP enablement (e.g. https://example.com)."New value: +"Live website URL to test for Web MCP support (e.g. \"https://example.com\")."
  2. First observedv0.1.0

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations present, the description carries the full burden and meets it: it declares the tool 'safe, read-only', specifies that it makes HTTP GET/HEAD requests to standard discovery endpoints, and states it modifies no files. This gives an agent a clear side-effect profile.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear purpose, usage, and behavior sections and no filler. It loses one point only for mild redundancy: the first usage bullet restates the opening purpose, and the behavior section repeats the safe/read-only idea in two adjacent sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 2-parameter, no-output-schema tool, the description covers what the tool does, when to avoid it, and its safety profile. A small gap is that it does not describe the exact result format, such as how pass/fail findings or generated blueprints are returned.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3, but the description adds useful parameter context beyond the schema: it expands the accepted input to local endpoints and clarifies that the targetLanguage parameter produces copy-paste implementation blueprints across 11 programming languages.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description begins with a specific verb and resource ('Tests a live website or local endpoint for Web MCP enablement') and lists the exact protocol endpoints and manifests checked. It is clearly distinguishable from the sibling SEO audit tools, and the 'Do NOT use' guidance reinforces that distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to use the tool ('test if a web application exposes an agent-accessible Model Context Protocol interface') and when not to use it, naming the alternatives 'seo_audit_technical' or 'seo_audit_onpage'. No inference is required.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.