MODEL CONTEXT PROTOCOL · BETA
Let your AI agent read your Owain data. Directly.
Owain runs a Model Context Protocol server. Generate a personal token below and paste the config into Claude Desktop, ChatGPT, Cursor, or any MCP-compatible client. Your agent can then read your Sexual Health Index and assessment answers on demand - without you copy-pasting anything.
1. Generate your personal token
We'll match your email against the waitlist and issue a token bound to your data. Shown once - copy it somewhere safe.
2. Connect your agent
Owain's endpoint uses the Streamable HTTP transport at https://owain.app/api/public/mcp. Pass your token as Authorization: Bearer ….
CLAUDE DESKTOP (CLAUDE_DESKTOP_CONFIG.JSON)
{
"mcpServers": {
"owain": {
"url": "https://owain.app/api/public/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}CURSOR (.CURSOR/MCP.JSON)
{
"mcpServers": {
"owain": {
"url": "https://owain.app/api/public/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}CHATGPT (CUSTOM CONNECTOR - MCP)
URL: https://owain.app/api/public/mcp Auth: Bearer YOUR_TOKEN
Available tools
get_my_profile- masked email, join date, whether you've completed the assessment.get_my_assessment- your Sexual Health Index, Function/Recovery/Load sub-scores, age, and raw answers.
SECURITY: tokens are scoped to your row only. Revoke by contacting us. Never share your token - anyone with it can read your assessment.