Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

66 Trust /100
Trust breakdown (6 categories)

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
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.

Install

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

# add to Claude Code
claude mcp add gambadio-onepassword-agent-mcp -- npx -y onepassword-agent-mcp
# add to Codex CLI
codex mcp add gambadio-onepassword-agent-mcp -- npx -y onepassword-agent-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gambadio-onepassword-agent-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "onepassword-agent-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gambadio-onepassword-agent-mcp --command npx --arg -y --arg onepassword-agent-mcp
# ~/.hermes/config.yaml
mcp_servers:
  gambadio-onepassword-agent-mcp:
    command: "npx"
    args: ["-y", "onepassword-agent-mcp"]
// mcp.json
{
  "mcpServers": {
    "gambadio-onepassword-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "onepassword-agent-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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
MCP tools · 14 exposed · ~910 tokens

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.

Tool Tokens
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 ~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 ~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 ~84

Compatibility alias for copy_secret. Resolves an encrypted handle, copies it to the clipboard, and returns no plaintext.

NameTypeReqDescription
clearAfterSecondsinteger
encryptedPasswordHandlestringyesOpaque handle returned by find_passwords_for_site or find_secrets_for_site.
expectedSitestringCurrent website/origin. Required unless local policy allows omission.

No output schema declared.

No examples provided.

copy_secret ~78

Resolve an encrypted secret handle at the last moment, copy the value to the OS clipboard, and return no plaintext.

NameTypeReqDescription
clearAfterSecondsinteger
encryptedSecretHandlestringyesOpaque handle returned by find_secrets_for_site.
expectedSitestringCurrent website/origin. Required unless local policy allows omission.

No output schema declared.

No examples provided.

find_passwords_for_site ~48

Compatibility alias for find_secrets_for_site. Returns approved encrypted handles and never returns plaintext.

NameTypeReqDescription
sitestringyesCurrent website or origin, for example https://github.com/login

No output schema declared.

No examples provided.

find_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.

NameTypeReqDescription
sitestringyesCurrent website or origin, for example https://github.com/login

No output schema declared.

No examples provided.

get_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.

NameTypeReqDescription
kindsarray
sitestringCurrent website/origin. If omitted, only all-sites profile fields are returned.

No output schema declared.

No examples provided.

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 ~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 ~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 ~86

Compatibility alias for paste_secret. Resolves an encrypted handle, pastes it into the active app, and returns no plaintext.

NameTypeReqDescription
clearAfterSecondsinteger
encryptedPasswordHandlestringyesOpaque handle returned by find_passwords_for_site or find_secrets_for_site.
expectedSitestringCurrent website/origin. Required unless local policy allows omission.

No output schema declared.

No examples provided.

paste_secret ~78

Resolve an encrypted secret handle, copy it to the clipboard, paste into the active app, and return no plaintext.

NameTypeReqDescription
clearAfterSecondsinteger
encryptedSecretHandlestringyesOpaque handle returned by find_secrets_for_site.
expectedSitestringCurrent website/origin. Required unless local policy allows omission.

No output schema declared.

No examples provided.

save_secret_item ~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.

NameTypeReqDescription
allowedSitesarrayAllowed websites for the optional approval. Empty means all sites.
approveFieldstringOptional field id, label, or kind to approve, such as password, credential, ccnum, or credit_card_number.
approveForAgentsbooleanIf true, create a local approval for the primary saved field.
cardNumberstring
cardholderNamestring
categorystring
credentialstring
expirystringCredit-card expiry in 1Password MONTH_YEAR format such as 2028/09.
hostnamestring
notesstring
passwordstring
pinstring
titlestringyes
urlstring
usernamestring
verificationNumberstring

No output schema declared.

No examples provided.