io.github.CakeRepository/1password
NPM · @TAKESCAKE/1PASSWORD-MCP · SCANNED AUG 3
MCP server for 1Password service accounts — tools and resources for vaults and credentials
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 4 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability87
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1415 tokens (~88/item across 16 items; 13 tools + 3 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @takescake/1password-mcp
claude mcp add cakerepository-1password -- npx -y @takescake/1password-mcp
codex mcp add cakerepository-1password -- npx -y @takescake/1password-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"cakerepository-1password": {
"type": "local",
"command": [
"npx",
"-y",
"@takescake/1password-mcp"
],
"enabled": true
}
}
} openclaw mcp add cakerepository-1password --command npx --arg -y --arg @takescake/1password-mcp
mcp_servers:
cakerepository-1password:
command: "npx"
args: ["-y", "@takescake/1password-mcp"] {
"mcpServers": {
"cakerepository-1password": {
"command": "npx",
"args": [
"-y",
"@takescake/1password-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +66
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → 100 ▲ functional
- Licence: Apache-2.0 functional
- 1 Aug 26 −32
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- 31 Jul 26 −23
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −21
- Known CVEs: partial → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- License: pass → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- Licence: Apache-2.0 functional
- 28 Jul 26 +29
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Schema quality: unverified → excellent ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: Apache-2.0 functional
- 27 Jul 26 47
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@takescake/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 97 packages
97 packages in the resolved dependency tree · 95 deprecated · 29 stale · 2 without a linked repository.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
item_archive ~62
Archive an item in a 1Password vault. The item is moved to the archive and hidden from regular views, rather than being permanently deleted.
| Name | Type | Req | Description |
|---|---|---|---|
| itemId | string | yes | Item ID to archive. |
| vaultId | string | yes | Vault ID containing the item. |
No output schema declared.
No examples provided.
item_delete ~51
Permanently delete an item from a 1Password vault. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| itemId | string | yes | Item ID to delete. |
| vaultId | string | yes | Vault ID containing the item. |
No output schema declared.
No examples provided.
item_edit ~178
Edit an existing 1Password item. Update the title, notes (pass an empty string to clear notes), tags, website URL, upsert fields, or remove fields. Only referenced fields are changed; all others are preserved.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | array | — | Fields to upsert (create or update) by id or title. |
| itemId | string | yes | Item ID to edit. |
| notes | string | — | Full replacement of the item's notes. Pass an empty string to clear notes. |
| removeFields | array | — | Field ids or titles to remove from the item. |
| tags | array | — | Replacement set of tags (replaces all existing tags). |
| title | string | — | New item title. |
| url | string | — | Replacement primary website URL for the item. |
| vaultId | string | yes | Vault ID containing the item. |
No output schema declared.
No examples provided.
item_get ~159
Retrieve a full 1Password item — title, category, tags, notes, and all fields (id, title, type, section). Concealed field values are hidden unless reveal is true. Accepts a secret reference (op://vault/item/field) or vault ID + item ID.
| Name | Type | Req | Description |
|---|---|---|---|
| itemId | string | — | Item ID to retrieve (required if secretReference is not provided). |
| reveal | boolean | — | If true, include concealed field values in plaintext. Defaults to false for security. |
| secretReference | string | — | Secret reference in op://vault/item/field format. If provided, vaultId and itemId are ignored. |
| vaultId | string | — | Vault ID containing the item (required if secretReference is not provided). |
No output schema declared.
No examples provided.
item_list ~52
List all items in a 1Password vault, returning id, title, category, tags, and updatedAt for each. Never returns secret values.
| Name | Type | Req | Description |
|---|---|---|---|
| vaultId | string | yes | Vault ID to list items from. |
No output schema declared.
No examples provided.
item_lookup ~80
Search for items within a 1Password vault by title substring. Returns item IDs, titles, categories, and vault IDs.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum number of items to return (default: all). |
| query | string | — | Optional substring to filter item titles (case-insensitive). |
| vaultId | string | yes | Vault ID to search within. |
No output schema declared.
No examples provided.
note_create ~96
Create a Secure Note item in a 1Password vault, with optional tags and custom fields.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | array | — | Optional custom fields to attach to the note. |
| notes | string | yes | Note body text. Pass an empty string for an empty note. |
| tags | array | — | Optional tags for organization. |
| title | string | yes | Note title. |
| vaultId | string | yes | Vault ID to create the note in. |
No output schema declared.
No examples provided.
password_create ~150
Create a new password/login item in a 1Password vault with optional username, URL, tags, and notes.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Item category. Defaults to Login. |
| notes | string | — | Optional notes. |
| password | string | yes | Password to store in the item. |
| returnSecret | boolean | — | If true, include the created password in the response. Defaults to false for security. |
| tags | array | — | Optional tags for organization. |
| title | string | yes | Item title. |
| url | string | — | Optional website URL to associate. |
| username | string | — | Username to store in the item. |
| vaultId | string | yes | Vault ID to create the item in. |
No output schema declared.
No examples provided.
password_generate ~99
Generate a cryptographically secure random password with configurable length and character types. Uses rejection sampling for unbiased randomness.
| Name | Type | Req | Description |
|---|---|---|---|
| includeNumbers | boolean | — | Include digits (0-9). Defaults to true. |
| includeSymbols | boolean | — | Include symbols (!@#$%^&*…). Defaults to true. |
| includeUppercase | boolean | — | Include uppercase letters. Defaults to true. |
| length | integer | — | Length of the password. Defaults to 20. |
No output schema declared.
No examples provided.
password_generate_memorable ~128
Generate a memorable passphrase from random dictionary words with optional number and symbol suffixes. Uses a ~500-word curated list for good entropy.
| Name | Type | Req | Description |
|---|---|---|---|
| capitalize | boolean | — | Capitalize each word. Defaults to true. |
| includeNumber | boolean | — | Append a random number (0-99) at the end. Defaults to true. |
| includeSymbol | boolean | — | Append a random symbol at the end. Defaults to true. |
| separator | string | — | Separator between words. Defaults to '-'. |
| wordCount | integer | — | Number of words to include. Defaults to 3. |
No output schema declared.
No examples provided.
password_read ~153
Retrieve a secret from 1Password using either a secret reference (op://vault/item/field) or vault ID + item ID. Supports field selection and optional value reveal.
| Name | Type | Req | Description |
|---|---|---|---|
| field | string | — | Field id or title to read. Defaults to 'password'. |
| itemId | string | — | Item ID for item lookup (required if secretReference is not provided). |
| reveal | boolean | — | If false, return metadata only without the secret value. Defaults to true. |
| secretReference | string | — | Secret reference in op://vault/item/field format. If provided, vaultId and itemId are ignored. |
| vaultId | string | — | Vault ID for item lookup (required if secretReference is not provided). |
No output schema declared.
No examples provided.
password_update ~116
Update (rotate) a password or concealed field on an existing 1Password item. If the target field does not exist, it will be created.
| Name | Type | Req | Description |
|---|---|---|---|
| field | string | — | Field id or title to update. Defaults to 'password'. |
| itemId | string | yes | Item ID to update. |
| newPassword | string | yes | New password value. |
| returnSecret | boolean | — | If true, include the updated password in the response. Defaults to false for security. |
| vaultId | string | yes | Vault ID containing the item. |
No output schema declared.
No examples provided.
vault_list ~32
List all 1Password vaults accessible to the service account. Returns vault IDs, names, descriptions, and types.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.