- Home
- MCP servers
- Selfhosted MCP Server Template
Selfhosted MCP Server Template
- python
11
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
This MCP server provides remote, production-ready SEO auditing capabilities that run full-stack analyses via any compatible MCP client. It covers on-page SEO, technical health, and social metadata, letting you deploy and scale analyses without installing everything locally.
How to use
You connect your MCP client to this server to run comprehensive SEO audits. Choose between a remote HTTP endpoint for a live, hosted instance or a local stdio-based workflow for development and testing. In both cases you gain structured insights: title tags, meta descriptions, header structure, image alt text, technical health, and social metadata, all with actionable recommendations.
How to install
Prerequisites include Node or Python tooling depending on how you plan to run the server, plus a hosting or development environment for the remote instance.
{
"mcpServers": {
"seo_checker_http": {
"type": "http",
"url": "https://your-app.hstgr.cloud/mcp",
"args": []
}
}
}
Other setup notes
If you prefer a local development flow, you can run the development command shown for rapid testing. This uses a CLI tool to start a local SEO checker server.
fastmcp dev local-seo-checker.py
Available tools
analyze_seo
Comprehensive SEO analysis of a webpage, including title tag, meta description, header structure, content quality, image alt text, technical SEO factors, social tags, and an overall SEO score with recommendations.
seo_quick_check
Fast SEO health check that quickly evaluates key factors and provides a concise status summary and highlights critical issues.
seo_meta_tags_check
Focused analysis of meta tags and social media optimization, including Open Graph, Twitter Cards, canonical URL, and robots meta inspection.