Skip to main content
Glama
Br0ski777

seo-analyzer

by Br0ski777

SEO Page Analyzer

MCP Server x402 License: MIT

对任意 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/fetchx402-agent-tools、ATXP)都会自动处理“402 状态回调 -> 签名 -> 重试”的循环。

工具

工具

方法

路径

价格

描述

seo_audit_page

GET

/api/audit

$0.06

对单个 URL 进行完整的 SEO 审计

seo_audit_batch

POST

/api/audit/batch

$0.40

批量对至多 10 个 URL 进行 SEO 审计

seo_audit_page

需要分析某个页面的页面内 SEO 健康度时使用此工具。返回结构化的 JSON 审计结果,评分 0–100,并给出按优先级排序的优化建议。

参数

名称

类型

必填

描述

url

string

要审计的完整 URL(例如 https://example.com

示例响应:

{"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 相同的完整审计结果。

参数

名称

类型

必填

描述

urls

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、零订阅。

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    18
    1
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Exposes 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.
    66
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to crawl and audit websites for SEO issues, returning structured JSON reports with errors, warnings, and key statistics.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to perform instant SEO audits, check robots.txt, sitemaps, and AI crawler access for any URL without API keys.
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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