Connect your own 1Password Connect Server (self-hosted, Bearer access token) to read and manage vaults, items (logins, passwords, secure notes, API credentials), and file attachments -- full read/w...
What this app can do
16 tools registered
Connect OnepasswordFree
Connect your own 1Password Connect Server (self-hosted, Bearer access token) by saving its base URL and access token, after checking it actually works.
List ConnectionsFree
List the connected 1Password Connect servers.
Disconnect OnepasswordFree
Disconnect a 1Password Connect server: deletes the saved base URL/access token. Nothing in 1Password itself is changed.
List Vaults8 tok
List vaults this 1Password Connect server was granted access to. There is no way to list every vault in the account -- only the ones this server's token can reach.
Get Vault8 tok
Read one vault's metadata in full by id.
List Items8 tok
List items (logins, passwords, secure notes, API credentials, and more) inside one vault. Item summaries do NOT include secret field values -- use get_item for those.
Get Item8 tok
Read one item in full, INCLUDING its secret field values (passwords, API keys, private notes). This exposes real credentials -- use only when you actually need the secret value.
Create Item16 tok
Create a new item (login, password, secure note, API credential, etc) in a vault. Cannot create CUSTOM or DOCUMENT category items -- 1Password's own API restriction.
Update Item16 tok
Update selected fields of an existing item using RFC6902 JSON Patch operations (add/remove/replace). Only the given operations change; everything else on the item stays as-is.
Delete Item20 tok
Permanently delete an item from a vault. Cannot be undone.
List Files8 tok
List file attachments on an item (e.g. a document or image attached to a secure note).
Get File8 tok
Read one file attachment's metadata (name, size) by id.
Get File Content8 tok
Download a file attachment's actual content, base64-encoded. Exposes real file data -- use only when you actually need the file's bytes.
List Api Activity8 tok
List API activity (audit trail) for this Connect server's own access token usage.
Audit Vault Health40 tok
Build one aggregated health report across every vault this Connect server can reach: item count and category breakdown per vault.
Get Stale Items Report40 tok
Value-add report: scan one vault's items and flag every one not updated in at least the given number of days -- candidates for password rotation review.