Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_auth_login

Authenticate users by verifying email and password credentials, enabling secure access to PocketBase MCP Server resources and functionalities.

Instructions

Authenticate a user with email and password

Input Schema

NameRequiredDescriptionDefault
emailYesUser email address
optionsNo
passwordYesUser password

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "User email address", "format": "email", "type": "string" }, "options": { "properties": { "expand": { "description": "Relations to expand", "type": "string" }, "fields": { "description": "Fields to return", "type": "string" } }, "type": "object" }, "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/paullippert/pb_mcp'

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