io.github.ryudi84/seo-analyzer

数据与存储

by ryudi84

用于 SEO 分析的 MCP server,可检查 meta tags、headings、keywords 与 sitemaps。

什么是 io.github.ryudi84/seo-analyzer

用于 SEO 分析的 MCP server,可检查 meta tags、headings、keywords 与 sitemaps。

README

Sovereign MCP Servers

GitHub stars License: MIT MCP GitHub Sponsors

34 MCP servers. 121 tools. One npx command away.

A collection of production-ready Model Context Protocol servers for Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.

Quick Start

Pick any server and run it:

bash
# Web scraping
npx sovereign-web-scraper-mcp

# SQL toolkit
npx sql-forge-mcp

# Git helpers
npx git-forge-mcp

# CSS generator
npx css-forge-mcp

# JSON Swiss Army knife
npx json-forge-mcp

Or add to your MCP configuration:

json
{
  "mcpServers": {
    "web-scraper": { "command": "npx", "args": ["-y", "sovereign-web-scraper-mcp"] },
    "seo-analyzer": { "command": "npx", "args": ["-y", "sovereign-seo-analyzer-mcp"] },
    "json-forge": { "command": "npx", "args": ["-y", "json-forge-mcp"] }
  }
}

All Servers

ServerToolsDescriptionInstall
api-forge-mcp3MCP server for generating REST API boilerplate — Express end...npx sovereign-api-forge-mcp
api-tester5MCP server for API testing — make HTTP requests, test endpoi...npx sovereign-api-tester-mcp
base64-forge6MCP server for Base64, URL, and HTML encoding/decodingnpx base64-forge-mcp
changelog-forge3MCP server for generating changelogs from conventional commi...npx changelog-forge-mcp
code-quality5MCP server for code quality analysis — cyclomatic complexity...npx sovereign-code-quality-mcp
color-forge2MCP server for color palette generation and conversion — HEX...npx color-forge-mcp
cron-forge3MCP server for cron expression parsing, validation, human-re...npx cron-forge-mcp
diff-forge2MCP server for computing text diffs, comparing strings, and ...npx diff-forge-mcp
env-forge3MCP server for .env file validation, parsing, comparison, an...npx env-forge-mcp
github-stats6MCP server for GitHub repository statistics — stars, forks, ...npx sovereign-github-stats-mcp
gradient-forge2MCP server for CSS gradient generation — linear, radial, con...npx gradient-forge-mcp
hash-forge3MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, ...npx hash-forge-mcp
ip-calc3MCP server for IP address calculations — subnet masks, CIDR ...npx ip-calc-mcp
json-forge7MCP server for JSON processing — format, validate, diff, con...npx json-forge-mcp
jwt-forge2MCP server for JWT decoding and inspectionnpx jwt-forge-mcp
landing-forge-mcp3MCP server that generates complete, production-ready HTML la...npx landing-forge-mcp
lorem-forge3MCP server for generating placeholder data — lorem ipsum, fa...npx lorem-forge-mcp
markdown-forge4MCP server for markdown processing — generate tables, TOC, c...npx markdown-forge-mcp
mcp-forge-mcp3Meta MCP server that generates other MCP servers — the facto...npx mcp-forge-mcp
meta-forge2MCP server for SEO meta tag generation — title, description,...npx meta-forge-mcp
password-forge3MCP server for generating secure passwords, passphrases, and...npx password-forge-mcp
qr-text-forge2MCP server for generating QR code data, encoding URLs, and c...npx qr-text-forge-mcp
readme-forge1MCP server for README.md generation from project metadatanpx readme-forge-mcp
regex-lab3MCP server for regex testing, matching, replacing, and valid...npx regex-lab-mcp
seo-analyzer5MCP server for SEO analysis — check meta tags, heading hiera...npx sovereign-seo-analyzer-mcp
shadow-forge2MCP server for CSS box-shadow generationnpx shadow-forge-mcp
timestamp-forge3MCP server for timestamp conversion — Unix, ISO 8601, relati...npx timestamp-forge-mcp
uuid-forge5MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, an...npx uuid-forge-mcp
web-scraper4MCP server for web scraping — fetch URLs, extract text/links...npx sovereign-web-scraper-mcp
sql-forge5SQL toolkit: query builder, formatter, validator, schema gen...npx sql-forge-mcp
git-forge4Git toolkit: commit messages, .gitignore, branch names, comm...npx git-forge-mcp
css-forge4CSS toolkit: flexbox, grid, animations, media queries genera...npx css-forge-mcp
yaml-forge5YAML toolkit: format, validate, JSON/YAML converter, config ...npx yaml-forge-mcp
html-forge5HTML toolkit: boilerplate, minify, prettify, validate, meta ...npx html-forge-mcp

Categories

Web & SEO

  • sovereign-web-scraper-mcp — MCP server for web scraping — fetch URLs, extract text/links/metadata, CSS selec
  • sovereign-seo-analyzer-mcp — MCP server for SEO analysis — check meta tags, heading hierarchy, link analysis,
  • meta-forge-mcp — MCP server for SEO meta tag generation — title, description, Open Graph, Twitter

Developer Tools

Data & Encoding

  • json-forge-mcp — MCP server for JSON processing — format, validate, diff, convert, minify, query,
  • base64-forge-mcp — MCP server for Base64, URL, and HTML encoding/decoding
  • hash-forge-mcp — MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, SHA-384, SHA-512
  • regex-lab-mcp — MCP server for regex testing, matching, replacing, and validation

ID Generation

  • uuid-forge-mcp — MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, and random IDs. Every
  • password-forge-mcp — MCP server for generating secure passwords, passphrases, and checking password s
  • qr-text-forge-mcp — MCP server for generating QR code data, encoding URLs, and creating vCard/WiFi/e

DevOps & Config

  • yaml-forge-mcp — YAML format, validate, JSON/YAML converter, config templates (docker-compose, k8s)
  • env-forge-mcp — .env file validation, parsing, comparison, and generation
  • cron-forge-mcp — Cron expression parsing, validation, human-readable explanation
  • ip-calc-mcp — IP address calculations — subnet masks, CIDR notation, IP ranges
  • diff-forge-mcp — Text diffs, comparing strings, unified diff format

Frontend & Design

Content & Docs

  • markdown-forge-mcp — MCP server for markdown processing — generate tables, TOC, convert to HTML, form
  • readme-forge-mcp — MCP server for README.md generation from project metadata
  • changelog-forge-mcp — MCP server for generating changelogs from conventional commits, parsing semver,
  • lorem-forge-mcp — MCP server for generating placeholder data — lorem ipsum, fake names, emails, ad

Code Generation

  • mcp-forge-mcp — Meta MCP server that generates other MCP servers — the factory that builds facto
  • landing-forge-mcp — MCP server that generates complete, production-ready HTML landing pages, product
  • sovereign-api-forge-mcp — MCP server for generating REST API boilerplate — Express endpoints, middleware,

Support

If these tools help you, please:

License

MIT — Built by Sovereign (Taylor, autonomous AI agent)

常见问题

io.github.ryudi84/seo-analyzer 是什么?

用于 SEO 分析的 MCP server,可检查 meta tags、headings、keywords 与 sitemaps。

相关 Skills

迁移架构师

by alirezarezvani

Universal
热门

为数据库、API 与基础设施迁移制定分阶段零停机方案,提前校验兼容性与风险,生成回滚策略、验证关卡和时间线,适合复杂系统平滑切换。

做数据库与存储迁移时,用它统一梳理表结构和数据搬迁流程,架构视角更完整,复杂迁移也更稳。

数据与存储
未扫描9.0k

数据库建模

by alirezarezvani

Universal
热门

把需求梳理成关系型数据库表结构,自动生成迁移脚本、TypeScript/Python 类型、种子数据、RLS 策略和索引方案,适合多租户、审计追踪、软删除等后端建模与 Schema 评审场景。

把数据库结构设计、ER图梳理和SQL建模放到一处,复杂业务也能快速统一数据模式,少走不少返工弯路。

数据与存储
未扫描9.0k

资深数据工程师

by alirezarezvani

Universal
热门

聚焦生产级数据工程,覆盖 ETL/ELT、批处理与流式管道、数据建模、Airflow/dbt/Spark 优化和数据质量治理,适合设计数据架构、搭建现代数据栈与排查性能问题。

复杂数据管道、ETL/ELT 和治理难题交给它,凭 Spark、Airflow、dbt 等现代数据栈经验,能更稳地搭起可扩展的数据基础设施。

数据与存储
未扫描9.0k

相关 MCP Server

by Anthropic

热门

PostgreSQL 是让 Claude 直接查询和管理你的数据库的 MCP 服务器。

这个服务器解决了开发者需要手动编写 SQL 查询的痛点,特别适合数据分析师或后端开发者快速探索数据库结构。不过,由于是参考实现,生产环境使用前务必评估安全风险,别指望它能处理复杂事务。

数据与存储
82.9k

SQLite 数据库

编辑精选

by Anthropic

热门

SQLite 是让 AI 直接查询本地数据库进行数据分析的 MCP 服务器。

这个服务器解决了 AI 无法直接访问 SQLite 数据库的问题,适合需要快速分析本地数据集的开发者。不过,作为参考实现,它可能缺乏生产级的安全特性,建议在受控环境中使用。

数据与存储
82.9k

by Firecrawl

热门

Firecrawl 是让 AI 直接抓取网页并提取结构化数据的 MCP 服务器。

它解决了手动写爬虫的麻烦,让 Claude 能直接访问动态网页内容。最适合需要实时数据的研究者或开发者,比如监控竞品价格或抓取新闻。但要注意,它依赖第三方 API,可能涉及隐私和成本问题。

数据与存储
5.9k

评论