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 Scanner

edelgad3/ai-visibility-scanner
HTTPregistry active
Summary

This scanner plugs into Claude or ChatGPT via streamable HTTP and runs a multi-layer audit of any website's AI discoverability. It checks infrastructure files like robots.txt, sitemap.xml, llms.txt, and agent-card.json, then renders pages with Puppeteer to analyze schema markup, multimodal content, and semantic HTML. You get back an interactive dashboard scored across nine dimensions including GEO readiness, agent compatibility, and standard marketing health metrics like SEO and conversion optimization. The main tool is scan_website, with a refresh_scan follow-up for re-running from the dashboard. Useful when you need to quickly assess whether a site is visible to AI agents and search engines or diagnose gaps in structured data and discoverability signals.

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 →

AI Visibility Scanner — MCP App

Scan any website for AI visibility and marketing health, with an interactive dashboard that renders inline in Claude and ChatGPT.

Live Endpoint

https://ai-visibility-scanner-production.up.railway.app/mcp

Connect to Claude

Claude Desktop

Settings > Connectors > Add Custom Connector > paste:

https://ai-visibility-scanner-production.up.railway.app/mcp

Claude Code

claude mcp add ai-visibility-scanner --transport streamable-http https://ai-visibility-scanner-production.up.railway.app/mcp

Connect to ChatGPT

Settings > Apps > Developer Mode > Add MCP Server > paste:

https://ai-visibility-scanner-production.up.railway.app/mcp

Usage

Once connected, just ask:

"Scan etherealmedia.ai for AI visibility"

The scanner will:

  1. Probe infrastructure (robots.txt, sitemap, llms.txt, agent-card.json, etc.)
  2. Analyze homepage + subpages (raw HTTP + Puppeteer JS rendering)
  3. Score across 3 AI Visibility dimensions + 6 Marketing Health dimensions
  4. Return interactive dashboard with findings and revenue impact estimates

Tools

ToolVisibilityDescription
scan_websitemodel + appFull scan with scores, findings, revenue impact
refresh_scanapp onlyRe-scan from the dashboard UI

Scores

  • GEO (Generative Engine Optimization): Schema, robots, sitemap, llms.txt
  • Multimodal: OG images, video, alt text, WebP/AVIF, srcset
  • Agent-Ready: llms.txt, agent-card.json, UCP, WebMCP, semantic HTML
  • Marketing Health: SEO, CTA/CRO, Trust, Analytics, Competitive, Growth

Development

npm install
npm run serve    # Build UI + start MCP server on :3001

Deploy

Docker with Puppeteer/Chrome:

docker build -t ai-visibility-scanner .
docker run -p 3001:3001 ai-visibility-scanner

Railway:

railway up

Built by Ethereal Media — The Ethereal Forge

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 →
Registryactive
TransportHTTP
UpdatedApr 5, 2026
View on GitHub