The Baddie RN MCP server uses Supabase OAuth 2.1. Access tokens carry no OAuth scopes โ every tool requires an authenticated Supabase session, and Row Level Security scopes each tool to the caller's own rows. Admin-only tools are not exposed over MCP.
Return the signed-in user's complete Baddie RN profile: every profile field (display name, specialty, bio, journey, years of experience, location, socials, avatar/cover, crown status), active subscription plan and renewal date, lifetime/premium status, and admin role flag. Availability is not tracked on Baddie RN profiles and is returned as null.
Parameters
None.
List my notifications
list_my_notifications
read-onlyidempotent
List the signed-in user's recent Baddie RN notifications (newest first). Optionally return only unread.
Parameters
Name
Type
Required
Description
limit
integer (1โ50)
no
Max notifications to return (1-50). ยท default: 20
unread_only
boolean
no
If true, only return unread notifications. ยท default: false