Descope Auth

🌐Community
by descope · vlatest · Repository

Securely manage user authentication and authorization flows within your application using Descope's flexible API.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add descope-auth npx -- -y @trustedskills/descope-auth
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "descope-auth": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/descope-auth"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The descope-auth skill provides authentication capabilities to AI agents, allowing them to securely interact with Descope services. It handles user login and session management, enabling access to protected resources within the Descope platform. This simplifies integration of authentication flows into agent workflows.

When to use it

  • Secure API Access: When your agent needs to call APIs that require authentication via Descope.
  • User Data Retrieval: To securely retrieve user data stored in Descope, such as profile information or preferences.
  • Automated Workflows: For automating tasks within the Descope platform that necessitate a logged-in session.
  • Multi-Factor Authentication (MFA): When your agent needs to handle users who have MFA enabled in Descope.

Key capabilities

  • User login and authentication
  • Session management
  • Integration with Descope services
  • Support for Multi-Factor Authentication (MFA)

Example prompts

  • "Authenticate the user with email '[email protected]' and password 'password'."
  • "Retrieve the profile information for the currently authenticated user."
  • "Log out of the current session."

Tips & gotchas

The skill requires a Descope project to be configured beforehand, including API keys and application details. Ensure these credentials are securely provided to the AI agent environment.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
descope
Installs
8

🌐 Community

Passed automated security scans.