Skip to main content
Glama

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

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/DynamicEndpoints/pocketbase-mcp-server'

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