ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Descope with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage user authentication flows via Descope. initiate OTPs, Magic Links, Enchanted Links, and OAuth directly from your AI agent.

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 · 33 capabilities

The complete Descope capability set.

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

Capability set01 / 09

01-04

4 capabilities in this set.

Part of 33 available through Descope.

  1. 01

    Auth exchange access key

    Exchange an access key for a session JWT

  2. 02

    Auth otp signin email

    Sign in a user via Email OTP

  3. 03

    Auth otp verify voice

    Verify a Voice OTP

  4. 04

    Auth password reset

    Reset a user password

Capability set02 / 09

05-08

4 capabilities in this set.

Part of 33 available through Descope.

  1. 05

    Auth password signup

    Sign up a user with a password

  2. 06

    Mgmt search users

    Search for users

  3. 07

    Auth webauthn signin finish

    Finish WebAuthn sign in

  4. 08

    Mgmt update user

    Update an existing user

Capability set03 / 09

09-12

4 capabilities in this set.

Part of 33 available through Descope.

  1. 09

    Auth webauthn signup finish

    Finish WebAuthn sign up

  2. 10

    Auth webauthn signup start

    Start WebAuthn sign up

  3. 11

    Mgmt create role

    Create a new role

  4. 12

    Mgmt create user

    Create a new user

Capability set04 / 09

13-16

4 capabilities in this set.

Part of 33 available through Descope.

  1. 13

    Mgmt delete user

    Delete a user

  2. 14

    Auth get keys

    Get public keys for session validation

  3. 15

    Mgmt get user

    Load a user by login ID

  4. 16

    Mgmt list tenants

    Load all tenants

Capability set05 / 09

17-20

4 capabilities in this set.

Part of 33 available through Descope.

  1. 17

    Auth enchantedlink poll

    Poll for Enchanted Link session

  2. 18

    Auth enchantedlink signup

    Sign up a user via Enchanted Link

  3. 19

    Auth enchantedlink verify

    Verify an Enchanted Link token

  4. 20

    Auth magiclink signup email

    Sign up or sign in a user via Magic Link

Capability set06 / 09

21-24

4 capabilities in this set.

Part of 33 available through Descope.

  1. 21

    Auth magiclink verify

    Verify a Magic Link token

  2. 22

    Auth oauth authorize

    Start OAuth flow

  3. 23

    Auth oauth exchange

    Exchange OAuth code for session

  4. 24

    Auth otp signup email

    Sign up a user via Email OTP

Capability set07 / 09

25-27

3 capabilities in this set.

Part of 33 available through Descope.

  1. 25

    Auth otp signup SMS

    Sign up a user via SMS OTP

  2. 26

    Auth otp signup voice

    Sign up a user via Voice OTP

  3. 27

    Auth otp verify email

    Verify an Email OTP

Capability set08 / 09

28-30

3 capabilities in this set.

Part of 33 available through Descope.

  1. 28

    Auth otp verify SMS

    Verify an SMS OTP

  2. 29

    Auth password signin

    Sign in a user with a password

  3. 30

    Auth webauthn signin start

    Start WebAuthn sign in

Capability set09 / 09

31-33

3 capabilities in this set.

Part of 33 available through Descope.

  1. 31

    Mgmt create access key

    Create a new access key (M2M)

  2. 32

    Mgmt create permission

    Create a new permission

  3. 33

    Mgmt create tenant

    Create a new tenant

Observed, not estimated

1042ms average. Fast in production.

Descope is checked daily against the live service.

Daily averagePeak 1450ms
Aug 20Today
Fastest day
868ms
Slowest day
1450ms
14-day trend
Slowing+31%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 33 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 Descope, so you can see the experience inside your AI.

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

Descope Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_4cREanPNlXC6jrZrFK92D8TajPmC1caVSy6gbeQv/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 — Descope capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "descope-auth-platform-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_4cREanPNlXC6jrZrFK92D8TajPmC1caVSy6gbeQv/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 Descope owners ask.

  • 01

    How do I verify an email OTP code sent to a user?

    Use the auth_otp_verify_email capability by providing the user's loginId (email) and the code they received. The agent will return the session details if the verification is successful.

  • 02

    Can I start a Google OAuth login flow using this server?

    Yes. Use the auth_oauth_authorize capability with 'google' as the provider and specify your redirectURL. The agent will initiate the OAuth flow for you.

  • 03

    What is the purpose of the enchanted link polling capability?

    The auth_enchantedlink_poll capability allows the agent to check the status of a pending enchanted link authentication using a pendingRef. It helps determine if the user has clicked the link and completed the session.