login
Sign in to Invoker via browser-based email verification.
Annotations
| Annotation | Value |
|---|---|
readOnlyHint | false |
destructiveHint | false |
idempotentHint | false |
openWorldHint | true |
Parameters
This tool takes no parameters.
Return format
On success, returns a confirmation message with the authenticated email address:
Logged in as user@example.comIf you are already authenticated, returns:
Already logged in as user@example.comExample
User prompt:
Sign me in to Invoker
What Claude does:
- Calls the
logintool with no parameters. - Your default browser opens to the Invoker authentication page.
- You enter your email and complete the one-time-password verification.
- Claude confirms the login with your email address.
Notes
- The tool opens your system browser automatically. If you are in a headless environment (SSH session, remote container), browser-based login will not work.
- Credentials are stored locally by the MCP server and persist across sessions until you call logout.
- You only need to log in once. All subsequent tool calls reuse the stored session.