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_visibilityAudit 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, the description carries the behavioral burden. It adds the 'FREE' cost signal and makes the read-only nature clear via 'Check whether.' It could mention response format or side effects, but the output schema exists and the operation is straightforwardly non-mutating.
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?
Two sentences, no filler. The key action and context are front-loaded, 'FREE' is immediately visible, and every sentence adds value.
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 is simple, schema covers all parameters, and an output schema exists. The description adds needed context about when to use it. It does not discuss limitations or relationships to siblings in depth, but it is sufficient 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?
Schema description coverage is 100%, so the parameters are already well documented with examples. The description does not add extra parameter-level meaning beyond the schema, which is acceptable given the baseline for full 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 uses a specific verb ('Check whether') and names the exact resource and scope: whether a business is named in AI answers for a given money category and place. This clearly distinguishes it from the purchase-oriented sibling tools, which focus on engagement and quotes.
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 gives clear use context: 'top-of-funnel' and 'agents run it to diagnose a client.' It does not explicitly list exclusions or when to prefer a sibling, but the context is strong enough for an agent to know this is an initial diagnostic step.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
purchase_engagementPurchase EngagementAInspect
Hire Avenity. x402-GATED: without valid payment_proof this returns HTTP-402-shaped payment requirements (pay to Avenity's wallet). With payment_proof, it is verified and settled against the x402 facilitator before the engagement is confirmed — an engagement is only ever marked "acquired" after the facilitator confirms the payment actually settled on-chain.
| 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 (the X-PAYMENT header value: base64-encoded JSON). |
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 burden, and it is transparent about the x402 gate, the HTTP-402-shaped response without valid payment_proof, payment verification against the facilitator, and the fact that 'acquired' is only set after on-chain settlement. It could add more about edge cases like failed/invalid proof or idempotency, but the core behavior is well disclosed.
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: one imperative hook ('Hire Avenity.') followed by a dense but efficient explanation of the payment gating and settlement behavior. Every sentence earns its place; 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?
For a payment-gated purchase tool with no annotations and an output schema present, the description explains the critical flow well: what happens without payment_proof, what happens with it, and when an engagement is considered acquired. It is missing only explicit routing guidance against the sibling tools, which prevents a perfect score.
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?
The schema already describes all 5 parameters with 100% coverage, so the baseline is 3. The description adds real behavioral meaning to payment_proof by explaining that it is the gate and settlement payload, and the tier parameter schema points to request_engagement_quote for pricing context. This goes beyond mere schema repetition.
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 opening phrase 'Hire Avenity' identifies a specific action and object, and the rest of the description clarifies this is the paid acquisition step. It is not a tautology and is distinguishable from the sibling tools by its payment-gating focus, though it could state more directly that it purchases/confirms an engagement.
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 two usage modes: without payment_proof it returns payment requirements, and with payment_proof it verifies/settles the payment before confirmation. This implicitly positions the tool as the settlement step after request_engagement_quote, but it never explicitly says when to use this vs audit_business_visibility or when not to call it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_engagement_quoteRequest 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?
No annotations are present, so the description carries the behavioral burden. It usefully discloses that the tool is free, returns scope/price, and treats each category as a separate unit of work. However, it does not explicitly state whether any record is created or whether this defers commitment/purchase, which leaves some side-effect 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 compact, front-loaded with the main purpose, and uses a scannable tier list. Every sentence adds useful information 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?
An output schema exists, so return-value details are not required from the description. The description covers pricing, tier options, and category semantics; the main gaps are explicit guidance on category-count limits per tier and the slightly opaque 'paige' tier explanation.
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 coverage, the description compensates well by enumerating the tier values with prices and explaining category semantics. Business_name is implied by 'business NAMED in AI answers', but the description does not specify category-count limits for regional/national tiers or mention the 'local' default.
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?
Description states a clear verb and resource: 'Return the scope and price to get a business NAMED in AI answers for the given categories.' This distinguishes it from purchase_engagement (quote vs purchase) and audit_business_visibility, while the tier/pricing detail reinforces the quoting purpose.
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 opening 'FREE' and 'Return the scope and price' clearly position this as the pre-purchase quoting step relative to purchase_engagement. It does not explicitly name when-not-to-use alternatives, so it stops short of full exclusion guidance.
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. Dates show when Glama detected each change.
1 tool update
- Changed
purchase_engagement1 field changed- changed
Input schema / properties / payment_proof / descriptionPrevious value: -"the x402 payment payload/settlement token from the agent's wallet."New value: +"the x402 payment payload/settlement token from the agent's wallet\n(the X-PAYMENT header value: base64-encoded JSON)."
3 tool updates
- First observed
audit_business_visibility - First observed
purchase_engagement - First observed
request_engagement_quote
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, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.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.584MIT
- AlicenseNot gradedqualityCmaintenanceAEO & 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
The three tools serve distinct steps: audit checks current visibility, request_engagement_quote provides pricing, and purchase_engagement completes the transaction. Audit and quote are somewhat related since both are free and diagnostic, but their descriptions clearly differentiate diagnosing existing visibility from scoping paid work.
All tool names use snake_case with clear action-first verbs: audit_, request_, purchase_. The pattern is consistent and readable, though the object phrases vary in structure and specificity.
Three tools fit the server's narrow purpose well: audit, quote, and purchase cover a clean sales funnel with no unnecessary extras. The count feels intentional and well-scoped for this niche service.
The core lifecycle is covered: diagnose visibility, request pricing, and buy the engagement. A minor gap is the lack of tools to check engagement status or manage existing engagements, but the primary workflow is complete.