Connector review kit
Public details for reviewing, testing, and listing the Mavo MCP connector in ChatGPT, Claude, and other assistants.
Mavo exposes a remote MCP connector so approved assistants can work with the same household plan a family uses in Mavo.
Connector details
- Connector name: Mavo
- Connector URL:
https://mavolife.com/mcp - Icon: 256 x 256 PNG, under 10 KB
- Protocol: Remote MCP over HTTPS
- Authentication: OAuth with dynamic client registration
- Support: hello@mavo.life
- Privacy policy: https://mavolife.com/privacy
- Terms of service: https://mavolife.com/terms
- User guide: Connect your assistant
OAuth discovery
Most assistants discover these from the MCP URL:
- Protected resource metadata:
https://mavolife.com/.well-known/oauth-protected-resource - Authorization server metadata:
https://mavolife.com/.well-known/oauth-authorization-server - Authorization URL:
https://mavolife.com/api/auth/mcp/authorize - Token URL:
https://mavolife.com/api/auth/mcp/token - Registration URL:
https://mavolife.com/api/auth/mcp/register - Resource:
https://mavolife.com/mcp
Default scopes:
openidprofileemailoffline_accesshousehold:readhousehold:write
What the connector can do
Mavo tools are grouped into read and write actions.
- Calendar: read events, create events, update events, remove events, manage external calendars, and create or revoke share links.
- Collections: read and update household collections such as groceries, meals, books, routines, and custom lists.
- People: list, add, update, or remove household person profiles.
- Notifications: read recent notifications, send a notification, and manage notification preferences and routines.
- Webhooks: list and manage outbound webhook destinations for household changes.
- Checks and public lookups: check weather, search the web, read a public web page, and schedule a pre-event check.
If the signed-in user belongs to one family, Mavo uses it automatically. If the user belongs to more than one family, tool calls can name the family by slug so one connection can work across every family the signed-in user belongs to. The family slug is shown in Mavo under Settings -> Developer.
Data access
The connector acts as the signed-in Mavo user after that user approves the OAuth connection. Tool access is limited to families where that user is a member and to families with connector access enabled on the plan.
Read tools can return household plan data such as calendar events, collection items, people, notifications, webhook metadata, external calendar metadata, and context search results. Write tools can create, update, send, remove, or schedule household plan items depending on the tool used.
Mavo does not sell family information, does not show ads, and does not use family content to train Mavo's own AI models. See the privacy policy for the full provider and retention details.
Safety and revocation
Connected assistants are trusted with the access the user grants. Families can review changes in Mavo and disconnect the connector from the assistant's connector settings. Mavo's MCP metadata marks read-only tools separately from write tools, and marks destructive actions such as delete, revoke, and remove tools for client review.
Test prompts
- "What is on our family calendar this week?"
- "Add soccer practice Thursday at 5 PM to the family calendar."
- "What's on our grocery list?"
- "Add milk, apples, and sandwich bread to groceries."
- "Who is responsible for the dentist appointment?"
- "Send a family notification that dinner is at 6:30."