Labsco
MCP SERVER

Descope MCP Server

by descope-sample-apps

Search your Descope project's users and audit log, and create or invite users, without opening the console.

Identity, Access, Secrets & Encryption
Summary
User lookups without the console tab.

Four narrow tools, useful mostly while an auth flow is being debugged: the user record and the audit entries that explain what happened to them, in the same place as the code.

What it is

A client for Descope's Management APIs. It retrieves user records and audit log entries from a project — up to 10 at a time — and creates or invites new users.

What you get
  • Up to 10 audit log entries retrieved from a project
  • Up to 10 user records retrieved from a project
  • A new user created in the project
  • A new user invited to the project
Requirements

A Descope project ID and a management key from your Descope settings, plus a recent Node.js and a local build. Installation through Smithery is available. The management key carries the rights of the project it belongs to.

Setup effort

One command plus a key — npx -y @smithery/cli install @descope-sample-apps/descope-mcp-server --client claude, then supply credentials