Skip to main content
POST
Create an MCP-server ownership claim

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".

Body

application/json
server_id
string
required

The MCP server endpoint URL (e.g. https://api.example.com/mcp).

Example:

"https://api.example.com/mcp"

Response

Claim created or idempotently re-fetched; TXT record returned.

server_id
string
required
Example:

"https://api.example.com/mcp"

origin_domain
string
required
Example:

"example.com"

status
enum<string>
required
Available options:
pending,
verified
verification
object
required

Everything needed to place the DNS TXT record at the origin domain apex (the domain that serves the MCP server).

verified_at
string<date-time> | null
honor_roll
boolean
response_note
string | null
created_at
string<date-time>