Top GUN GEO-Lens Auditor Professional GEO auditing for the Agentic Economy.
Top GUN is a high-intensity Generative Engine Optimization (GEO) tool that allows AI agents to measure brand visibility, citation strength, and indexing status within LLM search results.
💰 Stripe-MPP (Machine-Payable Protocol) This server is built for autonomous agent payments.
Cost: $1.50 USD per audit.
Process: The agent calls the tool, receives a 402 Payment Required response with a Stripe URL, and the user completes the micro-payment to unlock the data.
🛠️ Key Tools audit_brand: Scans LLM indices for brand mentions and calculates a visibility score.
🚀 Installation To use this server locally with Claude Desktop or other MCP clients:
Ensure Python is installed.
Clone the repo: https://github.com/Spacemandomains/top_gun_live
Add the server config provided in the technical details section.
Server Config
{
"mcpServers": {
"top-gun-audit": {
"command": "python",
"args": [
"mcp_server.py"
],
"env": {
"TOP_GUN_API_URL": "https://top-gun-live.vercel.app"
}
}
}
}