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.

KeyID

NPM · @KEYID/AGENT-KIT · 2 COMPONENTS · SCANNED SEP 20

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

+1 this week 77 Trust /100
Trust breakdown (7 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 → Why this is hard to 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
  • 31 of 95 dependencies flagged as unhealthy. 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 36 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2955 tokens (~41/item across 71 items; 64 tools + 7 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage74
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 22% of tool parameters carry a description.Partial
Tool Safety96
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 6 of 7 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "send_email" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 65 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the KeyID MCP server?

KeyID runs locally as an npm package, launched with npx -y @keyid/agent-kit. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @keyid/agent-kit

# add to Claude Code
claude mcp add keyid-ai-keyid -- npx -y @keyid/agent-kit
// .cursor/mcp.json
{
  "mcpServers": {
    "keyid-ai-keyid": {
      "command": "npx",
      "args": [
        "-y",
        "@keyid/agent-kit"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "keyid-ai-keyid": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "keyid-ai-keyid": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@keyid/agent-kit"
      ]
    }
  }
}
# add to Vellum
assistant mcp add keyid-ai-keyid -t stdio -c npx -a -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.

  • 20 Sept 26 +1
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 14 Sept 26 +1
    • Stability: 0.97 → pass security
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.83 functional
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 20 Sept 2026 · Analysed npm/@keyid/agent-kit@0.4.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 64 exposed · ~2,863 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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_cron ~101

Register a webhook URL to fire on a cron schedule. Standard 5-field cron: minute hour day month weekday.

NameTypeReqDescription
cronExprstringyesCron expression (e.g., "0 9 * * MON" for 9am every Monday)
namestringHuman-readable name for this schedule
timezonestringTimezone (default: UTC)
webhookUrlstringyesURL to receive POST requests on schedule

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_page ~75

Claim a slug and create a new agent page. Slug must be 5+ chars, lowercase alphanumeric with hyphens.

NameTypeReqDescription
descriptionstringPage description
slugstringyesURL slug (5-40 chars, lowercase alphanumeric + hyphens)
titlestringPage title

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_cron ~27

Remove a scheduled webhook.

NameTypeReqDescription
cronIdstringyesCron job ID to delete

No output schema declared.

No examples provided.

delete_file ~26

Delete a stored file by key.

NameTypeReqDescription
keystringyesFile key to delete

No output schema declared.

No examples provided.

delete_page ~27

Delete a page and all its files.

NameTypeReqDescription
slugstringyesPage slug to delete

No output schema declared.

No examples provided.

delete_page_file ~38

Delete a single file from an agent page.

NameTypeReqDescription
pathstringyesFile path to delete
slugstringyesPage slug

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_file ~31

Download a stored file by key. Returns base64-encoded content.

NameTypeReqDescription
keystringyesFile key

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_page ~26

Get details of an agent page by slug.

NameTypeReqDescription
slugstringyesPage slug

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_crons ~20

List cron jobs that fire webhooks on a schedule.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_files ~41

List files stored for the current agent.

NameTypeReqDescription
limitinteger
pageinteger
prefixstringFilter by key prefix

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_page_files ~26

List all files in an agent page.

NameTypeReqDescription
slugstringyesPage slug

No output schema declared.

No examples provided.

list_pages ~17

List all pages owned by the current agent.

Input schema present but exposes no named parameters.

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.

Common questions

What is the KeyID MCP server?

KeyID is an MCP server listed in the public MCP registry as io.github.KeyID-AI/keyid. Signup sessions, browser continuity, email, SMS, and OTP/TOTP infrastructure for AI agents. This page covers its npm package (@keyid/agent-kit).

Is the KeyID MCP server safe to use?

KeyID scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the KeyID MCP server expose?

KeyID exposes 64 tools: provision_identity, get_identity, request_phone_number, list_messages, wait_for_message, and 59 more. Their descriptions and schemas cost roughly 2,863 tokens of context every time the server is loaded.

Is the KeyID MCP server still maintained?

KeyID is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the KeyID MCP server under?

KeyID declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.