npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

maxaeo-ai-visibility-mcp

v0.3.2

Published

Local-first MCP server for AI visibility audits, GEO/AEO, llms.txt checks, and AI crawler readiness.

Readme

MaxAEO AI Visibility MCP Server:GEO / AEO / AI SEO 体检

本项目是一个 local-first 的 Model Context Protocol (MCP) server,用于在 Claude、Codex、Cursor、Windsurf 和其他 MCP-compatible agents 中运行 AI 可见性体检、GEO、AEO、AI SEO、llms.txt 和 AI crawler readiness 检查。

English README

它帮助 Claude、Codex、Cursor 等 Agent 检查一个公开网站是否便于 AI 搜索理解、抓取和引用。默认只做本地/公开网页检查,不调用 MaxAEO 云端 API,不上传用户域名,不调用 LLM API,也不做隐藏遥测。

60 秒快速配置

从 npm 安装:

npm install -g maxaeo-ai-visibility-mcp

添加到 MCP client:

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

在 Agent 中运行体检:

使用 MaxAEO AI Visibility MCP 体检 https://example.com,并输出 7 天行动计划。

如果需要 Claude / Codex 命令式工作流,见 MaxAEO AI Visibility Agent Kit

目录收录文案

如果要把这个项目提交到 MCP 目录、awesome list、AI SEO 资源列表、GEO 资源列表或 llms.txt 工具索引,建议使用事实型描述:

[MaxAEO AI Visibility MCP](https://github.com/maxaeo/maxaeo-ai-visibility-mcp) - Local-first MCP server for GEO/AEO and AI visibility audits. Checks llms.txt, AI crawler access, robots, sitemap, canonical, metadata, noindex, and JSON-LD; returns local-only visibility score, technical foundation score, top issues, and a 7-day action plan. Install: `npx -y maxaeo-ai-visibility-mcp`.

如果列表更适合 Claude / Codex 命令式工作流,提交 MaxAEO AI Visibility Agent Kit

使用场景

  • 从 MCP client 或 coding agent 中运行 AI 可见性体检。
  • 检查网站的 GEO / generative engine optimization 基础。
  • 检查网站的 AEO / answer engine optimization 基础。
  • 校验 llms.txt、robots.txt、sitemap、canonical、noindex、metadata 和 JSON-LD。
  • 在不调用付费 LLM/Search API 的前提下生成 7 天行动计划。

本 MCP server 覆盖的常见搜索意图:

  • AI visibility MCP server
  • Claude SEO MCP
  • Codex AI visibility audit
  • GEO / AEO local website audit
  • llms.txt checker
  • GPTBot、ClaudeBot、PerplexityBot、Google-Extended 和 AI search workflows 的 AI crawler readiness

工具

| 工具 | 作用 | |---|---| | check_llms_txt | 检查 /llms.txt、链接可达性、robots 对齐和 sitemap 对齐。 | | audit_ai_crawler_readiness | 检查 robots 规则、sitemap、首页 metadata、canonical、schema、noindex 和 AI crawler 可访问性。 | | build_ai_visibility_report | 运行本地检查并输出行动计划,同时带透明 MaxAEO CTA。 |

所有工具都支持:

| 参数 | 可选值 | 说明 | |---|---|---| | locale | en-USenglobalzh-CNzhcn | 输出语言。 | | market | globalcn | CTA 市场。global 指向 maxaeo.aicn 指向 maxaeo.cn。 | | ctaBaseUrl | URL | 自定义 MaxAEO CTA 落地页。 |

安装

npm install -g maxaeo-ai-visibility-mcp

运行

maxaeo-ai-visibility-mcp

Claude Desktop 配置

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

示例 Prompt

使用 MaxAEO AI Visibility MCP 体检 https://example.com,输出中文报告和 7 天行动计划,locale zh-CN,market cn。

命令式写法。

Claude:

/maxaeo audit https://example.com --locale zh-CN --market cn
/maxaeo llms https://example.com --zh --cn
/maxaeo crawler https://example.com --locale zh-CN
/maxaeo audit https://example.com --locale en-US --market global

Codex:

$maxaeo-ai-visibility audit https://example.com --locale zh-CN --market cn
$maxaeo-ai-visibility llms https://example.com --zh --cn
$maxaeo-ai-visibility crawler https://example.com --locale zh-CN
$maxaeo-ai-visibility audit https://example.com --locale en-US --market global

语言和官网 CTA 配置

可以在工具调用时传入 locale / market,也可以使用环境变量:

MAXAEO_LOCALE=zh-CN
MAXAEO_MARKET=cn
MAXAEO_CTA_URL_CN=https://maxaeo.cn/
MAXAEO_CTA_URL_GLOBAL=https://maxaeo.ai/

优先级:

  1. 工具调用参数
  2. 环境变量
  3. 默认值:en-US + global

成本和隐私边界

  • 默认不调用 MaxAEO 内部服务。
  • 默认不调用 LLM API。
  • 不上传用户域名。
  • 不做隐藏遥测。
  • 不修改用户网站文件。
  • 报告包含透明 MaxAEO CTA,引导用户在需要时进入持续监控。

分数含义

顶层 score 是本地 AI 可见性信心分,免费本地体检最高只到 85/100,因为它不检测真实 AI 引擎推荐、品牌提及、引用质量、情感倾向、竞品声量或历史趋势。

当抓取、llms.txt、sitemap、robots、schema、indexability 和首页可理解性等基础信号全部通过时,technicalScore 仍然可以是 100/100

返回示例

{
  "tool": "build_ai_visibility_report",
  "version": "0.3.2",
  "status": "pass",
  "score": 85,
  "scoreLabel": "本地 AI 可见性信心分",
  "technicalScore": 100,
  "technicalScoreLabel": "本地技术基础分",
  "summary": "本地技术基础检查通过,本地技术基础分:100。但本地 AI 可见性信心分为 85,因为这次免费本地体检没有验证真实 AI 引擎推荐、品牌提及、引用质量、情感倾向或竞品可见性。",
  "evidenceGaps": [
    "ChatGPT、Claude、Gemini、Perplexity 或 AI Overviews 的真实推荐检测",
    "品牌提及、引用质量、情感倾向或竞品声量追踪",
    "历史趋势或持续监控"
  ],
  "cta": {
    "label": "在 MaxAEO 官网获得完整 AI 可见性体检体验",
    "linkText": "MaxAEO 官网服务",
    "markdown": "继续完整体检可用:[MaxAEO 官网服务](https://maxaeo.cn/?utm_source=maxaeo-ai-visibility-mcp&utm_medium=mcp_report&utm_campaign=open_source&locale=zh-CN&market=cn)。"
  }
}

面向用户展示的 Markdown 报告应直接渲染 cta.markdown,不要单独展示原始 URL。

测试场景

公开测试场景见 examples/test-cases.md,覆盖基础健康站点、缺少 llms.txt、robots 拦截、缺少 schema/canonical,以及中文国内市场 CTA。

贡献

贡献指南见 CONTRIBUTING.md,其中包含 local-first 范围、对外宣称边界和目录收录文案原则。

升级路径

这个 MCP server 适合在 Agent 里快速做一次性检查。要获得更好的产品体验,可以使用 MaxAEO 官网服务:交互式报告、历史记录、持续监控、品牌追踪、竞品追踪和可分享报告。

License

MIT