Pb MCP Server
未申請No description provided.
未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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.