Avenity AI Visibility
Server Details
Hireable AI-visibility service: get a business named in AI answers. Free audit + x402 hire.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- DanKaten/avenity-agentic-audit
- GitHub Stars
- 0
Available Tools
3 toolsaudit_business_visibilityAInspect
FREE. Check whether a business is named in AI answers for a specific money category in a specific place. This is the top-of-funnel: agents run it to diagnose a client.
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | The specific buyer category / product line (e.g. "commercial janitorial"). | |
| location | Yes | City/region the buyers are in (e.g. "Conroe, TX"). | |
| business_name | Yes | The business being audited (e.g. "Gracey's Commercial Cleaning"). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It discloses that the tool is free, is a check/read-type operation, and returns whether the business is named in AI answers. However, it does not clarify data sources, whether the response is a simple yes/no, or any limits, leaving some ambiguity.
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 crisp sentences plus a one-word 'FREE' flag. The core function is front-loaded, and the workflow-context sentence earns its place by guiding when to use the tool.
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 three-parameter lookup with 100% schema coverage and an output schema, the description supplies purpose, scope, cost, and workflow context. It could mention the exact AI source or answer format, but nothing blocks an agent from invoking 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?
Schema description coverage is 100%, so the baseline is 3. The description adds the framing of 'money category' and 'place' which maps naturally to category and location, but it provides no additional syntax, formatting, or relationship details beyond the 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?
States a specific verb ('Check whether'), a clear object (a business being named in AI answers), and the two key filters (money category, place). It also distinguishes its role by calling it the 'top-of-funnel' diagnostic step, separating it from the engagement-focused sibling tools.
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?
Provides clear workflow context: this is the top-of-funnel tool agents use to diagnose a client. It does not explicitly name sibling tools or say when not to use it, but the intended placement in the process is unmistakable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
purchase_engagementAInspect
Hire Avenity. x402-GATED: without valid payment_proof this returns HTTP-402-shaped payment requirements (pay to Avenity's wallet). With valid payment_proof, it settles via the facilitator, records the order, and confirms the engagement.
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | pricing tier (see request_engagement_quote). | local |
| contact | No | optional human contact for onboarding. | |
| categories | Yes | the categories/product lines to get named for. | |
| business_name | Yes | client being engaged. | |
| payment_proof | No | the x402 payment payload/settlement token from the agent's wallet. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the transparency burden and handles it well by disclosing the payment gate, the wallet destination, settlement via facilitator, order recording, and engagement confirmation. It does not mention reversibility or duplicate-purchase risk, but the core side effects are explicit.
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 compact and front-loaded with purpose before the gating condition. No words are wasted, though jargon like 'x402-GATED' and 'HTTP-402-shaped' may require external context.
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 output schema and fully documented parameters, the description provides the missing behavioral state: payment gating, settlement, order recording, and confirmation. It could more explicitly explain the relationship to request_engagement_quote, but an agent has enough to call the tool 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?
Schema description coverage is 100%, so the schema already documents all five parameters. The description reinforces the role of payment_proof but adds no new parameter-level meaning, matching the baseline for fully covered schemas.
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 clear verb and resource: 'Hire Avenity', then specifies what the tool does: settle via the facilitator, record the order, and confirm the engagement. This clearly distinguishes it from the sibling tools request_engagement_quote and audit_business_visibility.
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 x402-gating behavior gives concrete invocation context: without valid payment_proof the tool returns payment requirements, and with valid payment_proof it completes the purchase. It does not explicitly name sibling tools as alternatives, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_engagement_quoteAInspect
FREE. Return the scope and price to get a business NAMED in AI answers for the given categories. Each category is a separate entity / data-engineering unit of work.
tier: one of 'local' ($1500/mo, 3 categories), 'regional' ($3000/mo), 'national' ($5000/mo), or 'paige' ($300/mo monitoring/local).
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | local | |
| categories | Yes | ||
| business_name | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full transparency burden. It discloses that the call is free, returns scope and price, and explains tier pricing and category granularity. It does not explicitly state side effects or confirm it is read-only, but 'FREE' and 'Return the scope and price' strongly imply a non-mutating quote operation. Some behavioral details, such as whether the quote is binding or expires, are absent.
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 and front-loaded with the most important facts: free, returns scope/price, tier options. The pricing list is necessary and compact. It could be slightly more structured, but every sentence earns its place and there is no filler.
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?
The tool has an output schema, so return-value details are not required. With no annotations and no usage guidance, the description covers pricing and scope but omits when-to-use guidance relative to the sibling tools and some edge-case policy (e.g., what happens if categories exceed the local tier limit). It is adequate for a straightforward quote tool but has clear 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 description coverage is 0%, so the description must compensate. It adds real semantics for 'tier' by listing all allowed values with prices and category allowances, and clarifies that categories are separate units of work. 'business_name' and 'categories' are given context through 'business NAMED in AI answers' and 'given categories.' Minor gaps remain around category format and tier limits, but the description does substantial work beyond the bare 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 opens with a specific verb and resource: 'Return the scope and price to get a business NAMED in AI answers for the given categories.' It clearly explains what the quote covers and even defines categories as separate data-engineering units. This distinguishes it from the audit and purchase sibling tools without needing to name them.
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: it is a free quote request for pricing and scope before engaging. However, it does not explicitly say when to use this tool instead of audit_business_visibility or purchase_engagement, nor does it state prerequisites or when not to use it. The phrase 'FREE' and the pricing details hint at the pre-purchase context but leave routing to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Free AI visibility check: is your business cited when customers ask AI? Score plus competitors.
Checks if AI assistants name a local business. Free shareable report, honest fixes, no guarantees.
Live AI-visibility measurements across 7 answer engines, queryable by the business owner's own AI.
See whether AI assistants recommend your business - and where you rank - without leaving the chat.
Related MCP Servers
- AlicenseAqualityDmaintenanceAudit 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.5100MIT
- AlicenseNot gradedqualityDmaintenanceAEO & GEO strategy agent. Get cited by ChatGPT, Perplexity, Claude, and Google AI Overviews. Delivers schema markup, llms.txt, strategy audits, and progress reports via x402 payments on Base.77MIT
- AlicenseAqualityDmaintenanceEnables 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.41MIT

SitePulsar MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceMeasures and improves how findable, readable, and usable a website is to AI answer engines and autonomous AI agents through hosted AEO audit tools.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool occupies a distinct stage of the business funnel: diagnostic check, quote request, and purchase. There is no meaningful overlap between auditing visibility, requesting a quote, or paying for an engagement.
All tool names follow a clear verb-first snake_case pattern: audit_business_visibility, purchase_engagement, request_engagement_quote. The verbs and objects are semantically aligned with each tool's function.
Three tools is an appropriate, lean surface for a focused commercial sales workflow: diagnose, quote, and buy. Each tool earns its place and the set does not feel padded or incomplete.
The core funnel is covered: check visibility, get pricing, and purchase the engagement. A minor gap is the lack of any post-purchase status or monitoring management tool, especially given the mention of monitoring tiers.