Skip to main content
Glama

Better Auth MCP Server

by LexiconAlex

test_auth_flows

Verify authentication workflows like login, registration, password reset, and 2FA to ensure secure and reliable credential management in the Better Auth MCP Server.

Instructions

Test authentication workflows

Input Schema

NameRequiredDescriptionDefault
flowsYesAuthentication flows to test

Input Schema (JSON Schema)

{ "properties": { "flows": { "description": "Authentication flows to test", "items": { "enum": [ "login", "register", "password-reset", "2fa" ], "type": "string" }, "type": "array" } }, "required": [ "flows" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LexiconAlex/better-auth-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server