ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Hanko with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage passkey authentication and user identity via Hanko. initialize registrations, handle logins, and manage WebAuthn credentials directly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 15 capabilities

The complete Hanko capability set.

These are the exact actions your AI can choose when you ask it to work with Hanko.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 15 available through Hanko.

  1. 01

    Admin get user

    Get a user by ID via Admin API

  2. 02

    Admin list user credentials

    List WebAuthn credentials for a user via Admin API

  3. 03

    Admin list users

    List users via Admin API

  4. 04

    Flow execute

    Execute a Hanko Flow action

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 15 available through Hanko.

  1. 05

    Passkey delete credential

    Delete a WebAuthn credential

  2. 06

    Passkey list credentials

    List WebAuthn credentials for a user

  3. 07

    Passkey login finalize

    Finalize a passkey login

  4. 08

    Passkey transaction finalize

    Finalize a passkey transaction

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 15 available through Hanko.

  1. 09

    Passkey login init

    Returns publicKey options for navigator.credentials.get(). Initialize a passkey login

  2. 10

    Passkey registration finalize

    Finalize a passkey registration

  3. 11

    Passkey registration init

    Returns publicKey options for navigator.credentials.create(). Initialize a passkey registration

  4. 12

    Admin create user

    Create a new user via Admin API

Capability set04 / 04

13-15

3 capabilities in this set.

Part of 15 available through Hanko.

  1. 13

    Passkey transaction init

    G., payment confirmation) for an existing user. Initialize a passkey transaction

  2. 14

    Public get jwks

    Get JSON Web Key Set (JWKS)

  3. 15

    Public validate session

    Validate a Hanko session token

Observed, not estimated

940ms average. Fast in production.

Hanko is checked daily against the live service.

Daily averagePeak 1172ms
Aug 20Today
Fastest day
800ms
Slowest day
1172ms
14-day trend
Slowing+8%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 15 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Hanko, so you can see the experience inside your AI.

It does not authenticate your account with Hanko. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Hanko Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_FOAninCZae9duJcms78Myb9CbNaXDk54ffuUq1dU/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Hanko capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "hanko-passkey-auth-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_FOAninCZae9duJcms78Myb9CbNaXDk54ffuUq1dU/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Hanko owners ask.

  • 01

    How do I start a new passkey registration for a user?

    Use the passkey_registration_init capability with the user's ID and username. This will return the necessary WebAuthn options to be used on the client side.

  • 02

    Can I view all WebAuthn credentials associated with a specific user?

    Yes, you can use the passkey_list_credentials capability (or admin_list_user_credentials for admin access) to retrieve a list of all registered passkeys for any user ID.

  • 03

    Is it possible to create a user directly through the AI agent?

    Absolutely. Use the admin_create_user capability to provision a new user in your Hanko project by providing a unique user ID.