AEO Audit
Server Details
AEO audit: score any website 0-100 for AI visibility. Checks schema, meta, content, AI crawlers.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- piiiico/aeo-mcp-server
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.7/5 across 4 of 4 tools scored. Lowest: 3/5.
audit_domain and audit_domain_premium are nearly identical in purpose, with premium being a superset, and quick_check also performs a similar visibility check. This creates significant ambiguity about which tool to use for a given task, despite distinct feature lists.
Tool names mix patterns: 'audit_domain', 'audit_domain_premium', 'quick_check', and 'suggest_queries' vary between verb_noun, suffixed verb_noun, adjective_noun, and verb_noun. The inconsistency makes predicting tool names or extensions harder.
With only 4 tools, the count is appropriate for a focused audit service. Each tool corresponds to a distinct workflow step or tier, and the number is well within the typical 3-15 range.
The set covers the full audit lifecycle: query generation, quick checks, full audits, and premium audits with recommendations. Minor gaps like historical audit tracking or comparison between runs exist, but core domain needs are well served.
Available Tools
4 toolsaudit_domainARead-onlyInspect
Run a full AEO (Answer Engine Optimization) audit for a domain. Checks how the domain appears across AI answer engines for given queries. Returns citation rate, grade (A-F), competitor comparison, and per-query results.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to audit (e.g., 'example.com') | |
| queries | Yes | Search queries to test | |
| provider | No | AI engine (default: perplexity) | |
| competitors | No | Competitor domains |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only and open-world behavior; the description adds meaningful context by stating that it checks appearances across AI answer engines and returns citation rate, grade (A-F), competitor comparison, and per-query results. It does not contradict the annotations and provides more detail than the annotations alone.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler: the first sentence delivers the core action and scope, the second summarizes the key outputs. It is compact, front-loaded, and every clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description appropriately lists the main return categories (citation rate, grade, competitor comparison, per-query results) and the audit scope. It doesn't mention the default provider or query limits, but the input schema covers those details, so the description is sufficiently complete for a tool of this complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and each parameter already has a clear description. The tool description uses 'domain,' 'given queries,' and 'competitor comparison' but adds little beyond the schema's own parameter descriptions, so it stays at the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource ('Run a full AEO audit for a domain') and goes on to list concrete outputs (citation rate, grade, competitor comparison, per-query results). The word 'full' helps distinguish it from quick_check and suggests a comprehensive audit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies a comprehensive audit use case via 'full', but it never explicitly states when to use this tool versus audit_domain_premium or quick_check. There are no exclusions or direct alternative recommendations, leaving the agent to infer usage from sibling names and context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
quick_checkARead-onlyInspect
Quick single-query AI visibility check for a domain.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to test | |
| domain | Yes | The domain to check | |
| provider | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and openWorldHint. The description adds the 'single-query' scope, which is useful, but it does not disclose return format, provider behavior, or other behavioral details. No contradictions with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence of seven words, front-loaded with the core purpose. Every word earns its place, and there is no redundant phrasing or unnecessary detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 3-param tool with no output schema, the description is minimally sufficient but leaves gaps: it doesn't describe the response format, provider selection implications, or how this differs from audit_domain. It is adequate but not comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema descriptions cover domain and query, while provider has only enum values with no description. The tool description does not mention provider or explain defaults, so it doesn't compensate for the missing provider description. However, the enum values (exa, perplexity) are self-explanatory.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action: 'Quick single-query AI visibility check for a domain.' This distinguishes it from siblings like audit_domain (comprehensive audit) and suggest_queries (query generation), making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The 'quick' and 'single-query' wording implies it is for lightweight, focused checks rather than full audits, but it does not explicitly say when to use this tool instead of audit_domain or audit_domain_premium, nor does it offer exclusions or alternative recommendations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
suggest_queriesBRead-onlyIdempotentInspect
Generate AEO audit queries for a domain/industry.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| domain | Yes | ||
| industry | No | ||
| language | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows this is safe and repeatable. The description adds minimal behavioral context beyond 'generate queries', suggesting it returns queries rather than performing an audit, but provides no details about rate limits, response format, or side effects. The description does not contradict annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, front-loaded with the action ('Generate AEO audit queries') and scope ('for a domain/industry'). Every word earns its place; there is no fluff or repetition. It is concise and well-structured for quick scanning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 4 parameters, no output schema, and no parameter descriptions, the description is under-specified. It does not explain what the generated queries look like, how count/language affect results, or how it differs from the sibling audit tools. The read-only annotations cover safety, but the description leaves significant gaps for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema description coverage at 0%, the description must explain parameter meanings. It only covers 'domain/industry' implicitly, leaving 'count' and 'language' unexplained. The schema's constraints (count min/max, language enum) are not referenced, so the description adds only a partial bridge between parameters and intent.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Generate AEO audit queries for a domain/industry.' It uses a specific verb ('generate') and identifies the resource (AEO audit queries). It distinguishes itself from sibling tools like audit_domain and audit_domain_premium by implying it produces queries rather than conducting audits, though it doesn't explicitly name alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It does not mention any prerequisites, exclusions, or scenarios where this tool is preferred over audit_domain or quick_check. The usage context is only implied by the tool's name and purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityBmaintenanceRuns AI visibility (GEO/AEO) audits on websites, checking AI crawler access, schema markup, llms.txt, and content signals, with optional full PDF report.MIT

SitePulsar MCP Serverofficial
Alicense-qualityCmaintenanceMeasures and improves how findable, readable, and usable a website is to AI answer engines and autonomous AI agents through hosted AEO audit tools.MIT- Alicense-qualityAmaintenanceEvaluates any website's AI visibility with 15 checks across crawlability, structure, content, and connectivity, and provides actionable fixes.0MIT
- AlicenseAqualityBmaintenanceCheck whether a website is visible to AI search engines (ChatGPT, Perplexity, Claude, Google AI Overviews). Returns a 0-100 readiness score, a grade, and a specific fix for each gap. Dependency-free, no API keys.24MIT