About Descope MCP
Descope MCP is an MCP server published by descope in the Developer Tools category: descope's MCP SDKs. It has been installed 0 times through Conduid.
The repository has 3 stars and 0 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx descope-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Descope MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
Releases
README
MCP Descope SDK
Multi-language SDK for integrating Descope authentication with MCP (Model Context Protocol) servers.
Descope serves as the Authorization Server (AS) for your MCP Servers, providing:
- Full authorization and scoping - Token validation, scope enforcement, and audience validation
- External token storage - Secure storage and retrieval of OAuth tokens for third-party services (Google Calendar, Slack, etc.)
- Policy enforcement - Real-time authorization decisions based on user identity, roles, and scopes
Languages
- Python SDK - Python SDK for MCP Descope integration
- TypeScript SDK - Coming soon
Quick Links
- Python Documentation
- Python Examples
- Contributing (coming soon)
Repository Structure
.
├── python/ # Python SDK
│ ├── src/ # Source code
│ ├── tests/ # Tests
│ ├── examples/ # Example code
│ └── README.md # Python SDK documentation
└── typescript/ # TypeScript SDK (coming soon)
README mirrored from the source repository 2 days ago. The original is authoritative.