Descope (Auth Platform) MCP Server for VS Code CopilotGive VS Code Copilot instant access to 33 tools to Auth Enchantedlink Poll, Auth Enchantedlink Signup, Auth Enchantedlink Verify, and more
GitHub Copilot in VS Code is the most widely adopted AI coding assistant, embedded directly into the world's most popular code editor. With MCP support in Agent mode, Copilot can access external data and APIs to generate context-aware code grounded in real-time information.
Ask AI about this MCP Server for VS Code Copilot
The Descope (Auth Platform) MCP Server for VS Code Copilot is a standout in the Developer Tools category — giving your AI agent 33 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
{
"mcpServers": {
"descope-auth-platform": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
}Vinkius Desktop App
The modern way to manage MCP Servers — no config files, no terminal commands. Install Descope (Auth Platform) and 4,000+ MCP Servers from a single visual interface.





* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Descope (Auth Platform) MCP Server
Connect Descope to your AI agent to manage and test user authentication flows through natural conversation. Descope is a drag-and-drop authentication and user management platform for any application.
GitHub Copilot Agent mode brings Descope (Auth Platform) data directly into your VS Code workflow. With a project-scoped config, the entire team shares access to 33 tools. Copilot queries live data, generates typed code, and writes tests from actual API responses, all without leaving the editor.
What you can do
- OTP Authentication — Initiate and verify One-Time Passwords via Email, SMS, or Voice using tools like
auth_otp_signup_emailandauth_otp_verify_email. - Magic & Enchanted Links — Send secure sign-up/sign-in links and poll for session completion with
auth_magiclink_signup_emailorauth_enchantedlink_poll. - OAuth Integration — Start OAuth flows with providers like Google and exchange codes for active sessions using
auth_oauth_authorize. - Password Management — Handle traditional password-based sign-ups via
auth_password_signup. - Session Verification — Verify tokens and manage the authentication lifecycle directly from your workspace.
The Descope (Auth Platform) MCP Server exposes 33 tools through the Vinkius. Connect it to VS Code Copilot in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 33 Descope (Auth Platform) tools available for VS Code Copilot
When VS Code Copilot connects to Descope (Auth Platform) through Vinkius, your AI agent gets direct access to every tool listed below — spanning authentication, otp, oauth, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Auth enchantedlink poll on Descope (Auth Platform)
Poll for Enchanted Link session
Auth enchantedlink signup on Descope (Auth Platform)
Sign up a user via Enchanted Link
Auth enchantedlink verify on Descope (Auth Platform)
Verify an Enchanted Link token
Auth exchange access key on Descope (Auth Platform)
Exchange an access key for a session JWT
Auth get keys on Descope (Auth Platform)
Get public keys for session validation
Auth magiclink signup email on Descope (Auth Platform)
Sign up or sign in a user via Magic Link
Auth magiclink verify on Descope (Auth Platform)
Verify a Magic Link token
Auth oauth authorize on Descope (Auth Platform)
Start OAuth flow
Auth oauth exchange on Descope (Auth Platform)
Exchange OAuth code for session
Auth otp signin email on Descope (Auth Platform)
Sign in a user via Email OTP
Auth otp signup email on Descope (Auth Platform)
Sign up a user via Email OTP
Auth otp signup sms on Descope (Auth Platform)
Sign up a user via SMS OTP
Auth otp signup voice on Descope (Auth Platform)
Sign up a user via Voice OTP
Auth otp verify email on Descope (Auth Platform)
Verify an Email OTP
Auth otp verify sms on Descope (Auth Platform)
Verify an SMS OTP
Auth otp verify voice on Descope (Auth Platform)
Verify a Voice OTP
Auth password reset on Descope (Auth Platform)
Reset a user password
Auth password signin on Descope (Auth Platform)
Sign in a user with a password
Auth password signup on Descope (Auth Platform)
Sign up a user with a password
Auth webauthn signin finish on Descope (Auth Platform)
Finish WebAuthn sign in
Auth webauthn signin start on Descope (Auth Platform)
Start WebAuthn sign in
Auth webauthn signup finish on Descope (Auth Platform)
Finish WebAuthn sign up
Auth webauthn signup start on Descope (Auth Platform)
Start WebAuthn sign up
Mgmt create access key on Descope (Auth Platform)
Create a new access key (M2M)
Mgmt create permission on Descope (Auth Platform)
Create a new permission
Mgmt create role on Descope (Auth Platform)
Create a new role
Mgmt create tenant on Descope (Auth Platform)
Create a new tenant
Mgmt create user on Descope (Auth Platform)
Create a new user
Mgmt delete user on Descope (Auth Platform)
Delete a user
Mgmt get user on Descope (Auth Platform)
Load a user by login ID
Mgmt list tenants on Descope (Auth Platform)
Load all tenants
Mgmt search users on Descope (Auth Platform)
Search for users
Mgmt update user on Descope (Auth Platform)
Update an existing user
Connect Descope (Auth Platform) to VS Code Copilot via MCP
Follow these steps to wire Descope (Auth Platform) into VS Code Copilot. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Create MCP config
.vscode/mcp.json file in your project rootAdd the server config
Enable Agent mode
Start using Descope (Auth Platform)
Why Use VS Code Copilot with the Descope (Auth Platform) MCP Server
GitHub Copilot for Visual Studio Code provides unique advantages when paired with Descope (Auth Platform) through the Model Context Protocol.
VS Code is used by over 70% of developers. adding MCP tools to Copilot means your team can leverage external data without leaving their primary editor
Project-scoped MCP configs (`.vscode/mcp.json`) let you commit server configurations to your repository, ensuring the entire team shares the same tool access
Copilot's Agent mode integrates MCP tools seamlessly with file editing, terminal commands, and workspace search in a single agentic loop
GitHub's enterprise compliance and audit features extend to MCP tool usage, providing visibility into how AI interacts with external services
Descope (Auth Platform) + VS Code Copilot Use Cases
Practical scenarios where VS Code Copilot combined with the Descope (Auth Platform) MCP Server delivers measurable value.
Live API integration: Copilot can query an MCP server, inspect the response schema, and generate typed API client code in the same step
DevSecOps workflows: security teams can give developers access to domain intelligence tools directly in their editor for real-time vulnerability assessment during code review
Data pipeline development: Copilot fetches sample data via MCP and generates transformation scripts, validators, and test fixtures from actual API responses
Documentation generation: Copilot queries available tools and auto-generates README sections, API reference docs, and usage examples
Example Prompts for Descope (Auth Platform) in VS Code Copilot
Ready-to-use prompts you can give your VS Code Copilot agent to start working with Descope (Auth Platform) immediately.
"Sign up a new user with email dev-test@example.com using OTP."
"Verify the OTP code 998877 for user dev-test@example.com."
"Start a Google OAuth flow with redirect URL https://example.com/callback."
Troubleshooting Descope (Auth Platform) MCP Server with VS Code Copilot
Common issues when connecting Descope (Auth Platform) to VS Code Copilot through Vinkius, and how to resolve them.
MCP tools not available
Descope (Auth Platform) + VS Code Copilot FAQ
Common questions about integrating Descope (Auth Platform) MCP Server with VS Code Copilot.
Which VS Code version supports MCP?
How do I switch to Agent mode?
Can I restrict which MCP tools Copilot can access?
Does MCP work in VS Code Remote or Codespaces?
.vscode/mcp.json work in Remote SSH, WSL, and GitHub Codespaces environments. The MCP connection is established from the remote host, so ensure the server URL is accessible from that environment.Explore More MCP Servers
View all →
Instagram (Social Media & Business)
10 toolsManage your Instagram presence via AI — publish photos and reels, analyze insights, and manage comments.

Mattermost (Secure Team Collaboration)
10 toolsManage team collaboration via Mattermost — send messages, search channels, and audit team activities.

HashiCorp Vault
50 toolsSecurely manage secrets, tokens, and encryption keys via HashiCorp Vault — read KV secrets, generate dynamic credentials, and monitor system health.

Huawei Push Kit / 华为推送服务
6 toolsHuawei's essential device push platform — send notifications to HMS devices via AI.
