A comprehensive MCP server that provides sophisticated tools for interacting with PocketBase databases. This server enables advanced database operations, schema management, and data manipulation through the Model Context Protocol (MCP).
No reviews yet. Be the first to review!
Sign in to join the conversation
Create a new collection with custom schema.
Get schema details for a collection.
Migrate collection schema with data preservation.
Create, delete, or list collection indexes.
Create a new record in a collection.
List records with optional filters and pagination.
Update an existing record.
Delete a record.
Advanced query with filtering, sorting, and aggregation.
Update multiple records in a single call.
Delete multiple records in a single call.
Subscribe to real-time changes in a collection (requires `eventsource` package in Node.js environment).
Import data into a collection with create/update/upsert modes.
Authenticate a user and get auth token.
Create a new user account.
List all available authentication methods.
Authenticate a user with OAuth2.
Authenticate a user with one-time password.
Refresh authentication token.
Request email verification.
Confirm email verification with token.
Request password reset.
Confirm password reset with token.
Request email change.
Confirm email change with token.
Impersonate another user (admin only).
Create a backup of the PocketBase database with format options.
Test authentication and connection status.
Analyze write operation capabilities.
Document available vs restricted operations.
Authenticate as super admin at runtime.
Comprehensive server status and configuration.
Simple health check endpoint.