seo-analyzer
SEO Page Analyzer
对任意 URL 进行完整的页面内 SEO 审计。提供 0-100 分评分、meta 标签、标题、schema 标记、图片、链接、加载时间等指标;同时给出按优先级排列的优化方案。本服务通过 x402 按次付费(基于 Base L2 的 USDC)——无需 API 密钥、无需注册、也没有速率限制一类的限制条件。
这是 klymax402 市场的一部分——专为 AI 智能体打造 100 个 x402 微支付 API,同一套钱包、USDC 基于 Base 网络。
快速开始 -- MCP
在 MCP 客户端配置中添加以下内容(Claude Desktop、Cursor、ElizaOS 等):
{
"mcpServers": {
"seo-analyzer": {
"url": "https://seo-analyzer.api.klymax402.com/mcp"
}
}
}Related MCP server: @metricspot/mcp-server
快速开始 -- HTTP (x402)
curl "https://seo-analyzer.api.klymax402.com/api/audit?url=https://example.com"
# -> 402 Payment Required, with an x402 payment challenge in the response body任何兼容 x402 的客户端(@x402/fetch、x402-agent-tools、ATXP)都会自动处理“402 状态回调 -> 签名 -> 重试”的循环。
工具
工具 | 方法 | 路径 | 价格 | 描述 |
| GET |
| $0.06 | 对单个 URL 进行完整的 SEO 审计 |
| POST |
| $0.40 | 批量对至多 10 个 URL 进行 SEO 审计 |
seo_audit_page
需要分析某个页面的页面内 SEO 健康度时使用此工具。返回结构化的 JSON 审计结果,评分 0–100,并给出按优先级排序的优化建议。
参数
名称 | 类型 | 必填 | 描述 |
| string | 是 | 要审计的完整 URL(例如 |
示例响应:
{"score":72,"title":{"content":"My Page","length":7},"headings":{"h1":1,"h2":3},"images":{"total":5,"missingAlt":2},"issues":[{"severity":"critical","message":"Missing meta description"}]}适用场景:优化任意网页、编写 SEO 建议、或者审计一个客户的网站。尤其适合进行竞争性页面级分析和内容审计。
不适用于:内容提取(请使用 web_scrape_to_markdown)、截图(请使用 capture_screenshot)、技术栈检测(请使用 website_detect_tech_stack)。
seo_audit_batch
需要一次性对比多个页面(最多 10 个 URL)的 SEO 健康度时使用。对于每个 URL,单次调用即可返回与 seo_audit_page 相同的完整审计结果。
参数
名称 | 类型 | 必填 | 描述 |
| array | 是 | URL 数组(最多10个) |
示例响应:
{"results":[{"url":"https://a.com","score":85},{"url":"https://b.com","score":62}],"summary":{"avgScore":73,"worstUrl":"https://b.com"}}适用场景:竞品分析、Sitemap 审计、以及将多个落地页批量对比时使用。需要在一个工作流中为多个页面做基准测试时,这是必备工具。
不适用于:单个 URL(请使用 seo_audit_page)、内容提取(请使用 web_scrape_batch)。
智能体提示词示例
“分析某个网页的页面内 SEO 健康度”
“同时比较多个页面(最多 10 个 URL)的 SEO 健康度”
支付
协议:x402 —— 基于 HTTP 的按次付费,无需注册、无需 API 密钥
网络:Base L2(
eip155:8453)资产:USDC
节点方:Coinbase CDP (二层) (主)、PayAI (来自社区)
也支持通过 ATXP 访问(OAuth 封装 x402,带有 RFC 9728 受保护资源的元数据)
属于 klymax402
范围内有 100 个 x402 微支付 API,均适用于 AI 智能体——一个钱包、Base 网络上的 USDC、零订阅。
完整 API 参考:https://klymax402.com/llms-full.txt
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to perform comprehensive SEO audits on web pages, including meta tags, headings, links, images, performance, and more, via a CLI or MCP server.181MIT

@metricspot/mcp-serverofficial
AlicenseNot gradedqualityFmaintenanceExposes SEO and AI-readability audit tools to AI agents, enabling one-shot anonymous audits or full authenticated audits with PDF reports and organic traffic data.66MIT- AlicenseNot gradedqualityBmaintenanceEnables AI agents to crawl and audit websites for SEO issues, returning structured JSON reports with errors, warnings, and key statistics.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to perform instant SEO audits, check robots.txt, sitemaps, and AI crawler access for any URL without API keys.MIT
Related MCP Connectors
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Pay-per-call agent tools over x402: site audits, llms.txt generation, wallet watch, catalog.
x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/seo-analyzer-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server