// BRAND VISIBILITY INTELLIGENCE

Does your brand show up
when AI answers?

TOP GUN GEO-Lens audits your brand's visibility across large language models — scoring citations, index reach, and discoverability before your competitors do.

RUN AN AUDIT SEE HOW IT WORKS

How GEO-Lens works

Three steps from query to actionable intelligence on your brand's LLM footprint.

STEP 01

Submit your brand

Enter a brand name, company, or product. GEO-Lens fires queries across Brave Search and Exa to find every mention the LLM training pipelines can see.

STEP 02

Index analysis

We check whether your brand is indexed in both Brave and Exa — the two primary data sources that feed modern LLMs — and estimate your estimated reach.

STEP 03

Score & recommendations

Get a 0–100 visibility score, ranked citations, LLM index status, and concrete steps to close gaps and strengthen your AI presence.

Four-level readiness scale

Every audit returns a score from 0–100 mapped to a readiness label so you know exactly where you stand.

STRONG
75–100

High citation density. Your brand is well-indexed and frequently surfaced by LLMs.

MODERATE
40–74

Partial coverage. LLMs find you sometimes, but gaps exist worth closing.

WEAK
10–39

Sparse signals. Your brand rarely appears in LLM-facing indexes.

NOT FOUND
0–9

No meaningful index presence detected. Action required immediately.

What you get back

A real JSON response from /api/v1/quick-check — scored, cited, and ready to act on.

top-gun-geo-lens — quick-check response
$ curl -H "x-payment-token: cs_live_..." \
"https://api.top-gun-geo-lens.com/api/v1/quick-check?query=Acme+Corp"

{
  "query": "Acme Corp",
  "score": 62,
  "label": "Moderate",
  "topCitations": [
    {
      "position": 1,
      "title": "Acme Corp — Official Site",
      "url": "https://acmecorp.com",
      "source": "brave"
    }
  ],
  "quickTips": [
    "Submit sitemap to Brave Search for faster re-indexing",
    "Add structured data (schema.org/Organization) to homepage",
    "Increase third-party citation count via PR outreach"
  ]
}

Pay per audit. No subscriptions.

Each call is gated by a Stripe payment — pay only for what you run. No monthly fees, no seats.

QUICK CHECK

$0.50

per query · USDC

Fast visibility snapshot for a brand, product, or keyword. Results in seconds.

  • 0–100 visibility score
  • Strong / Moderate / Weak / Not Found label
  • Top citation links
  • 3 quick-win tips
  • Brave + Exa indexed signal
RUN QUICK CHECK →

Built for AI agents

GEO-Lens ships as a Model Context Protocol (MCP) server. Drop it into any MCP-compatible AI agent — Claude, Cursor, or your own tool — and let it audit brand visibility autonomously.

Or call the REST API directly with any HTTP client. Both paths use the same Stripe payment gate: $0.50 USDC for a quick check, $1.50 USDC for a full audit.

// mcp.json — Claude Desktop config { "mcpServers": { "top-gun-geo-lens": { "command": "npx", "args": [ "top-gun-mcp" ], "env": { "STRIPE_SECRET_KEY": "sk_live_...", "BRAVE_SEARCH_API_KEY": "..." } } } }