streamable-httpupdated 4mo ago
Scan any website for AI visibility and marketing health, with an interactive dashboard that renders inline in Claude and ChatGPT.
ai visibility scanner 能做什么?
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:
- Probe infrastructure (robots.txt, sitemap, llms.txt, agent-card.json, etc.)
- Analyze homepage + subpages (raw HTTP + Puppeteer JS rendering)
- Score across 3 AI Visibility dimensions + 6 Marketing Health dimensions
- Return interactive dashboard with findings and revenue impact estimates
Tools
| Tool | Visibility | Description |
|---|---|---|
scan_website |
model + app | Full scan with scores, findings, revenue impact |
refresh_scan |
app only | Re-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
安装
把 ai visibility scanner 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http ai-visibility-scanner https://ai-visibility-scanner-production.up.railway.app/mcpcodex mcp add ai-visibility-scanner --url https://ai-visibility-scanner-production.up.railway.app/mcp{
"mcpServers": {
"ai-visibility-scanner": {
"url": "https://ai-visibility-scanner-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ai-visibility-scanner": {
"type": "http",
"url": "https://ai-visibility-scanner-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ai-visibility-scanner": {
"url": "https://ai-visibility-scanner-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ai-visibility-scanner": {
"serverUrl": "https://ai-visibility-scanner-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
2 个工具
ai visibility scanner 向已连接的智能体提供 2 个工具。
- scan_website
- model + app
- refresh_scan
- app only
评分
48 / 100
尚可
- 文档13/25
- 维护13/25
- 可信度6/20
- 能力4/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 125 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 2 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年4月5日 |