SEO Ladders
SEO Ladders is a full SEO content automation platform accessible via MCP. It runs the same pipeline an SEO team would — audit your site's technical health, check what keywords you rank for on Google, discover your site structure, then auto-select keywords you can realistically win based on your domain rating and competitor gaps. From there, generate full SEO articles (3,000+ words with citations, images, FAQ, and JSON-LD schemas), publish directly to WordPress or any CMS via webhook, or save locally as Markdown + HTML. Track your keyword rankings and monitor competitors over time — all from your terminal or IDE.
Setup
- 1. Sign up at https://seoladders.com
- Go to Dashboard > MCP Server and create an API key
- Connect the MCP server in your client:
Claude Code
Add to .mcp.json:
CODEBLOCK0
Cursor
Go to Settings > MCP Servers > Add Server:
CODEBLOCK1
Windsurf
Add to your MCP config:
CODEBLOCK2
Codex / Any MCP Client
Connect to the HTTP MCP endpoint at https://www.seoladders.com/api/mcp with a Bearer token in the Authorization header.
How to Use
All tools are self-documented. Any MCP-compatible agent discovers and uses them automatically. Just ask naturally:
- - "Audit my website" — technical SEO audit with health score, broken links, Core Web Vitals
- "Show me keywords I rank for" — check your current Google rankings
- "Map out example.com" — discover site structure, pages, sitemaps
- "Find keywords I can win" — DR-matched keyword research with difficulty recommendations
- "Run my monthly keyword selection" — auto-select targets based on competitor analysis
- "Replace the March 15 keyword with something better" — swap calendar entries
- "Generate an article about X" — full 13-step AI article pipeline
- "Publish my latest article" — push to WordPress or any webhook CMS
- "Save the article locally" — get Markdown + HTML + metadata on disk
- "Show my content calendar" — view all scheduled keywords
- "What content needs refreshing?" — find articles with ranking drops
Available Tools
| Tool | What It Does |
|---|
| INLINECODE4 | Full technical SEO audit — health score, broken links, meta tags, duplicates, Core Web Vitals via Lighthouse |
| INLINECODE5 |
Check what keywords any domain ranks for on Google |
|
discover-site | Map a website's structure via robots.txt, sitemaps, and page classification |
|
manual-keyword-search | Research keywords with volume, KD, intent, and DR-based recommendations |
|
select-monthly-keywords | Select keywords your domain can rank for based on your DR |
|
replace-calendar-keyword | Swap a scheduled keyword for a better alternative |
|
generate-article | 13-step AI pipeline — outline, sections, media, FAQ, citations, JSON-LD, internal links |
|
publish-to-cms | Publish to WordPress or any webhook-based CMS (Webflow, Ghost, Strapi, etc.) |
|
manage-calendar | View, add, update, or delete content calendar entries |
|
detect-refresh-candidates | Find published articles with ranking drops that need updating |
|
get-job-status | Poll progress of long-running jobs (article generation, keyword selection, site audit) |
Article Generation Output
Generated articles include:
- -
markdownContent — full article as Markdown (ready to save or paste) - INLINECODE16 — complete HTML document with meta tags, Open Graph, Twitter cards, canonical URL, JSON-LD schemas, table of contents, and styled layout
- INLINECODE17 — structured data (sections, FAQ, media plan, schemas) for programmatic use
- INLINECODE18 — use with
publish-to-cms to push live - INLINECODE20 — link to view the article on the SEO Ladders dashboard
Site Audit Output
Audit reports include:
- - Overall health score (0-100) with label (Excellent/Good/Fair/Needs Work/Critical)
- SSL, sitemap, robots.txt checks
- Broken links, non-indexable pages, duplicate titles/descriptions
- Missing H1 tags, missing alt text
- Core Web Vitals (LCP, CLS, TBT) via Lighthouse
- Actionable recommendations per issue with severity and affected pages
Async Tools
Three tools run asynchronously (generate-article, select-monthly-keywords, site-audit):
- 1. Call the tool — returns a
jobId immediately - Poll
get-job-status with the jobId every 15 seconds - When status is
completed, the output contains the full result - When status is
failed, the output contains the error
Learn More
https://seoladders.com/features/mcp
SEO Ladders
SEO Ladders 是一个可通过 MCP 访问的完整 SEO 内容自动化平台。它运行与 SEO 团队相同的流程——审计网站的技术健康状况,检查在 Google 上的关键词排名,发现网站结构,然后根据域名评分和竞争对手差距自动选择实际可胜出的关键词。接着,生成完整的 SEO 文章(3000 字以上,包含引用、图片、常见问题解答和 JSON-LD 架构),通过 Webhook 直接发布到 WordPress 或任何 CMS,或保存为本地 Markdown + HTML 格式。跟踪关键词排名并持续监控竞争对手——一切都在终端或 IDE 中完成。
设置
- 1. 在 https://seoladders.com 注册
- 进入 仪表盘 > MCP 服务器 并创建 API 密钥
- 在客户端中连接 MCP 服务器:
Claude Code
添加到 .mcp.json:
json
{
mcpServers: {
seo-ladders: {
type: http,
url: https://www.seoladders.com/api/mcp,
headers: {
Authorization: Bearer sklive...
}
}
}
}
Cursor
进入设置 > MCP 服务器 > 添加服务器:
json
{
mcpServers: {
seo-ladders: {
url: https://www.seoladders.com/api/mcp,
headers: {
Authorization: Bearer sklive...
}
}
}
}
Windsurf
添加到 MCP 配置:
json
{
mcpServers: {
seo-ladders: {
serverUrl: https://www.seoladders.com/api/mcp,
headers: {
Authorization: Bearer sklive...
}
}
}
}
Codex / 任何 MCP 客户端
连接到 HTTP MCP 端点 https://www.seoladders.com/api/mcp,在 Authorization 标头中使用 Bearer 令牌。
使用方法
所有工具都自带文档说明。任何兼容 MCP 的代理都会自动发现并使用它们。只需自然提问:
- - 审计我的网站 — 技术 SEO 审计,包含健康评分、死链、核心网页指标
- 显示我的关键词排名 — 检查当前的 Google 排名
- 绘制 example.com 的地图 — 发现网站结构、页面、站点地图
- 寻找我能胜出的关键词 — 基于域名评分匹配的关键词研究,附带难度建议
- 运行我的月度关键词选择 — 基于竞争对手分析自动选择目标
- 将 3 月 15 日的关键词替换为更好的 — 交换日历条目
- 生成一篇关于 X 的文章 — 完整的 13 步 AI 文章流程
- 发布我的最新文章 — 推送到 WordPress 或任何 Webhook CMS
- 在本地保存文章 — 获取磁盘上的 Markdown + HTML + 元数据
- 显示我的内容日历 — 查看所有已排期的关键词
- 哪些内容需要更新? — 查找排名下降的文章
可用工具
| 工具 | 功能 |
|---|
| site-audit | 完整技术 SEO 审计 — 健康评分、死链、元标签、重复内容、通过 Lighthouse 评估的核心网页指标 |
| check-rankings |
检查任何域名在 Google 上的关键词排名 |
| discover-site | 通过 robots.txt、站点地图和页面分类绘制网站结构 |
| manual-keyword-search | 研究关键词,包含搜索量、关键词难度、搜索意图和基于域名评分的建议 |
| select-monthly-keywords | 根据域名评分选择可排名的关键词 |
| replace-calendar-keyword | 将已排期的关键词替换为更优选项 |
| generate-article | 13 步 AI 流程 — 大纲、章节、媒体、常见问题解答、引用、JSON-LD、内链 |
| publish-to-cms | 发布到 WordPress 或任何基于 Webhook 的 CMS(Webflow、Ghost、Strapi 等) |
| manage-calendar | 查看、添加、更新或删除内容日历条目 |
| detect-refresh-candidates | 查找排名下降需要更新的已发布文章 |
| get-job-status | 轮询长时间运行任务(文章生成、关键词选择、网站审计)的进度 |
文章生成输出
生成的文章包含:
- - markdownContent — 完整的 Markdown 格式文章(可直接保存或粘贴)
- htmlContent — 完整的 HTML 文档,包含元标签、Open Graph、Twitter 卡片、规范 URL、JSON-LD 架构、目录和样式化布局
- article — 结构化数据(章节、常见问题解答、媒体计划、架构),用于程序化使用
- blogPostId — 与 publish-to-cms 配合使用以推送上线
- viewUrl — 在 SEO Ladders 仪表盘上查看文章的链接
网站审计输出
审计报告包含:
- - 整体健康评分(0-100),附带标签(优秀/良好/一般/需要改进/严重)
- SSL、站点地图、robots.txt 检查
- 死链、不可索引页面、重复标题/描述
- 缺少 H1 标签、缺少替代文本
- 通过 Lighthouse 评估的核心网页指标(LCP、CLS、TBT)
- 针对每个问题的可操作建议,附带严重程度和受影响页面
异步工具
三个工具异步运行(generate-article、select-monthly-keywords、site-audit):
- 1. 调用工具 — 立即返回 jobId
- 每 15 秒使用 jobId 轮询 get-job-status
- 当状态为 completed 时,输出包含完整结果
- 当状态为 failed 时,输出包含错误信息
了解更多
https://seoladders.com/features/mcp