pocketbase-mcp-server

authenticate_user

Authenticate users by validating email and password, generating an auth token for secure access to PocketBase databases via the MCP server.

Instructions

Authenticate a user and get auth token

Input Schema

NameRequiredDescriptionDefault
emailYesUser email
passwordYesUser password

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "User email", "type": "string" }, "password": { "description": "User password", "type": "string" } }, "required": [ "email", "password" ], "type": "object" }

You must be authenticated.

Other Tools from pocketbase-mcp-server

Related Tools

ID: z2xjuegxxh