PocketBase for your agents.
Connect PocketBase once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to PocketBase.
What agents can do with PocketBase
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
pocketbase_get_healthCheck if the server is running and healthy.
pocketbase_list_collectionsList all collections (base, auth, or view). Superuser access required.
pocketbase_list_recordsList records in a collection with pagination, sorting, and filtering.
pocketbase_get_recordGet a single record by id from a collection.
pocketbase_list_logsList recent request logs. Superuser access required.
pocketbase_create_recordCreate a new record in a collection.
pocketbase_update_recordUpdate an existing record by id.
pocketbase_delete_recordDelete a record by id.
pocketbase_get_collectionGet a single collection by id or name.
pocketbase_list_adminsList all admin users. Superuser access required.
pocketbase_auth_with_passwordAuthenticate a user with email/username and password against an auth collection.
pocketbase_list_collection_exportExport all records from a collection as JSON.
pocketbase_realtime_connectConnect to the realtime API via WebSocket (SSE). Returns the available subscriptions.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to the PocketBase Admin UI.
- Go to Settings > Admin > API Access and generate a Superuser API token.
- For per-collection access, use Auth tokens from the Users collection record auth endpoints.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect PocketBase to Even: call connect_begin("pocketbase") on the even-connect MCP and walk me through it.
PocketBase lists collections with schema details, retrieves filtered records with relationships, and logs API access.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.