# Membervault — MCP server on mcp.ai > Connect your Membervault account and use 4 tools for online courses straight from your AI agent. Connect with your own API key. MemberVault is a Relationship Marketing Platform that allows users to host courses, memberships, and other digital products in one place. By: mcp.ai · official Page: https://mcp.ai/membervault ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_membervault?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/membervault/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/membervault/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/membervault/skill.md Postman collection (v2.1): https://mcp.ai/membervault/postman.json ## Tools - membervault_add_user(email: string, course_id: integer, last_name?: string, first_name?: string) — Tool to add a user to a specified product. Use when enrolling a user into a course without duplication. - membervault_delete_user(email: string) — Tool to completely delete a user from the account, including all data, progress, and quiz answers (irreversible). Use when you need to permanently remove a user. Example: "Delete user with email user@ - membervault_get_courses() — Tool to retrieve all courses (products) in the MemberVault account. Use when you need to list available courses after setting up authentication. - membervault_remove_user(email: string, course_id: integer) — Tool to remove a user's access to a product (course). This simply removes access to the product without deleting the user from the account. Use when revoking course access. ## Example prompts - "What can I do in Membervault?" - "Show me a summary of my Membervault account" ## Links Docs: https://mcp.ai/docs/mcps/membervault Website: https://mcp.ai/mcps/membervault