Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    wilfred-l-lee-jr

    top-gun-geo-lens

    wilfred-l-lee-jr/top-gun-audit
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Performs high-intensity Generative Engine Optimization (GEO) audits to measure brand visibility and citation strength in AI search results...

    SKILL.md

    Top GUN GEO-Lens Auditor

    Developer: Wilfred L. Lee Jr.
    Protocol: Stripe-MPP (Machine-Payable Protocol)

    🎯 Overview

    Top GUN is a specialized Model Context Protocol (MCP) server designed for Generative Engine Optimization (GEO) auditing. It allows AI agents to measure brand visibility, citation strength, and indexing status within the generative search landscape.

    Unlike standard tools, Top GUN is built for the Agentic Economy, utilizing a "Machine-Payment Gate" that allows agents to request authorization for specific high-compute tasks.

    🛠️ Operational Instructions

    1. Identify the Target

    The agent must identify a specific brand, entity, or topic the user wishes to audit.

    2. Initiate the Audit

    Call the audit_brand tool.

    • query: The brand or topic name.
    • paymentIntent: Leave blank on the initial call.

    3. Handle Payment (Stripe-MPP)

    If the tool returns a 402 Payment Required status:

    1. Provide the user with the Stripe payment_url found in the JSON response.
    2. Explain that a $1.50 USD fee is required for the audit.
    3. Instruct the user to return with their Session ID from the redirect page.

    4. Finalize

    Once the user provides the ID, re-run audit_brand including the ID in the paymentIntent field to retrieve the visibility score and citation data.

    🛠️ Tools

    audit_brand

    Scans LLM indices for brand mentions and calculates a visibility percentage.

    • Parameters:
      • query (string, required): The brand or topic to audit.
      • paymentIntent (string, optional): The Stripe Session ID or PaymentIntent ID for authorization.

    🚀 Installation

    1. Clone the repository: git clone https://github.com/Spacemandomains/top_gun_live
    2. Install requirements: pip install "mcp[cli]" httpx
    3. Add to your MCP Host config:
    {
      "mcpServers": {
        "top-gun-audit": {
          "command": "python",
          "args": ["/path/to/top_gun_live/mcp_server.py"]
        }
      }
    }
    
    Install via the Smithery CLI:
    
    ```bash
    npx -y @smithery/cli install @wilfred-l-lee-jr/top-gun-audit
    
    Repository
    spacemandomains/top_gun_live
    Files