悦流 Website Audit MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@悦流 Website Audit MCP请用 audit_website 检查 https://example.com,最多检查 5 个页面。"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
悦流 GEO Readiness MCP
一个可在 TRAE、WorkBuddy、Claude Code、Codex 等 MCP 客户端中使用的网站与 GEO 就绪度检测服务。公开版只包含不调用大模型、不依赖付费第三方 API 的能力。
免费工具
audit_website
抓取同一站点最多 20 个页面,检查标题、描述、Canonical、H1、图片 Alt、noindex、JSON-LD 和 Open Graph 等基础项,并汇总结构化数据、作者、更新时间、外部引用和关键页面类型等可观察 GEO 就绪度信号。
check_search_files
检查 robots.txt、sitemap.xml 和 llms.txt 是否可访问及基本格式是否有效。
audit_brand_evidence
从品牌官网公开元数据和 JSON-LD 中提取可追溯的组织名、站点名、产品名、品牌名、官方链接、社交账号、作者和日期等事实,同时标记冲突与缺失信号。
build_geo_question_set
根据品牌、品类、目标用户、地区、竞品和场景,用固定模板生成品牌、品类、场景、对比、决策和风险问题。结果只是待测问题集,不包含任何平台回答、提及率、排名、分数或 GEO 结果。
Related MCP server: mcp-seo-auditor
安装
需要 Node.js 20 或更高版本。首次运行由 NPX 从公开 GitHub 仓库下载,后续由 NPX 缓存复用。
TRAE 和 WorkBuddy 均可添加以下 stdio MCP 配置:
{
"mcpServers": {
"yueliu-website-audit": {
"type": "stdio",
"command": "npx",
"args": ["-y", "github:weicizhou/yueliu-mcp"]
}
}
}TRAE:进入 MCP 管理界面,选择手动添加配置,保存后启用服务。
WorkBuddy:进入 MCP → Add MCP → Configure Manually,粘贴配置后点击 Try to Run。
使用示例
在客户端中直接说:
请用 audit_website 检查 https://example.com,最多检查 5 个页面。或:
请用 check_search_files 检查 https://example.com 的搜索发现文件。还可以说:
请用 audit_brand_evidence 检查 https://example.com 的公开品牌事实。请为“悦流”生成面向中小企业营销人员的 GEO 检测问题集,品类是“GEO 检测工具”,竞品包括竞品甲。Skill 工作流
仓库同时提供 skills/yueliu-geo-readiness/SKILL.md。它只负责在支持 Skill 的客户端中编排上述 MCP 工具和输出行动计划,不新增付费依赖,也不模拟 GEO 平台结果。
产品边界
此公开版本无需悦流账号,不统计匿名额度,因为四个工具本身没有模型或第三方服务成本。
营销内容生成不会在匿名公开版提供。后续只会在接入悦流账号 Token、会员状态和配额扣减后开放。
GEO 结果及其他核心分析属于付费能力,本仓库不提供,也不包含 GeoSOE 私有产品源码。
检测结果基于调用当时可抓取的公开网页,只是技术检查结果,不构成搜索排名保证。
本地开发
npm install
npm run check
npm test
npm run build
npm run test:mcpLicense
MIT
Available Tools
2 toolsaudit_websiteAudit website pagesARead-only
Crawl up to 20 same-site pages and report basic SEO and AI-search readiness issues. No AI model or paid API is used.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Website URL, for example https://example.com | |
| max_pages | No | Maximum same-site pages to inspect |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and destructiveHint:false. The description adds useful context beyond this: the crawl limit ('up to 20'), the tool's scope ('basic' issues), and notably that 'No AI model or paid API is used', which sets expectations about cost and method. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that starts with the action verb and includes all necessary high-level information. No wasted words, and the structure front-loads the core purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no output schema, the description, while noting the output type ('report basic SEO and AI-search readiness issues'), could be more explicit about the format or nature of the report. However, it adequately covers scope, limitations, and the fact that it's a read-only audit, which is sufficient for a tool of this simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with both parameters (url and max_pages) clearly described in the schema. The description adds no new parameter-specific meaning, merely restating the limit ('up to 20') that is already in the schema. Hence baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Crawl' with a clear resource ('same-site pages') and outcome ('report basic SEO and AI-search readiness issues'). It clearly differentiates from the sibling tool check_search_files, which is about searching files, making the tool's purpose unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for use: auditing up to 20 same-site pages for SEO and AI-search readiness, with a note that no paid API is used. However, it does not explicitly contrast with alternatives (like check_search_files) or state when not to use it, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_search_filesCheck search discovery filesARead-only
Check robots.txt, sitemap.xml and llms.txt availability and basic validity. No AI model or paid API is used.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Website URL, for example https://example.com |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish the tool is read-only and non-destructive. The description adds useful context by stating that no AI model or paid API is used, and clarifies the scope ('availability and basic validity'), providing value beyond the annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences, front-loaded with the action and resources. Every word earns its place, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one parameter, read-only, no output schema), the description adequately covers the core behavior. It mentions what is checked (availability and basic validity), though it does not detail return values or edge cases, which is acceptable for this low complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides a clear description for the only parameter ('Website URL, for example https://example.com'), achieving 100% coverage. The tool description does not need to add more, and it doesn't, so it meets the baseline for schema-covered parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Check') and names concrete resources ('robots.txt, sitemap.xml and llms.txt') with a clear scope ('availability and basic validity'). This clearly distinguishes it from the sibling tool 'audit_website' by focusing on search discovery files.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies a use case: checking the availability and validity of specific search discovery files. However, it does not explicitly state when to use this tool versus the sibling 'audit_website', nor does it provide any exclusions or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
v0.1.0- First observed
audit_website - First observed
check_search_files
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one checks specific search-related files (robots.txt, sitemap.xml, llms.txt) while the other performs a broader crawl and audit of pages. There is no overlap or ambiguity in their intended use.
Both tool names follow the same verb_noun pattern (check_search_files, audit_website), using underscore separators consistently. The naming is uniform and predictable.
With only two tools, the server is at the thin end of the spectrum for a website audit toolset. While the two tools cover distinct aspects, the count feels minimal and could benefit from additional tools for a more complete audit experience.
The toolset covers basic search file checks and on-page crawling, but there are notable missing features such as performance analysis, security headers checks, or detailed schema validation. Agents may find gaps when attempting a thorough website audit.
Maintenance
Related MCP Connectors
Free technical-SEO audit MCP: crawl a site, run checks, return an LLM-ready shareable report.
SEO MCP server for keyword research, SERP analysis, audits, and Search Console workflows.
Your agent needs to crawl a site and say what is wrong with it — broken tags, duplicate content, pages nothing can index, resources that never load. **What you can ask for** • "Crawl this site and list every page with a duplicate title or missing description." • "Which pages are non-indexable, and why?" • "Run Lighthouse on these URLs and give me the failing audits." • "Show the internal link graph and the orphan pages." • "Give me this page's raw HTML and its microdata." **How to use it** Point any MCP client at https://mcp.aisa.one/seo-onpage/mcp and sign in with OAuth — there is no key to create or paste. 20 tools: submit a crawl and read its summary, pages, resources, links and waterfall; duplicate content and duplicate tags; keyword density; non-indexable and uncrawlable resources; parsed content, raw HTML, microdata, screenshots and Lighthouse. **Why this rather than the source** A crawler you drive from the agent, with the audit results as structured data rather than a PDF. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Find the broken pages here, then ask the same agent what those pages used to rank for — without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/seo/mcp for all of it at once — rankings, keywords, backlinks, site health and AI-answer visibility across DataForSEO, Semrush and Ahrefs.
SEO MCP server — backlinks, domain authority, tech stack, and 18+ tools via Common Crawl.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceWebsite health checker MCP server - SEO audit, accessibility scan, broken link detection, performance analysis, and page comparison.26 npm3MIT
- AlicenseAqualityDmaintenanceMCP server for on-page SEO auditing and JSON-LD schema validation, providing tools for full SEO audit, schema validation, heading hierarchy, and image audit without requiring API keys.41MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for SEO, performance, GEO, and UX audits with 37 tools covering technical SEO, Lighthouse performance, AI search optimization, content analysis, accessibility, security, and more.1MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides a suite of SEO analysis tools for auditing meta tags, headings, links, keyword density, page speed, and sitemaps without requiring external API keys.625 npm1MIT