Pb MCP Server
UnclaimedNo description provided.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (31)
adminToken
string
authenticate_admin
Authenticate as a PocketBase admin with full access to all operations.
authenticate_user
Authenticate as a regular user with permissions based on collection rules.
baseUrl
string
body
object
check_auth_status
Check if there's an active authentication session.
collection
string
create_collection
Create a new collection with schema definition.
create_record
Create a new record in a collection.
create_user
Create a new user account.
delete_collection
Delete a collection and all its records.
delete_record
Delete a record from a collection.
delete_user
Delete a user account.
string
endpoint
string
get_collection
Get detailed information about a specific collection.
get_record
Get a single record by ID.
get_user
Get a single user by ID.
headers
object
list_collections
Get all collections with their metadata.
list_records
Query records with filtering, sorting, and pagination.
list_users
List users from an auth collection with filtering.
logout
Clear the current authentication session.
method
string
password
string
queryParams
object
saveSession
boolean
send_custom_request
Send raw HTTP requests to any PocketBase API endpoint. Supports all authentication types (admin, user, or public) and maintains session state across requests.
update_collection
Update an existing collection's schema or rules.
update_record
Update an existing record.
update_user
Update an existing user.