CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
spacemandomains avatar

TOP GUN GEO-Lens

spacemandomains/top_gun_mcp_server
1HTTPregistry active
Summary

This server audits brand visibility across AI-powered search engines and LLM training sources by querying Brave Search and Exa's neural search APIs. It exposes two paid tools: geo_quick_check ($0.05) for a fast visibility score and top citations, and audit_brand ($1.50) for a full report with LLM index status and six prioritized GEO recommendations. Payment flows through Stripe with USDC support, and the server verifies session IDs before returning results. Reach for this when you need to diagnose why a brand isn't surfacing in AI answers or generate actionable optimization strategies for generative engine visibility. The scoring runs 0 to 100 and includes citation URLs, snippets, and source attribution from both search engines.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

TOP GUN GEO-Lens — MCP Brand Visibility Auditor

Publish to MCP Registry

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?"

Tools

geo_quick_check — $0.05 USDC

Fast snapshot of brand visibility in AI-indexed sources.

OutputDetail
Visibility score0–100
Score labelStrong / Moderate / Weak / Not Found
Top 3 citationsURL, title, snippet, source
2 quick tipsActionable 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).

OutputDetail
Visibility score0–100
Score labelStrong / Moderate / Weak / Not Found
Top 5 citationsURL, title, snippet, source, position
LLM index statusBrave indexed, Exa indexed, estimated reach
6 GEO recommendationsPrioritized, 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, recommendations

If 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 start

Required env vars:

VariableRequiredDescription
STRIPE_SECRET_KEYYesStripe secret key for payment verification
STRIPE_PAYMENT_URLYesPayment link for full audit ($1.50 USDC)
STRIPE_QUICK_CHECK_PAYMENT_URLYesPayment link for quick check ($0.05 USDC)
BRAVE_SEARCH_API_KEYNo*Brave Search API key
EXA_API_KEYNo*Exa neural search API key
USDC_WALLET_ADDRESSNoUSDC wallet address shown to payers

*At least one search API key is required for results.


Pricing Summary

ToolCostBest For
geo_quick_check$0.05 USDCQuick sanity check, high-volume workflows
audit_brand$1.50 USDCDeep 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: stdio
  • No streaming — all responses are single text blocks
  • Scores range 0–100; >= 70 = Strong, 40–69 = Moderate, 1–39 = Weak, 0 = Not Found
  • Payment 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_brand is strictly more detailed than geo_quick_check; use quick_check for speed/cost, audit for depth
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedMay 10, 2026
View on GitHub

More from spacemandomains

  • Hawaii Conditions MCP Server
  • Library
  • MCP Registry Search1

Related Search & Web Crawling MCP Servers

View all →
stayce avatar
Icd Mcp

io.github.stayce/icd-mcp

WHO ICD-10/ICD-11 diagnosis codes. Lookup, search, chapters via official WHO API.
1
stayce avatar
Icf Mcp

io.github.stayce/icf-mcp

WHO ICF classification codes for health and disability. Lookup, search, browse via WHO API.
1
supertrained avatar
Rhumb Mcp

io.github.supertrained/rhumb-mcp

Agent gateway for Index discovery, AN Score evaluation, and Resolve governed execution
1
topofgames avatar
La Ei Romania

io.github.topofgames/la-ei-romania

Romanian classified ads and business directory. Search 30K+ businesses, ads, exchange rates.
1
trackly-app avatar
Trackly CLI

io.github.trackly-app/trackly

AI job search for Claude, ChatGPT, Cursor. 128K+ jobs, 1,900+ companies. OAuth or stdio.
1
u2n4 avatar
NanoBanana Pro 2

io.github.u2n4/nanobanana-imagen-mcp

4K AI image generation via NanoBanana Pro 2: Pro + Flash models, Google Search grounding
1