KeyID
NPM · @KEYID/AGENT-KIT · 2 COMPONENTS · SCANNED AUG 3
Signup sessions, browser continuity, email, SMS, and OTP/TOTP infrastructure for 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 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
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
claude mcp add keyid-ai-keyid -- npx -y @keyid/agent-kit
codex mcp add keyid-ai-keyid -- npx -y @keyid/agent-kit
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"keyid-ai-keyid": {
"type": "local",
"command": [
"npx",
"-y",
"@keyid/agent-kit"
],
"enabled": true
}
}
} openclaw mcp add keyid-ai-keyid --command npx --arg -y --arg @keyid/agent-kit
mcp_servers:
keyid-ai-keyid:
command: "npx"
args: ["-y", "@keyid/agent-kit"] {
"mcpServers": {
"keyid-ai-keyid": {
"command": "npx",
"args": [
"-y",
"@keyid/agent-kit"
]
}
}
} 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.
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.
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.
block_registration_session Block Registration Session ~52
Mark a signup session blocked and record why the flow could not continue.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | — | — |
| metadata | object | — | — |
| reason | string | yes | — |
| sessionId | string | yes | — |
No output schema declared.
No examples provided.
complete_registration_session Complete Registration Session ~35
Mark a signup session complete after the browser flow succeeds.
| Name | Type | Req | Description |
|---|---|---|---|
| metadata | object | — | — |
| sessionId | string | yes | — |
No output schema declared.
No examples provided.
create_or_update_persona Create Or Update Persona ~124
Create a persona or update the existing one with explicit overrides.
| Name | Type | Req | Description |
|---|---|---|---|
| addressLine1 | string | — | — |
| city | string | — | — |
| companyName | string | — | — |
| country | string | — | — |
| customFields | object | — | — |
| dateOfBirth | string | — | — |
| firstName | string | — | — |
| fullName | string | — | — |
| gender | string | — | — |
| jobTitle | string | — | — |
| lastName | string | — | — |
| state | string | — | — |
| zip | string | — | — |
No output schema declared.
No examples provided.
create_webhook Create Webhook ~28
Create a webhook subscription.
| Name | Type | Req | Description |
|---|---|---|---|
| events | array | — | — |
| url | string | yes | — |
No output schema declared.
No examples provided.
delete_contact Delete Contact ~22
Delete a contact by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| contactId | string | yes | — |
No output schema declared.
No examples provided.
delete_secret Delete Secret ~20
Delete a vault entry.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | — |
No output schema declared.
No examples provided.
follow_verification_link Follow Verification Link ~46
Follow a verification link directly or from an extracted message link list.
| Name | Type | Req | Description |
|---|---|---|---|
| linkIndex | integer | — | — |
| messageId | string | — | — |
| url | string | — | — |
No output schema declared.
No examples provided.
get_auto_reply 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 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 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 Get Message ~27
Fetch the full details for a single message.
| Name | Type | Req | Description |
|---|---|---|---|
| messageId | string | yes | Message ID |
No output schema declared.
No examples provided.
get_metrics Get Metrics ~44
Fetch usage metrics for the current identity.
| Name | Type | Req | Description |
|---|---|---|---|
| event | string | — | — |
| period | string | — | — |
| since | string | — | — |
| until | string | — | — |
No output schema declared.
No examples provided.
get_persona 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 Get Registration ~23
Fetch one registration record by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| registrationId | string | yes | — |
No output schema declared.
No examples provided.
get_registration_artifacts Get Registration Artifacts ~31
Fetch the normalized artifacts attached to a signup session in priority order.
| Name | Type | Req | Description |
|---|---|---|---|
| sessionId | string | yes | — |
No output schema declared.
No examples provided.
get_registration_session Get Registration Session ~31
Fetch one signup session, including its latest artifact summary and lease state.
| Name | Type | Req | Description |
|---|---|---|---|
| sessionId | string | yes | — |
No output schema declared.
No examples provided.
get_reputation 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 Get Secret ~23
Retrieve a decrypted vault entry by key.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | — |
No output schema declared.
No examples provided.
get_signature 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 Get Thread ~25
Fetch a thread and all of its messages.
| Name | Type | Req | Description |
|---|---|---|---|
| threadId | string | yes | — |
No output schema declared.
No examples provided.
get_totp_code Get TOTP Code ~32
Generate the current TOTP code for a stored authenticator entry.
| Name | Type | Req | Description |
|---|---|---|---|
| totpId | string | yes | — |
No output schema declared.
No examples provided.
get_verification_codes Get Verification Codes ~72
Read OTP or verification codes from a message, or from the latest matching message.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | — | — |
| messageId | string | — | — |
| search | string | — | — |
| senderContains | string | — | — |
| subjectContains | string | — | — |
| timeoutSeconds | integer | — | — |
No output schema declared.
No examples provided.
get_webhook_deliveries Get Webhook Deliveries ~32
Inspect recent webhook delivery attempts.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| page | integer | — | — |
No output schema declared.
No examples provided.
list_contacts 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 List Messages ~100
List email or SMS messages with search and inbox filters.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | — | — |
| direction | string | — | — |
| labels | string | — | Comma-separated label filter |
| limit | integer | — | — |
| page | integer | — | — |
| search | string | — | — |
| senderContains | string | — | — |
| since | string | — | ISO timestamp filter |
| subjectContains | string | — | — |
| unreadOnly | boolean | — | — |
No output schema declared.
No examples provided.
list_registration_sessions List Registration Sessions ~47
List current and historical signup sessions for this identity.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| page | integer | — | — |
| service | string | — | — |
| status | string | — | — |
No output schema declared.
No examples provided.
list_registrations List Registrations ~43
List saved service registrations.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| page | integer | — | — |
| service | string | — | — |
| status | string | — | — |
No output schema declared.
No examples provided.
list_secrets 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 List Threads ~37
List conversation threads for the current identity.
| Name | Type | Req | Description |
|---|---|---|---|
| labels | string | — | — |
| limit | integer | — | — |
| page | integer | — | — |
No output schema declared.
No examples provided.
list_totp_entries 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 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 Load Browser State ~27
Load the saved browser state for a signup session.
| Name | Type | Req | Description |
|---|---|---|---|
| sessionId | string | yes | — |
No output schema declared.
No examples provided.
provision_identity Provision Identity ~36
Create or reveal the email identity for this MCP session.
| Name | Type | Req | Description |
|---|---|---|---|
| storageType | string | — | How the local MCP session stores its private key |
No output schema declared.
No examples provided.
put_secret Put Secret ~45
Create or update a vault entry.
| Name | Type | Req | Description |
|---|---|---|---|
| contentType | string | — | — |
| expiresAt | string | — | — |
| key | string | yes | — |
| value | string | yes | — |
No output schema declared.
No examples provided.
reply_to_message Reply To Message ~49
Reply to a message, optionally as reply-all.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | — | — |
| html | string | — | — |
| messageId | string | yes | — |
| replyAll | boolean | — | — |
No output schema declared.
No examples provided.
request_phone_number 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 Save Browser State ~58
Store cookies and browser session state for a signup session in the KeyID vault.
| Name | Type | Req | Description |
|---|---|---|---|
| expiresAt | string | — | — |
| sessionId | string | yes | — |
| state | — | yes | Browser state object, typically cookies plus localStorage or sessionStorage |
No output schema declared.
No examples provided.
save_registration Save Registration ~87
Create or update a registration record for an external service.
| Name | Type | Req | Description |
|---|---|---|---|
| emailUsed | string | — | — |
| id | string | — | — |
| metadata | object | — | — |
| phoneUsed | string | — | — |
| registeredAt | string | — | — |
| serviceName | string | — | — |
| serviceUrl | string | — | — |
| status | string | — | — |
| username | string | — | — |
No output schema declared.
No examples provided.
send_email Send Email ~83
Send an email from the current identity.
| Name | Type | Req | Description |
|---|---|---|---|
| bcc | array | — | — |
| body | string | — | — |
| cc | array | — | — |
| displayName | string | — | — |
| html | string | — | — |
| scheduledAt | string | — | — |
| subject | string | yes | — |
| threadId | string | — | — |
| to | string | yes | — |
No output schema declared.
No examples provided.
set_auto_reply Set Auto Reply ~58
Enable, disable, or edit the auto-reply responder.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | — | — |
| enabled | boolean | yes | — |
| endDate | string | — | — |
| startDate | string | — | — |
| subject | string | — | — |
No output schema declared.
No examples provided.
set_forwarding Set Forwarding ~22
Set or clear the forwarding address.
| Name | Type | Req | Description |
|---|---|---|---|
| forwardingAddress | — | yes | — |
No output schema declared.
No examples provided.
set_signature Set Signature ~20
Set or clear the email signature.
| Name | Type | Req | Description |
|---|---|---|---|
| signature | — | yes | — |
No output schema declared.
No examples provided.
start_registration_session Start Registration Session ~134
Start a signup session that correlates email, SMS, or TOTP artifacts for one service.
| Name | Type | Req | Description |
|---|---|---|---|
| bodyPattern | string | — | — |
| browserStateKey | string | — | — |
| expectedArtifactTypes | array | — | — |
| expectedChannels | array | — | — |
| expectedSenders | array | — | — |
| expiresAt | string | — | ISO timestamp when the session should expire |
| metadata | object | — | — |
| senderPattern | string | — | — |
| serviceDomain | string | — | — |
| serviceName | string | yes | — |
| subjectPattern | string | — | — |
| useSmsLease | boolean | — | — |
No output schema declared.
No examples provided.
update_message Update Message ~57
Update message flags such as read or starred state.
| Name | Type | Req | Description |
|---|---|---|---|
| isRead | boolean | — | — |
| isStarred | boolean | — | — |
| labels | array | — | — |
| messageId | string | yes | — |
| status | string | — | — |
No output schema declared.
No examples provided.
upsert_contact Upsert Contact ~50
Create a contact by email or update one by contact ID.
| Name | Type | Req | Description |
|---|---|---|---|
| contactId | string | — | — |
| string | — | — | |
| name | string | — | — |
| notes | string | — | — |
No output schema declared.
No examples provided.
wait_for_message Wait For Message ~89
Poll until a matching inbound message arrives.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | — | — |
| includeExisting | boolean | — | — |
| pollIntervalSeconds | integer | — | — |
| receivedAfter | string | — | Only match messages at or after this ISO timestamp |
| search | string | — | — |
| senderContains | string | — | — |
| subjectContains | string | — | — |
| timeoutSeconds | integer | — | — |
No output schema declared.
No examples provided.
wait_for_registration_artifact Wait For Registration Artifact ~55
Poll a signup session until an artifact arrives or the session expires, blocks, or times out.
| Name | Type | Req | Description |
|---|---|---|---|
| pollIntervalSeconds | integer | — | — |
| sessionId | string | yes | — |
| timeoutSeconds | integer | — | — |
No output schema declared.
No examples provided.