Skip to main content
Glama
SpikeyCoder

Website Auditor MCP

by SpikeyCoder

Check AI visibility

get_ai_visibility
Read-only

Checks how visible a website is to AI assistants such as ChatGPT, Perplexity, Claude, and Gemini. Returns a 0–100 score, per-engine breakdown, top competitor, and trends.

Instructions

Check how visible a website is to AI assistants right now. Use this whenever someone asks "does ChatGPT/Perplexity/Claude/Gemini recommend this business," "is my site showing up in AI answers," "what's my AI visibility / GEO score," or wants a quick read on whether an AI assistant would surface a given domain. Returns an overall AI-visibility score (0–100), a per-engine breakdown (ChatGPT, Perplexity, Claude, Gemini), and the top competitor appearing in place of the site. When the audit recorded citations, sources lists the documents the assistants actually read, ranked by cross-engine agreement, each marked yours, competitor or third_party — treat competitor rows as context, not as placement targets; sources: null means the recorded answers cited nothing attributable, and an absent key means citations were not recorded for this audit. The result also includes trend data: 7- and 30-day score movement computed from the domain's stored snapshot history. If name_warning is present, the business name behind the score could not be verified — relay that caveat rather than presenting the score as settled fact, and offer to re-run with an explicit business name. Requires a Website Auditor subscription ($10/month; eligible new customers get a 7-day free trial — payment method required, no charge until the trial ends) — if the user doesn't have one, call get_sample_audit first to show them the exact output format, free and with no API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe website domain, e.g. "example.com".
business_nameNoOptional. The business's real name, if you know it. Leave it out and the audit detects the name from the site and flags it when unverified — a guessed name is scored as if confirmed, so supply one only when it is actually known.
business_locationNoOptional. The city the business trades in, e.g. "Hilo, HI". Leave it out and the audit detects it; when nothing is detectable the questions widen to the country or drop the place entirely, which is right for a national or global business and wrong for a local one.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv1.0.15
    • addedInput schema / properties / business_location
      Added value: +{
      +  "description": "Optional. The city the business trades in, e.g. \"Hilo, HI\". Leave it out and the audit detects it; when nothing is detectable the questions widen to the country or drop the place entirely, which is right for a national or global business and wrong for a local one.",
      +  "type": "string"
      +}
    • addedInput schema / properties / business_name
      Added value: +{
      +  "description": "Optional. The business's real name, if you know it. Leave it out and the audit detects the name from the site and flags it when unverified — a guessed name is scored as if confirmed, so supply one only when it is actually known.",
      +  "type": "string"
      +}
  2. First observedv1.0.6

TDQS

A4.8/5.0
Behavior5/5

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

With annotations already covering the read-only/open-world safety profile, the description adds substantial behavioral context beyond them: the subscription requirement and free-trial terms, the distinction between `sources: null` and an absent `sources` key, the instruction to treat `competitor` rows as context rather than placement targets, and the `name_warning` caveat to relay rather than present as settled fact. It also discloses that trend data is computed from stored snapshot history.

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 front-loaded with purpose and trigger queries before details, and every sentence carries distinct information — nothing is redundant. It is long (roughly 280 words), but the density is justified given the subscription requirement, return-value semantics, and caveat handling it must convey that no output schema exists to cover.

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

Completeness5/5

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

With no output schema, the description bears the full burden of explaining return values, and it does: score range, per-engine breakdown, top competitor, `sources` semantics including null vs absent, trend data, and the `name_warning` case. It also covers the access prerequisite (subscription/trial) and the fallback sibling tool, leaving nothing an agent needs to invoke it correctly unstated.

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 meaning beyond the schema for the optional parameters: it warns that "a guessed name is scored as if confirmed, so supply one only when it is actually known," and explains the detection-fallback behavior for `business_location` (widening to country or dropping place, "right for a national or global business and wrong for a local one"). This goes beyond the schema's plain descriptions.

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 opening line, "Check how visible a website is to AI assistants right now," pairs a specific verb with a precise resource and temporal scope, going well beyond the title. It further delimits the purpose by enumerating the exact user queries that trigger this tool ("does ChatGPT/Perplexity/Claude/Gemini recommend this business") and lists the concrete outputs (0–100 score, per-engine breakdown, top competitor), leaving no ambiguity about what it does.

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?

The description explicitly says "Use this whenever someone asks..." followed by five concrete query patterns, giving unmistakable when-to-use guidance. It also provides an explicit conditional alternative: if the user lacks a subscription, "call get_sample_audit first to show them the exact output format, free and with no API key," which is as clear a routing rule as the calibration 5 example.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SpikeyCoder/website-auditor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server