TOP GUN GEO-Lens
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TOP GUN GEO-Lensquick check visibility for brand 'Stripe'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TOP GUN GEO-Lens — MCP Brand Visibility Auditor
For AI Agents: This is an MCP server. Connect it, call its tools, and instantly know whether any brand is visible to LLMs and AI search engines — with actionable recommendations to improve it.
What This Does
TOP GUN GEO-Lens measures how visible a brand is across the sources that power AI answers: Brave AI Search, Exa neural search, and LLM-indexed content. It returns a scored report with citations, index status, and concrete GEO (Generative Engine Optimization) recommendations.
Use it when an agent needs to answer questions like:
"Is [brand] showing up in AI-powered search results?"
"Why isn't [brand] being recommended by AI assistants?"
"What should [brand] do to rank higher in LLM outputs?"
Related MCP server: Sanbi ADK Agent MCP Server
Tools
geo_quick_check — $0.05 USDC
Fast snapshot of brand visibility in AI-indexed sources.
Output | Detail |
Visibility score | 0–100 |
Score label | Strong / Moderate / Weak / Not Found |
Top 3 citations | URL, title, snippet, source |
2 quick tips | Actionable GEO improvements |
{
"tool": "geo_quick_check",
"query": "Stripe",
"paymentToken": "<stripe-session-id>"
}audit_brand — $1.50 USDC
Full brand visibility audit using dual search (Brave + Exa, 10 results each).
Output | Detail |
Visibility score | 0–100 |
Score label | Strong / Moderate / Weak / Not Found |
Top 5 citations | URL, title, snippet, source, position |
LLM index status | Brave indexed, Exa indexed, estimated reach |
6 GEO recommendations | Prioritized, actionable improvements |
{
"tool": "audit_brand",
"query": "Anthropic",
"paymentToken": "<stripe-session-id>"
}get_payment_info — Free
Returns payment URLs and USDC wallet address for both tiers. Call this first if you don't have a payment token.
{
"tool": "get_payment_info"
}Agent Workflow
1. Call get_payment_info → get payment URLs
2. Direct user to payment link → user pays $0.05 or $1.50 USDC
3. User provides Stripe session ID
4. Call geo_quick_check or audit_brand with paymentToken
5. Parse structured results → score, citations, recommendationsIf paymentToken is omitted, the tool returns a payment link instead of results — no error thrown.
Connecting to Claude / MCP Clients
Add to your claude_desktop_config.json (or equivalent MCP config):
{
"mcpServers": {
"top-gun-geo-lens": {
"command": "node",
"args": ["/path/to/top_gun_mcp_server/dist/index.js"],
"env": {
"STRIPE_SECRET_KEY": "sk_live_...",
"STRIPE_PAYMENT_URL": "https://buy.stripe.com/...",
"STRIPE_QUICK_CHECK_PAYMENT_URL": "https://buy.stripe.com/...",
"BRAVE_SEARCH_API_KEY": "BSA...",
"EXA_API_KEY": "...",
"USDC_WALLET_ADDRESS": "0x..."
}
}
}
}Setup
git clone https://github.com/spacemandomains/top_gun_mcp_server
cd top_gun_mcp_server
npm install
cp .env.example .env # fill in your keys
npm run build
npm startRequired env vars:
Variable | Required | Description |
| Yes | Stripe secret key for payment verification |
| Yes | Payment link for full audit ($1.50 USDC) |
| Yes | Payment link for quick check ($0.05 USDC) |
| No* | Brave Search API key |
| No* | Exa neural search API key |
| No | USDC wallet address shown to payers |
*At least one search API key is required for results.
Pricing Summary
Tool | Cost | Best For |
| $0.05 USDC | Quick sanity check, high-volume workflows |
| $1.50 USDC | Deep audit, client reports, GEO strategy |
Tech Stack
Runtime: Node.js ≥ 18, TypeScript
Protocol: Model Context Protocol (
@modelcontextprotocol/sdk)Search: Brave Search API + Exa neural search
Payments: Stripe + USDC on-chain
Deploy: Vercel-ready
For AI Agents — Key Facts
Transport:
stdioNo streaming — all responses are single text blocks
Scores range 0–100;
>= 70= Strong,40–69= Moderate,1–39= Weak,0= Not FoundPayment tokens are Stripe Checkout Session IDs (format:
cs_live_...)Calling any paid tool without a token returns a structured payment prompt, not an error
audit_brandis strictly more detailed thangeo_quick_check; use quick_check for speed/cost, audit for depth
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.Last updated16501MIT
- Alicense-qualityBmaintenanceEnables AI agents to run brand-visibility audits by querying multiple AI engines, generating competitive leaderboards, and identifying growth opportunities. Integrates with any MCP-capable client to measure and act on brand discoverability in AI recommendations.Last updatedMIT
- 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
- AlicenseAqualityCmaintenanceEnables AI visibility analysis for brands, providing scores, sentiment, competitor comparison, and recommendations across multiple AI models like Claude and GPT-4o.Last updated2151MIT
Related MCP Connectors
AI brand visibility analytics: visibility scores, optimizations, video, Reddit, and search rankings.
AI visibility analytics for brand mentions, citations, sentiment, and GEO reports
SEO AI-Visibility MCP — does brand X appear in an LLM's answer (GEO / AI-SEO)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Spacemandomains/top_gun_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server