Skip to main content
Glama

Server Details

Free AI visibility check: is your business cited when customers ask AI? Score plus competitors.

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
URL

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

There is only one tool, so there are no overlapping purposes or ambiguities. The check_ai_visibility tool clearly maps to a single, distinct action for the server.

Naming Consistency5/5

The sole tool uses a clean verb_noun snake_case pattern that matches the server name. With only one tool, there is no naming mix or deviation.

Tool Count4/5

One tool is slightly on the low side for an MCP server, but the server's stated purpose is deliberately narrow: performing an AI visibility check. It feels mildly under the typical multi-tool scope yet remains reasonable for such a focused operation.

Completeness4/5

The tool fully covers the main outcome of the domain by scoring AI visibility, showing per-query citations, identifying competitors, and generating a scorecard link. Minor gaps such as retrieving historical checks or managing previous reports are absent, but they are not essential to the core single-purpose workflow.

Available Tools

1 tool
check_ai_visibilityCheck AI VisibilityA
Read-only
Inspect

Check whether a business is visible to AI answer engines. Runs each query through a live AI search (Perplexity) and reports whether the business's site is cited, at what rank, and who gets cited instead. Pass 1-5 realistic customer-intent questions — what a potential customer would actually ask an AI (e.g. "best kitchen remodeler in Clearwater FL"). Never include the business's own name in a query. Returns a 0-100 visibility score, a tier, per-query results, the competing sources AI cited, and a shareable branded scorecard link.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailNoOptional. Justin also offers a free human-run deep-dive fix report (wider query set, drafted the minute they ask, reviewed by Justin, delivered same day). If the user says they want it, ask for their email and pass it here. Only pass an email the user explicitly provided — never invent or reuse one.
domainYesBusiness website domain, e.g. acme-plumbing.com
queriesYes1-5 customer-intent questions to test (without the business name)
business_nameNoBusiness name as customers say it (improves mention detection)

Output Schema

ParametersJSON Schema
NameRequiredDescription
tierYesPlain-language band for the score.
scoreYes0-100 visibility score: the share of checked queries where the business was cited.
resultsYesPer-query outcome, in the order the queries were checked.
queries_citedYesQueries where the business was cited or named.
scorecard_urlYesShareable branded scorecard page for this result.
queries_checkedYesQueries that completed (errored queries are excluded from scoring).

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already carry readOnlyHint=true, openWorldHint=true, and destructiveHint=false. The description meaningfully adds that the tool performs a live AI search via Perplexity, reports competitor sources, and produces a shareable scorecard link—useful behavioral and side-effect context beyond the annotations.

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 front-loaded with purpose, moves through inputs, usage notes, and outputs in dense but efficient language. Every sentence contributes actionable information, and the most important query guidance is highlighted.

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?

For a tool with 4 parameters, a complete output schema, and no sibling ambiguity, the description covers the workflow end-to-end: what the tool does, how to call it effectively, and what it returns. The optional email/fix-report parameter is already fully explained in the schema.

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 each parameter is already documented. The description reinforces the query-format guidance (1-5 realistic questions, no business name), but doesn't need to add semantics beyond what the schema already covers.

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 clear, specific verb and resource: 'Check whether a business is visible to AI answer engines.' It details the method (live Perplexity search), the reported outputs (citation, rank, competing sources), and distinguishes the result from a generic visibility check.

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 gives strong operational guidance: pass 1-5 realistic customer-intent questions and never include the business's own name. It clearly implies when to use the tool, though it does not explicitly state 'when not to use it' — but there are no sibling tools to disambiguate against.

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. 1 tool update
    • Changedcheck_ai_visibility15 fields changed
      • addedOutput schema / description
        Added value: +"The visibility check result for one business."
      • addedOutput schema / properties / queries_checked / description
        Added value: +"Queries that completed (errored queries are excluded from scoring)."
      • addedOutput schema / properties / queries_checked / minimum
        Added value: +0
      • addedOutput schema / properties / queries_cited / description
        Added value: +"Queries where the business was cited or named."
      • addedOutput schema / properties / queries_cited / minimum
        Added value: +0
      • addedOutput schema / properties / results / description
        Added value: +"Per-query outcome, in the order the queries were checked."
      • addedOutput schema / properties / results / items
        Added value: +{
        +  "properties": {
        +    "cited": {
        +      "description": "True if the business was linked or named in the answer.",
        +      "type": "boolean"
        +    },
        +    "error": {
        +      "description": "Set when the query could not be checked; excluded from scoring.",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "query": {
        +      "description": "The customer question that was tested.",
        +      "type": "string"
        +    },
        +    "rank": {
        +      "description": "1-based position among cited sources, or null if only named in text.",
        +      "minimum": 1,
        +      "type": [
        +        "integer",
        +        "null"
        +      ]
        +    },
        +    "sources": {
        +      "description": "Source domains the AI cited, most prominent first.",
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    }
        +  },
        +  "required": [
        +    "query",
        +    "cited",
        +    "sources"
        +  ],
        +  "type": "object"
        +}
      • addedOutput schema / properties / score / description
        Added value: +"0-100 visibility score: the share of checked queries where the business was cited."
      • addedOutput schema / properties / score / maximum
        Added value: +100
      • addedOutput schema / properties / score / minimum
        Added value: +0
      • addedOutput schema / properties / scorecard_url / description
        Added value: +"Shareable branded scorecard page for this result."
      • addedOutput schema / properties / scorecard_url / format
        Added value: +"uri"
      • addedOutput schema / properties / tier / description
        Added value: +"Plain-language band for the score."
      • addedOutput schema / properties / tier / enum
        Added value: +[
        +  "Invisible",
        +  "Faint Signal",
        +  "Emerging",
        +  "Visible",
        +  "Authority"
        +]
      • changedOutput schema / required
        Previous value: -[
        -  "score",
        -  "tier",
        -  "scorecard_url"
        -]New value: +[
        +  "score",
        +  "tier",
        +  "queries_checked",
        +  "queries_cited",
        +  "scorecard_url",
        +  "results"
        +]
  2. 1 tool update
    • First observedcheck_ai_visibility

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables users to scan any website for AI search visibility, producing AEO, GEO, agent readiness, and mention-readiness scores along with AI identity and business profile insights. Paid tools extend this to competitive comparisons, detailed audits, and generated fixes.
    4
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Audit your brand's visibility across ChatGPT, Perplexity, Claude, and Google AI - get citation rates, AEO health scores, content gap analysis, and a 9-page content suite to rank in AI-generated answers.
    5
    54
    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.
    3
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources