TOP GUN GEO-Lens
Server Details
Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Spacemandomains/top_gun_mcp_server
- GitHub Stars
- 1
- Server Listing
- TOP GUN GEO-Lens
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 4.4/5 across 3 of 3 tools scored. Lowest: 3.9/5.
Each tool has a clearly distinct purpose: audit_brand for full audit, geo_quick_check for quick snapshot, and get_payment_info for payment details. Descriptions explicitly contrast the two audit tiers, preventing confusion.
All tools use snake_case with a verb-noun or noun-verb structure. While audit_brand and get_payment_info follow a verb_noun pattern, geo_quick_check places 'geo' as a prefix, but 'check' is still a verb, maintaining readability and consistency.
Three tools is well-scoped for a brand visibility auditing service: two audit tiers and payment info. No unnecessary tools, and the count fits the purpose perfectly.
The tool surface covers the core workflows (quick check, full audit, payment). Minor gaps like history or account management exist but are not essential for the stated purpose, leaving agents able to complete tasks without dead ends.
Available Tools
3 toolsaudit_brandAInspect
Full brand visibility audit across LLM-indexed sources (Brave + Exa, 10 results). Returns a visibility score (0–100), score label, top 5 citation URLs, LLM index status, and 6 actionable GEO recommendations. Costs $1.50 USDC. For a quick snapshot at $0.05 use geo_quick_check.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Brand name, company, or product to audit (e.g. 'Anthropic', 'Linear', 'Vercel') | |
| paymentToken | No | Stripe checkout session ID from a completed $1.50 USDC payment. If omitted, the tool returns a payment link instead of audit results. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It discloses the cost ($1.50 USDC), the return values, and the behavior when paymentToken is omitted (returns payment link). This is comprehensive for a read-only audit tool.
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 concise sentences with no wasted words. First sentence covers purpose and output, second adds cost and alternative. Information density is high and well-organized.
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?
Despite no output schema, the description lists all return components (visibility score, label, citations, index status, GEO recommendations). It also covers payment flow and alternative tool. Completeness is high.
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% (baseline 3). The description adds value beyond schema by explaining the query parameter with examples and clarifying the paymentToken role. This justifies a higher score.
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 performs a 'Full brand visibility audit across LLM-indexed sources (Brave + Exa, 10 results).' It differentiates from sibling tool 'geo_quick_check' by specifying the scope and depth.
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?
Explicitly suggests using 'geo_quick_check' for a quick snapshot at lower cost, providing clear context for when to choose this tool. Could further state when not to use it (e.g., for non-LLM sources) but is adequate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
geo_quick_checkAInspect
Quick brand visibility snapshot across LLM-indexed sources. Returns a score (0–100), top 3 citation URLs, and 2 quick improvement tips. Single-source search (5 results). Costs $0.05 USDC. For full citations, LLM index status, and 6 GEO recommendations use audit_brand ($1.50).
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Brand name, company, or product to check (e.g. 'Stripe', 'Notion', 'Acme') | |
| paymentToken | No | Stripe checkout session ID from a completed $0.05 USDC payment. If omitted, the tool returns a payment link. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses key behaviors: it is a single-source search (5 results), costs $0.05 USDC, and returns a payment link if no token is provided. However, it does not mention what happens on error (e.g., invalid brand or token) or any rate limits, but the transparency is adequate for a simple read-oriented tool.
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 extremely concise—two sentences that front-load the core purpose and output, then directly contrast with the sibling tool. Every sentence adds essential information without 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?
The tool is simple and lacks an output schema, but the description lists the expected return elements (score, URLs, tips). It is complete enough for an agent to understand what the tool does and what it yields. Minor gaps like error handling or result format details are acceptable given the tool's simplicity.
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% (both parameters have descriptions). The description adds value beyond schema by explaining the paymentToken fallback behavior ('If omitted, the tool returns a payment link') and implicitly connecting the query to a brand name, but the schema already handles the basic semantics well.
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: a quick brand visibility snapshot across LLM-indexed sources, returning a score, top 3 citations, and 2 tips. It also distinguishes from the sibling 'audit_brand' by emphasizing it's a single-source search with limited results and a lower cost, 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 description explicitly tells the agent when to use this tool ('quick snapshot') and when to use the sibling 'audit_brand' for full citations and recommendations. It also notes the payment requirement and provides the fallback behavior (returns payment link if token omitted), offering clear guidance on invocation context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_payment_infoAInspect
Get payment URLs and USDC wallet address for both audit tiers.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
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 implies a read-only retrieval operation with no side effects, but does not mention authorization, rate limits, or any behavioral nuances. For a simple getter with zero parameters, the disclosure is adequate but minimal.
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 with 11 words, front-loading the core action and resource. Every word earns its place; no redundancy or fluff.
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 no output schema and no annotations, the description could be more explicit about the structure of the returned data (e.g., format of URLs, whether both tiers are returned in a single response). However, for a zero-parameter tool of low complexity, the current description provides a functional minimum.
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 tool has zero parameters, so the description does not need to add parameter info. The schema coverage is vacuously 100%. Baseline for 0 params is 4, and the description correctly focuses on the tool's output, adding no confusion.
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 'Get' and clearly identifies the resources: 'payment URLs and USDC wallet address'. It also specifies scope ('for both audit tiers'), which distinguishes it from sibling tools that deal with brand audits and geographic checks. The purpose is 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?
No explicit guidance on when to use this tool versus alternatives. The description implies it is for retrieving payment info, but does not state when not to use it or provide comparative context. The simplicity of the tool (no parameters) makes this gap minor.
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-qualityCmaintenanceEnables AI assistants to scan brand visibility across ChatGPT, Claude, Gemini & Perplexity, analyze website GEO readiness, compare competitors, and get actionable recommendations.Last updatedMIT
- AlicenseAqualityCmaintenanceTrack brand visibility across ChatGPT, Perplexity, Claude, and Gemini.Last updated6188MIT
- AlicenseAqualityCmaintenanceEnables AI visibility analysis for brands, providing scores, sentiment, competitor comparison, and recommendations across multiple AI models like Claude and GPT-4o.Last updated2151MIT

LLM Pulse MCP Serverofficial
AlicenseAqualityBmaintenanceMonitors brand mentions, citations, sentiment, competitor share of voice, and GEO performance across AI search engines.Last updated1MIT
Your Connectors
Sign in to create a connector for this server.