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.4/5 across 4 of 4 tools scored. Lowest: 2.4/5.
Each tool has a clearly distinct purpose: full audit, premium audit with extras, quick single-query check, and query suggestion. No ambiguity between tools.
All tools use a consistent verb_noun pattern with snake_case naming. 'audit_domain' and 'audit_domain_premium' share a clear prefix, while 'quick_check' and 'suggest_queries' follow the same structure.
Four tools is appropriate for the AEO audit domain, covering the core operations without being overwhelming or sparse.
The tool set covers the main AEO audit needs: full audit, premium recommendations, quick check, and query generation. Minor gaps like history or subscription management are acceptable for this scope.
Available Tools
4 toolsaudit_domainAInspect
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: exa) | |
| competitors | No | Competitor domains |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It only states it runs an audit and returns metrics but does not mention if it is read-only, requires authentication, has rate limits, or any side effects. The description is minimal in behavioral transparency.
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 concise with two sentences, front-loading the main action and outputs. Every sentence adds value with no redundancy.
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's complexity (4 params, no output schema), the description adequately explains the return values (citation rate, grade, etc.). However, it lacks details on execution time, authentication needs, or whether the audit is real-time. Completeness is adequate but not thorough.
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 description coverage is 100%, so the description does not need to add parameter details. However, it adds context by explaining that queries are used to test the domain and that competitor comparison is returned, aligning with the competitors parameter. No syntax or format details are added beyond schema.
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 verb 'run' and the resource 'domain' for a full AEO audit. It specifies the actions (checks appearance across AI answer engines) and outputs (citation rate, grade, competitor comparison, per-query results). This distinguishes it from siblings like quick_check (lighter) and audit_domain_premium (more detailed).
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 this is for a comprehensive audit but does not explicitly state when to use it versus alternatives like quick_check or suggest_queries. It lacks usage context, exclusions, or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
quick_checkAInspect
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?
No annotations are provided, so the description bears full burden. It only says 'visibility check' without clarifying whether this operation is read-only, what side effects occur, or how results are returned. Critical behavioral details are omitted.
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 concise sentence that immediately conveys the tool's purpose. No redundant words; it front-loads the key information.
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?
While the tool is simple, the description lacks information about the output format or how to interpret results. With no output schema, the agent needs behavioral clues that are missing. It is adequate but not complete.
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 description coverage is 67% (query and domain described). The description adds no additional meaning beyond the schema. The 'provider' parameter lacks a description in both schema and tool description, leaving its purpose unclear.
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 it performs a 'single-query AI visibility check for a domain.' This is a specific verb-resource pair that distinguishes it from sibling tools like 'audit_domain' and 'suggest_queries' by emphasizing speed and single-query nature.
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 usage for quick checks but does not explicitly state when to use this tool versus sibling audit tools or provide any prerequisites or exclusions. The agent can infer, but guidance is missing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
suggest_queriesCInspect
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?
No annotations provided, and the description lacks any behavioral details such as API usage, rate limits, authentication, or what the tool actually does behind the scenes.
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?
Single sentence is concise but lacks structure and fails to include necessary details. While brevity is good, it sacrifices completeness.
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 4 parameters, no output schema, no annotations, and sibling tools, the description is severely incomplete. No information about return values, usage context, or edge cases.
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 0% schema description coverage and no parameter explanations in the description, the four parameters (count, domain, industry, language) are completely undocumented. The description only mentions domain/industry vaguely.
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 it generates AEO audit queries for a domain/industry, using a specific verb and resource. It distinguishes from sibling tools like audit_domain which likely perform audits rather than generate queries.
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?
No guidance on when to use this tool versus siblings like audit_domain or quick_check. No prerequisites, context, or alternatives mentioned.
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!