Auth and Modes
Service Endpoint
https://conceptualize.rayneforge.io/mcp
Authentication
- Users authenticate when connecting from a supported MCP client.
- Clients connect to the MCP endpoint over HTTPS.
- OAuth bearer auth identifies the user for every request.
Access Model
- Board owner: full control.
- Shared write: can edit board content.
- Shared read: can view board content.
- No share: no access.
OAuth Behavior
If a token is missing or invalid, the service returns an authentication challenge with OAuth resource metadata.
This lets compatible MCP clients guide users through authentication without exposing protected board data.