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

KeyID

NPM · @KEYID/AGENT-KIT · 2 COMPONENTS · SCANNED AUG 3

Signup sessions, browser continuity, email, SMS, and OTP/TOTP infrastructure for AI agents.

+16 this week 58 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 Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. 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 (MIT).Pass
  • Actively maintained (last published 130 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability64
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 2048 tokens (~37/item across 54 items; 47 tools + 7 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 Coverage68
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 5% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · @keyid/agent-kit

# add to Claude Code
claude mcp add keyid-ai-keyid -- npx -y @keyid/agent-kit
# add to Codex CLI
codex mcp add keyid-ai-keyid -- npx -y @keyid/agent-kit
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "keyid-ai-keyid": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@keyid/agent-kit"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add keyid-ai-keyid --command npx --arg -y --arg @keyid/agent-kit
# ~/.hermes/config.yaml
mcp_servers:
  keyid-ai-keyid:
    command: "npx"
    args: ["-y", "@keyid/agent-kit"]
// mcp.json
{
  "mcpServers": {
    "keyid-ai-keyid": {
      "command": "npx",
      "args": [
        "-y",
        "@keyid/agent-kit"
      ]
    }
  }
}
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.

  • 2 Aug 26 +50
    • Malware scan: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Stability: unverified → 0.23 functional
    • Dependency health: unverified → partial functional
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
  • 1 Aug 26 −35
    • Known CVEs: partial → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Schema quality: 100 → unverified functional
    • Dependency health: partial → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 +17
    • 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 −40
    • Known CVEs: partial → unverified security
    • Install scripts: pass → unverified security
    • Provenance: fail → unverified security
    • Malware scan: pass → unverified security
    • License: pass → unverified functional
    • Dependency health: partial → unverified functional
    • Maintenance: pass → unverified functional
    • Licence: MIT functional
  • 29 Jul 26 +47
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Schema quality: unverified → poor functional
    • Licence: MIT functional
  • 28 Jul 26 −23
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 42

    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 3 Aug 2026 · Analysed npm/@keyid/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 47 exposed · ~1,956 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
block_registration_session ~52

Mark a signup session blocked and record why the flow could not continue.

NameTypeReqDescription
codestring
metadataobject
reasonstringyes
sessionIdstringyes

No output schema declared.

No examples provided.

complete_registration_session ~35

Mark a signup session complete after the browser flow succeeds.

NameTypeReqDescription
metadataobject
sessionIdstringyes

No output schema declared.

No examples provided.

create_or_update_persona ~124

Create a persona or update the existing one with explicit overrides.

NameTypeReqDescription
addressLine1string
citystring
companyNamestring
countrystring
customFieldsobject
dateOfBirthstring
firstNamestring
fullNamestring
genderstring
jobTitlestring
lastNamestring
statestring
zipstring

No output schema declared.

No examples provided.

create_webhook ~28

Create a webhook subscription.

NameTypeReqDescription
eventsarray
urlstringyes

No output schema declared.

No examples provided.

delete_contact ~22

Delete a contact by ID.

NameTypeReqDescription
contactIdstringyes

No output schema declared.

No examples provided.

delete_secret ~20

Delete a vault entry.

NameTypeReqDescription
keystringyes

No output schema declared.

No examples provided.

follow_verification_link ~46

Follow a verification link directly or from an extracted message link list.

NameTypeReqDescription
linkIndexinteger
messageIdstring
urlstring

No output schema declared.

No examples provided.

get_auto_reply ~17

Fetch the current auto-reply configuration.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_forwarding ~15

Fetch the current forwarding address.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_identity ~22

Fetch the current KeyID identity, address, phone, and reputation.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_message ~27

Fetch the full details for a single message.

NameTypeReqDescription
messageIdstringyesMessage ID

No output schema declared.

No examples provided.

get_metrics ~44

Fetch usage metrics for the current identity.

NameTypeReqDescription
eventstring
periodstring
sincestring
untilstring

No output schema declared.

No examples provided.

get_persona ~17

Fetch the synthetic persona used for registrations.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_registration ~23

Fetch one registration record by ID.

NameTypeReqDescription
registrationIdstringyes

No output schema declared.

No examples provided.

get_registration_artifacts ~31

Fetch the normalized artifacts attached to a signup session in priority order.

NameTypeReqDescription
sessionIdstringyes

No output schema declared.

No examples provided.

get_registration_session ~31

Fetch one signup session, including its latest artifact summary and lease state.

NameTypeReqDescription
sessionIdstringyes

No output schema declared.

No examples provided.

get_reputation ~18

Fetch the current reputation score and factor breakdown.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_secret ~23

Retrieve a decrypted vault entry by key.

NameTypeReqDescription
keystringyes

No output schema declared.

No examples provided.

get_signature ~14

Fetch the current email signature.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_thread ~25

Fetch a thread and all of its messages.

NameTypeReqDescription
threadIdstringyes

No output schema declared.

No examples provided.

get_totp_code ~32

Generate the current TOTP code for a stored authenticator entry.

NameTypeReqDescription
totpIdstringyes

No output schema declared.

No examples provided.

get_verification_codes ~72

Read OTP or verification codes from a message, or from the latest matching message.

NameTypeReqDescription
channelstring
messageIdstring
searchstring
senderContainsstring
subjectContainsstring
timeoutSecondsinteger

No output schema declared.

No examples provided.

get_webhook_deliveries ~32

Inspect recent webhook delivery attempts.

NameTypeReqDescription
limitinteger
pageinteger

No output schema declared.

No examples provided.

list_contacts ~15

List saved contacts for the identity.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_messages ~100

List email or SMS messages with search and inbox filters.

NameTypeReqDescription
channelstring
directionstring
labelsstringComma-separated label filter
limitinteger
pageinteger
searchstring
senderContainsstring
sincestringISO timestamp filter
subjectContainsstring
unreadOnlyboolean

No output schema declared.

No examples provided.

list_registration_sessions ~47

List current and historical signup sessions for this identity.

NameTypeReqDescription
limitinteger
pageinteger
servicestring
statusstring

No output schema declared.

No examples provided.

list_registrations ~43

List saved service registrations.

NameTypeReqDescription
limitinteger
pageinteger
servicestring
statusstring

No output schema declared.

No examples provided.

list_secrets ~17

List vault keys without exposing secret values.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_threads ~37

List conversation threads for the current identity.

NameTypeReqDescription
labelsstring
limitinteger
pageinteger

No output schema declared.

No examples provided.

list_totp_entries ~21

List registered authenticator/TOTP entries for the identity.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_webhooks ~16

List webhook subscriptions for the identity.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

load_browser_state ~27

Load the saved browser state for a signup session.

NameTypeReqDescription
sessionIdstringyes

No output schema declared.

No examples provided.

provision_identity ~36

Create or reveal the email identity for this MCP session.

NameTypeReqDescription
storageTypestringHow the local MCP session stores its private key

No output schema declared.

No examples provided.

put_secret ~45

Create or update a vault entry.

NameTypeReqDescription
contentTypestring
expiresAtstring
keystringyes
valuestringyes

No output schema declared.

No examples provided.

reply_to_message ~49

Reply to a message, optionally as reply-all.

NameTypeReqDescription
bodystring
htmlstring
messageIdstringyes
replyAllboolean

No output schema declared.

No examples provided.

request_phone_number ~20

Assign a phone number to the current KeyID identity.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

save_browser_state ~58

Store cookies and browser session state for a signup session in the KeyID vault.

NameTypeReqDescription
expiresAtstring
sessionIdstringyes
stateyesBrowser state object, typically cookies plus localStorage or sessionStorage

No output schema declared.

No examples provided.

save_registration ~87

Create or update a registration record for an external service.

NameTypeReqDescription
emailUsedstring
idstring
metadataobject
phoneUsedstring
registeredAtstring
serviceNamestring
serviceUrlstring
statusstring
usernamestring

No output schema declared.

No examples provided.

send_email ~83

Send an email from the current identity.

NameTypeReqDescription
bccarray
bodystring
ccarray
displayNamestring
htmlstring
scheduledAtstring
subjectstringyes
threadIdstring
tostringyes

No output schema declared.

No examples provided.

set_auto_reply ~58

Enable, disable, or edit the auto-reply responder.

NameTypeReqDescription
bodystring
enabledbooleanyes
endDatestring
startDatestring
subjectstring

No output schema declared.

No examples provided.

set_forwarding ~22

Set or clear the forwarding address.

NameTypeReqDescription
forwardingAddressyes

No output schema declared.

No examples provided.

set_signature ~20

Set or clear the email signature.

NameTypeReqDescription
signatureyes

No output schema declared.

No examples provided.

start_registration_session ~134

Start a signup session that correlates email, SMS, or TOTP artifacts for one service.

NameTypeReqDescription
bodyPatternstring
browserStateKeystring
expectedArtifactTypesarray
expectedChannelsarray
expectedSendersarray
expiresAtstringISO timestamp when the session should expire
metadataobject
senderPatternstring
serviceDomainstring
serviceNamestringyes
subjectPatternstring
useSmsLeaseboolean

No output schema declared.

No examples provided.

update_message ~57

Update message flags such as read or starred state.

NameTypeReqDescription
isReadboolean
isStarredboolean
labelsarray
messageIdstringyes
statusstring

No output schema declared.

No examples provided.

upsert_contact ~50

Create a contact by email or update one by contact ID.

NameTypeReqDescription
contactIdstring
emailstring
namestring
notesstring

No output schema declared.

No examples provided.

wait_for_message ~89

Poll until a matching inbound message arrives.

NameTypeReqDescription
channelstring
includeExistingboolean
pollIntervalSecondsinteger
receivedAfterstringOnly match messages at or after this ISO timestamp
searchstring
senderContainsstring
subjectContainsstring
timeoutSecondsinteger

No output schema declared.

No examples provided.

wait_for_registration_artifact ~55

Poll a signup session until an artifact arrives or the session expires, blocks, or times out.

NameTypeReqDescription
pollIntervalSecondsinteger
sessionIdstringyes
timeoutSecondsinteger

No output schema declared.

No examples provided.