home / mcp / selfhosted mcp server template
Provides a remote MCP server for conducting full-stack SEO audits via compatible clients with actionable recommendations.
Configuration
View docs{
"mcpServers": {
"hostinger-selfhosted-mcp-server-template": {
"url": "https://your-app.hstgr.cloud/mcp"
}
}
}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.
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.
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": []
}
}
}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.pyComprehensive 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.
Fast SEO health check that quickly evaluates key factors and provides a concise status summary and highlights critical issues.
Focused analysis of meta tags and social media optimization, including Open Graph, Twitter Cards, canonical URL, and robots meta inspection.