Страницы · Laravilt
Auth MCP Server
MCP server for authentication management
MCP server for authentication methods, events, and configuration.
Installation
bash
Registers in routes/ai.php:
php
Available Tools
list-auth-methods
List all available authentication methods.
Usage:
list-auth-methods
Output:
Lists all 8 authentication methods:
- Standard login/register
- Two-factor authentication (2FA)
- OTP (One-Time Password)
- Social authentication
- Passkeys (WebAuthn)
- Magic links
- API tokens
- SSO
get-event-info
Get information about authentication events.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event | string | Yes | Event name |
Usage:
get-event-info(event="Login")
search-docs
Search authentication documentation.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query |
Usage:
search-docs(query="passkeys setup")
AI Agent Examples
text
Related
- Auth Introduction - Auth overview
- MCP Introduction - MCP overview