523,734 tools. Updated 2026-09-06 14:19
"Authy" matching MCP tools:
- Verify the 6-digit code from your email to complete OTP sign-in and activate the API key for all subsequent tool calls in this session.MIT
- Authenticate users by sending a 6-digit email OTP or using a password; after verification, the API key is configured for the current MCP session.MIT
- Resend the OTP email for a new account when the previous code expired or wasn't received. Call it after authentication and before verification.MIT
- Authorize access to AgentOps MCP server by validating API keys for observability and tracing data during AI agent debugging.MIT
- Enroll a new MFA factor using TOTP authenticator or SMS. Get a QR code to scan, then verify to upgrade session to AAL2.MIT
- Manage Microsoft Graph API authentication: check status, start OAuth device-code or browser flow, complete device-code login, and view diagnostic info.MIT
Matching MCP Servers

auth0-mcp-serverofficial
AlicenseNot gradedqualityCmaintenanceThe Auth0 MCP Server integrates with LLMs and AI agents, allowing you to perform various Auth0 management operations using natural language. For instance, you could simply ask Claude to "Create a new Auth0 app and get the domain and client ID"4,666117MIT- AlicenseNot gradedqualityBmaintenanceReference MCP servers that integrate with Autodesk Platform Services, demonstrating various authentication combinations and exposing tools to list projects and folder contents via the Data Management API.MIT
Matching MCP Connectors
The PropelAuth Integration MCP Server helps you and your favorite AI agent integrate PropelAuth as quickly and easily as possible into your project. Whether you're integrating PropelAuth into your Next.js project or your FastAPI backend, the Integration MCP Server will ensure your AI agent has the best context possible for a successful integration.
Capture receipts, scan Gmail, analyze spending, and create reviewed reports from AI assistants.
- Check your Trackman authentication status or re-login when your session has expired. Use 'status' to see who you're signed in as, or 'login' to start a fresh sign-in.MIT
- Build, parse, or generate secrets for otpauth TOTP/HOTP URIs to enrol in two-factor authentication with authenticator apps.MIT
- Authenticate to a website via Okta SSO, including TOTP MFA, and save the browser session for reuse.MIT
- Authenticate with Microsoft Graph by starting a login flow, checking status, completing browser verification, or logging out.MIT
- Discover which stored credential fits a task via AI, using names and descriptions only to keep secrets hidden. Returns the best match and reasoning.MIT
- Generate a time-based one-time password (TOTP) from a base32 shared secret for two-factor authentication. Returns the current code as a string.MIT
- Retrieve cookies from a saved Okta session to make authenticated HTTP requests without launching a browser. Optionally filter by domain.MIT
- Fetches web page content from sites that require login by opening a real browser for manual sign-in and session capture, returning cleaned HTML.MIT
- Delete a stored Okta session for a given URL, removing session files and metadata to force re-authentication.MITDestructive
- Create or update API keys and credentials in an encrypted vault, returning metadata with masked preview to keep secrets hidden.MIT
- List all stored credential names and metadata without exposing sensitive values. Use this to audit available credentials safely.MIT
- Clear stored authentication tokens to require re-authentication for Mural visual collaboration workspaces access.MIT
- List all stored Okta authentication sessions and view metadata such as domain, saved timestamp, and cookie/origin counts. Note: does not verify session validity.MIT
- Retrieve stored credentials by name, with an option to mask values for secure display or return them in full.MIT
- Diagnose 401/403 errors and missing consent by checking auth mode, signed-in account, client app, token scopes/roles, and expiry.MIT