Advanced PocketBase MCP Server

manage_auth_store

Manage and manipulate authentication storage data in PocketBase databases using actions like save, clear, export_cookie, or load_cookie for secure and efficient user session handling.

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
dataNoData for the action

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "save", "clear", "export_cookie", "load_cookie" ], "type": "string" }, "data": { "additionalProperties": {}, "description": "Data for the action", "type": "object" } }, "required": [ "action" ], "type": "object" }
ID: 75jh9xb2sg