Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_auth_register

Create a new user account by registering with an email, password, and optional details like username or display name using the PocketBase MCP Server.

Instructions

Register a new user account

Input Schema

NameRequiredDescriptionDefault
emailYesUser email address
nameNoOptional display name
passwordYesUser password (minimum 8 characters)
passwordConfirmYesPassword confirmation
usernameNoOptional username

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "User email address", "format": "email", "type": "string" }, "name": { "description": "Optional display name", "type": "string" }, "password": { "description": "User password (minimum 8 characters)", "minLength": 8, "type": "string" }, "passwordConfirm": { "description": "Password confirmation", "minLength": 8, "type": "string" }, "username": { "description": "Optional username", "type": "string" } }, "required": [ "email", "password", "passwordConfirm" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/paullippert/pb_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server