io.github.gambadio/onepassword-agent-mcp
NPM · ONEPASSWORD-AGENT-MCP · SCANNED AUG 7
Local MCP access to approved 1Password fields without exposing plaintext secrets to AI agents.
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 Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 30 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 910 tokens (~65/item across 14 items; 14 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage82
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 47% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
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 · onepassword-agent-mcp
claude mcp add gambadio-onepassword-agent-mcp -- npx -y onepassword-agent-mcp
codex mcp add gambadio-onepassword-agent-mcp -- npx -y onepassword-agent-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gambadio-onepassword-agent-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"onepassword-agent-mcp"
],
"enabled": true
}
}
} openclaw mcp add gambadio-onepassword-agent-mcp --command npx --arg -y --arg onepassword-agent-mcp
mcp_servers:
gambadio-onepassword-agent-mcp:
command: "npx"
args: ["-y", "onepassword-agent-mcp"] {
"mcpServers": {
"gambadio-onepassword-agent-mcp": {
"command": "npx",
"args": [
"-y",
"onepassword-agent-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.
- 7 Aug 26 +38
- Known CVEs: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Dependency health: unverified → 0.85 ▲ functional
- First check of Schema quality: pass functional
- First check of Schema quality: good functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 47 functional
- 6 Aug 26 28
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 7 Aug 2026 · Analysed npm/[email protected]
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
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.
admin_ui_info Admin UI Info ~24
Return the local admin UI URL and state path. Does not return secrets.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
clear_password_clipboard Clear Password Clipboard ~22
Clear the OS clipboard after a copy/paste password operation.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
clear_secret_clipboard Clear Secret Clipboard ~21
Clear the OS clipboard after a copy/paste operation.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
copy_password Copy Approved Password ~84
Compatibility alias for copy_secret. Resolves an encrypted handle, copies it to the clipboard, and returns no plaintext.
| Name | Type | Req | Description |
|---|---|---|---|
| clearAfterSeconds | integer | – | – |
| encryptedPasswordHandle | string | yes | Opaque handle returned by find_passwords_for_site or find_secrets_for_site. |
| expectedSite | string | – | Current website/origin. Required unless local policy allows omission. |
No output schema declared.
No examples provided.
copy_secret Copy Approved Secret ~78
Resolve an encrypted secret handle at the last moment, copy the value to the OS clipboard, and return no plaintext.
| Name | Type | Req | Description |
|---|---|---|---|
| clearAfterSeconds | integer | – | – |
| encryptedSecretHandle | string | yes | Opaque handle returned by find_secrets_for_site. |
| expectedSite | string | – | Current website/origin. Required unless local policy allows omission. |
No output schema declared.
No examples provided.
find_passwords_for_site Find Approved Passwords For Site ~48
Compatibility alias for find_secrets_for_site. Returns approved encrypted handles and never returns plaintext.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | yes | Current website or origin, for example https://github.com/login |
No output schema declared.
No examples provided.
find_secrets_for_site Find Approved Secrets For Site ~67
Return approved encrypted handles for a website. Handles can represent passwords, API credentials, credit-card fields, secure notes, or other approved 1Password fields. Plaintext is never returned.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | yes | Current website or origin, for example https://github.com/login |
No output schema declared.
No examples provided.
get_profile_data Get Approved Profile Data ~79
Return user-defined profile data from the local admin page, such as email, phone, address, name, company, or username. This tool returns plaintext profile values that the user explicitly added for agent use.
| Name | Type | Req | Description |
|---|---|---|---|
| kinds | array | – | – |
| site | string | – | Current website/origin. If omitted, only all-sites profile fields are returned. |
No output schema declared.
No examples provided.
list_approved_passwords List Approved Passwords ~27
Compatibility alias for list_approved_secrets. Does not return plaintext secret values.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_approved_secrets List Approved Secrets ~26
List approved encrypted handles and allowed sites. Does not return plaintext secret values.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
onepassword_status 1Password MCP Status ~23
Check local policy and 1Password CLI status. Never returns secrets.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
paste_password Paste Approved Password ~86
Compatibility alias for paste_secret. Resolves an encrypted handle, pastes it into the active app, and returns no plaintext.
| Name | Type | Req | Description |
|---|---|---|---|
| clearAfterSeconds | integer | – | – |
| encryptedPasswordHandle | string | yes | Opaque handle returned by find_passwords_for_site or find_secrets_for_site. |
| expectedSite | string | – | Current website/origin. Required unless local policy allows omission. |
No output schema declared.
No examples provided.
paste_secret Paste Approved Secret ~78
Resolve an encrypted secret handle, copy it to the clipboard, paste into the active app, and return no plaintext.
| Name | Type | Req | Description |
|---|---|---|---|
| clearAfterSeconds | integer | – | – |
| encryptedSecretHandle | string | yes | Opaque handle returned by find_secrets_for_site. |
| expectedSite | string | – | Current website/origin. Required unless local policy allows omission. |
No output schema declared.
No examples provided.
save_secret_item Save Secret Item To 1Password ~247
Create a new item in the configured MCPVAULT. Use this when the user asks the agent to save a new password, API credential, secure note, or credit-card entry. Secret values are sent to the local 1Password CLI through stdin, not command arguments.
| Name | Type | Req | Description |
|---|---|---|---|
| allowedSites | array | – | Allowed websites for the optional approval. Empty means all sites. |
| approveField | string | – | Optional field id, label, or kind to approve, such as password, credential, ccnum, or credit_card_number. |
| approveForAgents | boolean | – | If true, create a local approval for the primary saved field. |
| cardNumber | string | – | – |
| cardholderName | string | – | – |
| category | string | – | – |
| credential | string | – | – |
| expiry | string | – | Credit-card expiry in 1Password MONTH_YEAR format such as 2028/09. |
| hostname | string | – | – |
| notes | string | – | – |
| password | string | – | – |
| pin | string | – | – |
| title | string | yes | – |
| url | string | – | – |
| username | string | – | – |
| verificationNumber | string | – | – |
No output schema declared.
No examples provided.