sseMITupdated 5mo ago
An MCP (Model Context Protocol) server for the SiteVitals website monitoring platform. Connect your AI assistant to your SiteVitals account to query live uptime, SEO, security, performance, and SSL data in plain English.
SiteVitals 能做什么?
SiteVitals MCP Server
An MCP (Model Context Protocol) server for the SiteVitals website monitoring platform. Connect your AI assistant to your SiteVitals account to query live uptime, SEO, security, performance, and SSL data in plain English.
What you can ask
- "How are all my sites performing right now?"
- "Which of my sites has the worst SEO score?"
- "Did any of my sites go down in the last 7 days?"
- "Is my SSL certificate about to expire on any domains?"
- "What security issues does my site have?"
Tools
| Tool | Description |
|---|---|
list_sites |
List all monitored sites with current health scores |
get_site_health |
Detailed scores and trends for a specific site |
get_site_uptime |
Uptime history and downtime incidents (up to 90 days) |
get_latest_checks |
Latest SEO, security and page speed check results |
get_ssl_domain_status |
SSL certificate and domain expiry status |
Full tool definitions are in the tools/ directory.
Connection
This is a hosted remote MCP server — there is nothing to install or run locally. Connect via OAuth from any MCP-compatible AI client.
MCP Server URL:
https://www.sitevitals.co.uk/api/mcp
Authentication: OAuth 2.1 with PKCE. You will be prompted to log in to your SiteVitals account when connecting.
Documentation
Security & Privacy
- Authentication uses OAuth 2.1 with PKCE — no passwords or API keys are shared with your AI assistant
- Access is scoped to your own sites only
- All tools are read-only — the MCP server cannot make changes to your sites or account
- All requests are logged in your SiteVitals account for transparency
- You can revoke access at any time from your SiteVitals account settings
Requirements
A SiteVitals account is required to use this MCP server.
License
MIT
安装
把 SiteVitals 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport sse sitevitals https://www.sitevitals.co.uk/api/mcpcodex mcp add sitevitals --url https://www.sitevitals.co.uk/api/mcp{
"mcpServers": {
"sitevitals": {
"url": "https://www.sitevitals.co.uk/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"sitevitals": {
"type": "sse",
"url": "https://www.sitevitals.co.uk/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"sitevitals": {
"url": "https://www.sitevitals.co.uk/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sitevitals": {
"serverUrl": "https://www.sitevitals.co.uk/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 个工具
SiteVitals 向已连接的智能体提供 5 个工具。
- list_sites
- List all monitored sites with current health scores
- get_site_health
- Detailed scores and trends for a specific site
- get_site_uptime
- Uptime history and downtime incidents (up to 90 days)
- get_latest_checks
- Latest SEO, security and page speed check results
- get_ssl_domain_status
- SSL certificate and domain expiry status
评分
61 / 100
良好
- 文档17/25
- 维护13/25
- 可信度13/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 159 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年3月26日 |