MCP Tools Catalog (15 Tools)
The Pocket Kit Remote MCP Server provides 15 native tools:
Instance & Cluster Management
pocket-kit_list_instances: Returns all provisioned PocketBase instances, port numbers, subdomains, and status.pocket-kit_get_instance_status: Queries real-time health, memory usage, and lifecycle state.pocket-kit_start_instance: Starts a stopped or dormant database tenant.pocket-kit_stop_instance: Stops a running tenant process safely.pocket-kit_restart_instance: Gracefully restarts an instance to reload configurations.pocket-kit_clone_instance: Instantly forks an instance into a new staging/preview tenant.
Schema & Database CRUD Operations
pocket-kit_get_schema: Returns all collections, fields, types, and relations.pocket-kit_list_records: Queries records with filtering, pagination, and sorting.pocket-kit_get_record: Fetches a single record by collection and ID.pocket-kit_create_record: Inserts a new record with schema validation.pocket-kit_update_record: Updates existing fields on a record.pocket-kit_delete_record: Deletes a record from a collection.
Server Hooks, SDK & Backups
pocket-kit_generate_sdk: Returns auto-generated TypeScript type definitions and client code.pocket-kit_test_hook_syntax: Performs AST static analysis on JavaScript server hooks (.pb.js).pocket-kit_trigger_backup: Pushes a full SQLite snapshot to Cloudflare R2 / AWS S3.