Skip to main content
Glama

alice

Server Details

Audit any site's AI visibility from your assistant: crawler access, rendering, and schema.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-06-18
URL

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one checks a single URL's AI visibility, the other compares multiple URLs side by side. There is no overlap in purpose or usage.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: 'check_ai_visibility' and 'compare_ai_visibility'. The naming is predictable and clearly indicates action and domain.

Tool Count3/5

With only two tools, the surface is minimal but covers the core actions of checking and comparing AI visibility. It feels thin for a broader auditing tool, yet it is not unreasonable for a focused utility.

Completeness4/5

The two tools cover the primary use cases: single-site audit and competitive benchmarking. Minor gaps exist, such as historical tracking or detailed report retrieval, but the core lifecycle is well served.

Available Tools

2 tools
check_ai_visibilityCheck AI visibilityA
Read-only
Inspect

Check whether AI names a website when buyers ask, and whether AI can read it. Starts a live check of one brand-name question and one buyer question on Google AI Overviews, ChatGPT and Claude (results fill in on the report link within about a minute), and returns a 0-100 AI readability score: which AI crawlers the site allows or blocks, whether content is server-rendered, structured-data coverage, and the highest-impact fixes. Use when someone asks whether ChatGPT, Claude or Google AI mention or cite their site, how their site appears to AI, whether AI can read or find it, or asks for an SEO or AI visibility audit of a URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesSite or page URL. Scheme optional; https:// is assumed.
fullNoInclude classic SEO, crawlability and analytics-tag sections. Default returns AI visibility only.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYes
gatedNo
scoreYes
checksYes
ai_checkNoThe live brand-name / buyer-question check across the AI engines. status "checking" means the engines are still answering; the report_url shows the settled result.
next_stepYes
report_urlNo
scanned_atNo
top_actionsYes
score_breakdownNo

TDQS

A3.9/5.0
Behavior4/5

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

Annotations declare readOnlyHint, openWorldHint, and destructiveHint false. The description adds that it performs a live check with results in about a minute, and details what the score includes (crawler access, server rendering, structured data, fixes). This provides valuable behavioral context beyond the annotations without contradiction.

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 a single sentence that efficiently packs the purpose, process, and output details. It is front-loaded with the core purpose and avoids unnecessary fluff, making it easy for an agent to parse.

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?

Given the tool's complexity and the presence of an output schema, the description covers what it does, how it works (live check, timing), and what it returns (score, factors). It provides sufficient context for an agent to decide when to use it, with no critical missing information.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already fully documents both parameters (url and full). The description does not add extra parameter details, but this is not necessary given the high coverage. Baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool checks AI visibility and readability for a URL, with a specific verb and resource. It differentiates from the sibling by focusing on a single site, though it does not explicitly mention the comparison tool. The purpose is unambiguous.

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

Usage Guidelines4/5

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

The description explicitly lists scenarios where this tool should be used, such as when users ask about AI mentions, readability, or visibility audits. It provides clear context but does not mention when not to use it or alternative tools, which is a minor gap given the sibling tool exists.

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

compare_ai_visibilityCompare AI visibilityA
Read-only
Inspect

Compare how visible several websites are to AI answer engines, side by side. Scans 2-4 URLs and ranks them by AI visibility score, showing which blocks AI crawlers, which is server-rendered, and which has answer-ready structured data. Use when someone wants to benchmark their site against competitors, or asks why a competitor gets recommended by AI assistants and they do not.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlsYesTwo to four site URLs. Put the user’s own site first; results are returned ranked by score.

Output Schema

ParametersJSON Schema
NameRequiredDescription
rowsYes
gatedNo
next_stepYes

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering safety and external dependency. The description adds specific behaviors: scanning 2-4 URLs, ranking by AI visibility score, and reporting on crawler blocking, server rendering, and structured data. This goes beyond the annotations without contradicting them, though it doesn't detail response structure (covered by output schema).

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

Conciseness5/5

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

The description is compact—two sentences, zero filler. The core purpose is front-loaded, followed by usage context. Every clause earns its place, and the differentiation from the sibling is embedded naturally.

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?

Given one simple parameter, a rich output schema, and annotations covering safety and open-world behavior, the description is complete. It tells the agent what the tool does, when to use it, and the key behavioral outputs, leaving nothing essential missing.

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% (the urls array is fully described with min/max items). The description adds value beyond the schema by instructing the agent to put the user's own site first and stating that results are returned ranked by score, which affects how the parameter should be ordered. This is helpful supplementary meaning.

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 uses a specific verb ('Compare') and resource ('how visible several websites are to AI answer engines'), clearly distinguishing it from the sibling check_ai_visibility (which likely checks a single site). It also enumerates the concrete outputs: ranking, AI crawler blocking, server rendering, and structured data readiness, making the purpose unmistakable.

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 states when to use the tool ('benchmark their site against competitors' or 'asks why a competitor gets recommended by AI assistants') and implies the alternative (single-site check) when a single URL is involved. This gives clear decision criteria and routes the agent appropriately.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedcheck_ai_visibility
    • First observedcompare_ai_visibility

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to audit a website's AI visibility by checking crawler access, identity files, and page signals, and running a full scored audit across ChatGPT, Claude, Gemini, and Perplexity.
    3
    36 npm
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Evaluates any website's AI visibility with 15 checks across crawlability, structure, content, and connectivity, and provides actionable fixes.
    7 npm
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to check how discoverable a website is to AI search engines and assistants by inspecting signals like crawler access, llms.txt, structured data, and on-page metadata, and returning a 0-100 visibility score.
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources