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_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: exa) | |
| competitors | No | Competitor domains |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and openWorldHint, so the description adds value by specifying that it checks how a domain appears across AI answer engines and returns specific metrics. No contradictory or missing behavioral traits.
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 three concise sentences, each adding value: the main action, what is checked, and what is returned. No unnecessary words, and the structure is front-loaded.
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 there is no output schema, the description adequately covers return values (citation rate, grade, etc.) and the scope of the audit. However, it does not explain the grading scale or what 'full' entails, leaving minor gaps.
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%, so parameters are well-documented in the schema. The description adds minimal new insight, only implicitly referencing competitors through 'competitor comparison' in the output.
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 runs a full AEO audit for a domain, listing specific outputs like citation rate, grade, competitor comparison, and per-query results. This distinguishes it from siblings like quick_check (likely lighter) and audit_domain_premium (premium version).
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 explains what the tool does but does not provide explicit guidance on when to use it versus siblings like audit_domain_premium or quick_check. The usage context is implied but not stated, leaving the agent to infer.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
quick_checkBRead-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=true (safe read) and openWorldHint=true (external data, potentially inconsistent). The description adds 'quick single-query AI visibility check' but does not elaborate on behavior beyond what annotations provide, such as whether results are cached, rate-limited, or how the check is performed. Minimal added value.
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, short and to the point. It front-loads the purpose effectively. However, it could be slightly expanded to include key behavioral notes without becoming verbose.
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 low complexity (no output schema, 3 parameters with 67% coverage, no nested objects), the description provides the basic purpose. However, it lacks any mention of return values or output format, which is a notable gap for a tool that likely returns a result.
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 67%, with descriptions for 'query' and 'domain' but not for 'provider' (enum). The description does not add any parameter-specific meaning, such as explaining the 'provider' parameter's role or valid values, leaving the agent to infer from the enum alone.
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 'Quick single-query AI visibility check for a domain' clearly indicates the tool's verb ('check') and resource ('AI visibility' for a domain). It distinguishes from sibling tools (audit_domain, audit_domain_premium, suggest_queries) by implying a quick, singular query focus, though it could be more explicit about what 'visibility' entails.
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 via the term 'quick single-query', but provides no explicit guidance on when to use this tool vs. alternatives, no when-not-to-use conditions, and no mention of prerequisites or context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
suggest_queriesCRead-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 and idempotentHint, so description doesn't need to repeat. The word 'generate' might imply creation, but in context it means returning suggested queries. No additional behavioral details provided.
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 sufficient detail to be truly helpful; it is neither verbose nor wasteful.
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 and no output schema, the description is too sparse. It does not explain what sort of queries are returned, how count affects output, or the role of domain vs industry.
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 0%. The description does not explain any of the 4 parameters (count, domain, industry, language), leaving the agent without guidance on how to fill them meaningfully.
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, but does not differentiate from sibling tools like audit_domain or audit_domain_premium, which might perform actual audits.
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 alternatives; the description does not explain that it is for query suggestions versus running audits or that it is safe/read-only.
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!