Skip to main content
POST
Verify an MCP-server claim via DNS TXT

Authorizations

mnemom_session
string
cookie
required

HttpOnly, Secure, SameSite=Lax cookie issued by /v1/auth/sign-in (or the SSO / email-callback flows). The value is an AES-256-GCM-encrypted blob of {access_token, refresh_token, issued_at, auth_method}. Browser clients include this automatically with credentials: "include".

Path Parameters

id
string
required

The URL-encoded MCP server endpoint URL being verified.

Response

Verification result (verified, or a friendly retryable not-found).

claimed
boolean
required
verified_at
string<date-time> | null
reason
enum<string> | null
Available options:
txt-not-found