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.

MCP Server URL
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. 1
    Open Settings
    In Claude.ai, click your profile icon (top right) and choose Settings.
  2. 2
    Go to Connectors
    Select the Connectors tab, then click Add connector.
  3. 3
    Enter the MCP URL
    Paste https://www.sitevitals.co.uk/api/mcp into the server URL field.
  4. 4
    Authorise
    Claude will open a SiteVitals login window. Sign in and approve the connection.
  5. 5
    Start asking
    SiteVitals 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:

Add to .claude/settings.json
{
  "mcpServers": {
    "sitevitals": {
      "type": "http",
      "url": "https://www.sitevitals.co.uk/api/mcp"
    }
  }
}
Or via the CLI
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.