CAT
/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

Cross AI Tools

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
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Ai Visibility

sharozdawa/ai-visibility
6STDIOregistry active
Summary

Gives Claude six MCP tools to track how your brand shows up in ChatGPT, Perplexity, Claude, and Gemini responses. You can run check_brand_visibility to get mention rates, positioning, and sentiment across all platforms, or use check_single_query to test specific prompts on individual AIs. The compare_brands tool benchmarks you against up to 10 competitors, while get_visibility_score returns a 0-100 rating based on mention frequency, position quality, and sentiment. Recommendations are prioritized and actionable. Uses seeded randomness for reproducible results. This is the MCP interface to an open source alternative to paid AI visibility tools like Otterly and AthenaHQ.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

npm version GitHub stars License PRs Welcome AI Visibility MCP server

Know exactly how AI platforms talk about your brand.
Track mentions, sentiment, position, and competitors across the AI platforms that shape buying decisions.


Features

  • Multi-Platform Tracking — Monitor visibility across ChatGPT, Perplexity, Claude, and Gemini simultaneously
  • Visibility Scoring — Get a 0-100 score with tier ratings (Excellent / Good / Moderate / Low / Very Low)
  • Sentiment Analysis — Understand whether AI platforms describe your brand positively, neutrally, or negatively
  • Competitor Intelligence — See which competitors appear alongside your brand in AI responses
  • Brand Comparison — Compare up to 10 brands side by side with per-platform breakdowns
  • Actionable Recommendations — Get prioritized steps to improve your AI visibility
  • MCP Server — Works with Claude Desktop, Cursor, and any MCP-compatible client
  • Consistent Results — Seeded randomness ensures reproducible results for the same brand

MCP Server Installation

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "ai-visibility": {
      "command": "npx",
      "args": ["-y", "ai-visibility-mcp"]
    }
  }
}

Cursor

Add to your Cursor MCP settings (.cursor/mcp.json):

{
  "mcpServers": {
    "ai-visibility": {
      "command": "npx",
      "args": ["-y", "ai-visibility-mcp"]
    }
  }
}

npx (standalone)

npx ai-visibility-mcp

MCP Tools

ToolDescription
check_brand_visibilityCheck a brand's visibility across AI platforms with detailed per-platform results, mention rates, positions, sentiment, and competitor analysis
check_single_queryCheck brand mention for a specific query on a specific platform — get mention status, position, context snippet, and sentiment
get_visibility_scoreCalculate overall AI visibility score (0-100) with tier rating, per-platform breakdowns, and improvement recommendations
compare_brandsCompare visibility of 2-10 brands side by side with ranked results and per-platform scores
get_recommendationsGet prioritized, actionable recommendations to improve AI visibility based on current score
list_platformsList all supported AI platforms with details on how each sources and presents brand information

How Scoring Works

The visibility score (0-100) is calculated from three components:

ComponentWeightWhat It Measures
Mention Rate40%How often the brand appears in AI responses
Position Quality30%Where the brand is mentioned (1st = best, 5th = worst)
Sentiment30%Whether mentions are positive, neutral, or negative

Score Tiers:

  • 80-100 Excellent — Strong presence across platforms
  • 60-79 Good — Visible but room to improve
  • 40-59 Moderate — Appears in some responses
  • 20-39 Low — Limited visibility
  • 0-19 Very Low — Rarely mentioned

Self-Hosting

Clone the repo and build the MCP server:

git clone https://github.com/sharozdawa/ai-visibility.git
cd ai-visibility/mcp-server
npm install
npm run build

Run the MCP server directly:

node dist/index.js

Or point your MCP client to the local build:

{
  "mcpServers": {
    "ai-visibility": {
      "command": "node",
      "args": ["/path/to/ai-visibility/mcp-server/dist/index.js"]
    }
  }
}

Run the Web Dashboard

The project includes a Next.js dashboard for visual tracking:

cd ai-visibility
cp .env.example .env
# Set your DATABASE_URL in .env
npm install
npx prisma db push
npm run dev

Platforms Tracked

PlatformCompanyHow It Sources Information
ChatGPTOpenAITrained on web data; optional web browsing for real-time info
PerplexityPerplexity AIReal-time web search with source citations
ClaudeAnthropicTrained on web data; focuses on accurate, well-reasoned responses
GeminiGoogleLeverages Google Search index and Knowledge Graph

Why AI Visibility vs Paid Alternatives

Featureai-visibilityOtterlyAthenaHQ
Platforms tracked432
Visibility scoreYesYesYes
Competitor analysisYesYesLimited
Sentiment analysisYesNoNo
Self-hostableYesNoNo
Open sourceYesNoNo
PriceFree$100-300/mo$200-500/mo

More Open Source SEO Tools

ToolDescription
awesome-seo-mcp-serversCurated list of SEO MCP servers and agent skills
robotstxt-aiVisual robots.txt manager for AI crawlers
indexnow-mcpInstant URL indexing via IndexNow
schema-genSchema.org JSON-LD markup generator

License

MIT


Built by Sharoz Dawa
GitHub

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
AI & LLM Tools
Registryactive
Packageai-visibility-mcp
TransportSTDIO
UpdatedMar 21, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f