Descope (Auth Platform) MCP Server for OpenAI Agents SDKGive OpenAI Agents SDK instant access to 33 tools to Auth Enchantedlink Poll, Auth Enchantedlink Signup, Auth Enchantedlink Verify, and more
The OpenAI Agents SDK enables production-grade agent workflows in Python. Connect Descope (Auth Platform) through Vinkius and your agents gain typed, auto-discovered tools with built-in guardrails. no manual schema definitions required.
Ask AI about this MCP Server for OpenAI Agents SDK
The Descope (Auth Platform) MCP Server for OpenAI Agents SDK 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
import asyncio
from agents import Agent, Runner
from agents.mcp import MCPServerStreamableHttp
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
async with MCPServerStreamableHttp(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
) as mcp_server:
agent = Agent(
name="Descope (Auth Platform) Assistant",
instructions=(
"You help users interact with Descope (Auth Platform). "
"You have access to 33 tools."
),
mcp_servers=[mcp_server],
)
result = await Runner.run(
agent, "List all available tools from Descope (Auth Platform)"
)
print(result.final_output)
asyncio.run(main())
* 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.
The OpenAI Agents SDK auto-discovers all 33 tools from Descope (Auth Platform) through native MCP integration. Build agents with built-in guardrails, tracing, and handoff patterns. chain multiple agents where one queries Descope (Auth Platform), another analyzes results, and a third generates reports, all orchestrated through Vinkius.
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 OpenAI Agents SDK 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 OpenAI Agents SDK
When OpenAI Agents SDK 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 OpenAI Agents SDK via MCP
Follow these steps to wire Descope (Auth Platform) into OpenAI Agents SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install the SDK
pip install openai-agents in your Python environmentReplace the token
[YOUR_TOKEN_HERE] with your Vinkius token from cloud.vinkius.comRun the script
python agent.pyExplore tools
Why Use OpenAI Agents SDK with the Descope (Auth Platform) MCP Server
OpenAI Agents SDK provides unique advantages when paired with Descope (Auth Platform) through the Model Context Protocol.
Native MCP integration via `MCPServerSse`, pass the URL and the SDK auto-discovers all tools with full type safety
Built-in guardrails, tracing, and handoff patterns let you build production-grade agents without reinventing safety infrastructure
Lightweight and composable: chain multiple agents and MCP servers in a single pipeline with minimal boilerplate
First-party OpenAI support ensures optimal compatibility with GPT models for tool calling and structured output
Descope (Auth Platform) + OpenAI Agents SDK Use Cases
Practical scenarios where OpenAI Agents SDK combined with the Descope (Auth Platform) MCP Server delivers measurable value.
Automated workflows: build agents that query Descope (Auth Platform), process the data, and trigger follow-up actions autonomously
Multi-agent orchestration: create specialist agents. one queries Descope (Auth Platform), another analyzes results, a third generates reports
Data enrichment pipelines: stream data through Descope (Auth Platform) tools and transform it with OpenAI models in a single async loop
Customer support bots: agents query Descope (Auth Platform) to resolve tickets, look up records, and update statuses without human intervention
Example Prompts for Descope (Auth Platform) in OpenAI Agents SDK
Ready-to-use prompts you can give your OpenAI Agents SDK 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 OpenAI Agents SDK
Common issues when connecting Descope (Auth Platform) to OpenAI Agents SDK through Vinkius, and how to resolve them.
MCPServerStreamableHttp not found
pip install --upgrade openai-agentsAgent not calling tools
Descope (Auth Platform) + OpenAI Agents SDK FAQ
Common questions about integrating Descope (Auth Platform) MCP Server with OpenAI Agents SDK.
How does the OpenAI Agents SDK connect to MCP?
MCPServerSse(url=...) to create a server connection. The SDK auto-discovers all tools and makes them available to your agent with full type information.Can I use multiple MCP servers in one agent?
MCPServerSse instances to the agent constructor. The agent can use tools from all connected servers within a single run.Does the SDK support streaming responses?
Explore More MCP Servers
View all →
Gladia (Speech AI)
6 toolsTranscribe, translate, and analyze audio with Gladia's high-speed Speech AI — support for pre-recorded files and live streaming.

Peerbie
16 toolsOrchestrate your entire team's workspace, from Kanban boards to calendar events, completely driven by AI.

QRCodeChimp
11 toolsGenerate branded QR codes with tracking, analytics, and dynamic content that update without reprinting for any use case.

Dot Object Transformer
1 toolsFlatten deeply nested JSON objects into dot-notation keys, or reconstruct nested objects from flat dictionaries.
