Skip to main content
Glama

PocketBase MCP Server

authenticate_user

Verify user identity by authenticating with email and password in PocketBase MCP Server, supporting admin access and custom collection checks.

Instructions

Authenticate a user with email and password

Input Schema

NameRequiredDescriptionDefault
collectionNoCollection name (default: users)users
emailYesUser email
isAdminNoWhether to authenticate as an admin (uses _superusers collection)
passwordYesUser password

Input Schema (JSON Schema)

{ "properties": { "collection": { "default": "users", "description": "Collection name (default: users)", "type": "string" }, "email": { "description": "User email", "type": "string" }, "isAdmin": { "default": false, "description": "Whether to authenticate as an admin (uses _superusers collection)", "type": "boolean" }, "password": { "description": "User password", "type": "string" } }, "required": [ "email", "password" ], "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/mrwyndham/pocketbase-mcp'

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