Connect SiteVitals to Your AI Assistant
The SiteVitals MCP server connects in minutes with no API keys to copy. Authentication is handled automatically via OAuth — you simply log in to SiteVitals when prompted.
https://www.sitevitals.co.uk/api/mcp
This is the only URL you need. Your AI client will discover all authentication endpoints automatically.
Connecting via Claude.ai
Claude.ai supports MCP connectors directly in the browser interface.
-
1
Open SettingsIn Claude.ai, click your profile icon (top right) and choose Settings.
-
2
Go to ConnectorsSelect the Connectors tab, then click Add connector.
-
3
Enter the MCP URLPaste
https://www.sitevitals.co.uk/api/mcpinto the server URL field. -
4
AuthoriseClaude will open a SiteVitals login window. Sign in and approve the connection.
-
5
Start askingSiteVitals will appear in your connectors list. Start a new chat and ask about your sites.
Connecting via Claude Code
Claude Code is Anthropic's command-line AI coding tool. Add the SiteVitals MCP to your project configuration:
.claude/settings.json
{
"mcpServers": {
"sitevitals": {
"type": "http",
"url": "https://www.sitevitals.co.uk/api/mcp"
}
}
}
claude mcp add sitevitals --transport http https://www.sitevitals.co.uk/api/mcp
On first use, Claude Code will open a browser window to complete the OAuth login with SiteVitals.
Other MCP-compatible clients
SiteVitals implements the MCP specification with full OAuth 2.1 and dynamic client registration, meaning it works with any spec-compliant MCP client. Use the server URL below and your client will handle the rest.
https://www.sitevitals.co.uk/api/mcp
Your client must support OAuth 2.1 with PKCE (S256) and HTTP transport. API-key based clients are not currently supported.
Revoking access
To disconnect an AI assistant from your SiteVitals account, go to Settings → MCP and revoke the relevant token. The AI assistant will immediately lose access to your data.