Skip to main content
    Back to MCP docs

    MCP Status

    Verifies the branded canonical URL, the returned resource value, and auth-challenge headers.

    Canonical URL

    The branded server URL Claude and other clients should use.

    https://www.brandkitos.com/mcp

    Checks

    Resource metadata

    GET https://www.brandkitos.com/mcp/.well-known/oauth-protected-resource

    Pass

    resource = https://www.brandkitos.com/mcp

    Brand favicon

    HEAD https://www.brandkitos.com/favicon.png — used by Claude's connector tile

    Pass

    HTTP 200 · image/png

    Auth challenge header

    Unauthenticated POST should return 401 with WWW-Authenticate pointing at the branded resource

    Pass

    Returns 401 with branded resource_metadata

    Optional: authenticated check

    Paste an API key (bk_…) to run an initialize call and confirm serverInfo. The key is kept in this page only — never stored.