Hosted OAuth
Remote-first setup
https://keyid.ai/mcp
Verification
KeyID still exposes wait, code extraction, and safe link-follow tools directly. Use them when you are debugging a flow or when a full signup session is unnecessary.
Use the hosted endpoint first. Keep the local stdio package for developer-controlled identity and offline-style workflows.
Hosted OAuth
https://keyid.ai/mcp
Local stdio
{
"mcpServers": {
"keyid": {
"command": "npx",
"args": ["-y", "@keyid/agent-kit"]
}
}
}
This page covers the lower-level primitives underneath signup sessions. It is useful when you need to inspect a specific message, debug extraction, or follow a link manually.
wait_for_message keeps polling inside the tool, so the model does not need to implement its own timers or retries.
follow_verification_link performs server-side fetches with SSRF protections, which is safer than telling the model to open arbitrary URLs directly.
These prompts are written for chat-first workflows where the model should stay inside the KeyID MCP surface as long as possible.