Performs high-intensity Generative Engine Optimization (GEO) audits to measure brand visibility and citation strength in AI search results...
Developer: Wilfred L. Lee Jr.
Protocol: Stripe-MPP (Machine-Payable Protocol)
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.
The agent must identify a specific brand, entity, or topic the user wishes to audit.
Call the audit_brand tool.
If the tool returns a 402 Payment Required status:
payment_url found in the JSON response.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.
audit_brandScans LLM indices for brand mentions and calculates a visibility percentage.
query (string, required): The brand or topic to audit.paymentIntent (string, optional): The Stripe Session ID or PaymentIntent ID for authorization.git clone https://github.com/Spacemandomains/top_gun_livepip install "mcp[cli]" httpx{
"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