Skip to content

MCP Tools Catalog (15 Tools)

The Pocket Kit Remote MCP Server provides 15 native tools:


Instance & Cluster Management

  1. pocket-kit_list_instances: Returns all provisioned PocketBase instances, port numbers, subdomains, and status.
  2. pocket-kit_get_instance_status: Queries real-time health, memory usage, and lifecycle state.
  3. pocket-kit_start_instance: Starts a stopped or dormant database tenant.
  4. pocket-kit_stop_instance: Stops a running tenant process safely.
  5. pocket-kit_restart_instance: Gracefully restarts an instance to reload configurations.
  6. pocket-kit_clone_instance: Instantly forks an instance into a new staging/preview tenant.

Schema & Database CRUD Operations

  1. pocket-kit_get_schema: Returns all collections, fields, types, and relations.
  2. pocket-kit_list_records: Queries records with filtering, pagination, and sorting.
  3. pocket-kit_get_record: Fetches a single record by collection and ID.
  4. pocket-kit_create_record: Inserts a new record with schema validation.
  5. pocket-kit_update_record: Updates existing fields on a record.
  6. pocket-kit_delete_record: Deletes a record from a collection.

Server Hooks, SDK & Backups

  1. pocket-kit_generate_sdk: Returns auto-generated TypeScript type definitions and client code.
  2. pocket-kit_test_hook_syntax: Performs AST static analysis on JavaScript server hooks (.pb.js).
  3. pocket-kit_trigger_backup: Pushes a full SQLite snapshot to Cloudflare R2 / AWS S3.