all tools / auth

Most reliable auth AI agent tools

As of the latest check, Glimind tracks 88 auth AI agent (MCP) tools, of which 15 are healthy right now. The table below ranks them live-first by real-time reliability.

toolstatuswhat it does
secureflows_build_logout_url
io.github.michal-lefler/secureflows-mcp-server
healthyBuilds a correct redirect-logout URL and refuses to build one that violates the two documented logout anti-patterns: a redirect_uri pointingalternatives
auth_session_callback
io.github.michal-lefler/secureflows-mcp-server
healthy**Browser redirect endpoint** used after hosted `/app/sessions/login`. No `Authorization` header. 1. Verifies **`firebaseToken`** (Firebasealternatives
post_sessions
io.github.michal-lefler/secureflows-mcp-server
healthyVerifies **Firebase** ID token, creates a session for **`workspaceName`**, stores serialized **`payload`** (defaults to `{}` when omitted), alternatives
get_sessions_identity
io.github.michal-lefler/secureflows-mcp-server
healthyReturns the workspace end-user's **`userId`** and **email** for the authenticated session token. Does not return Firebase UID or session payalternatives
post_sessions_get_or_create
io.github.michal-lefler/secureflows-mcp-server
healthyVerifies **Firebase** ID token. If an **active** session already exists for **`(workspaceName, Firebase UID, app_id)`**, returns a new **`sealternatives
post_sessions_renew_session_token
io.github.michal-lefler/secureflows-mcp-server
healthyVerifies **Firebase** ID token. Parses **`sessionToken`** path segment as an internal SESSION JWT **without enforcing JWT expiry** (signaturalternatives
post_sessions_set_key
io.github.michal-lefler/secureflows-mcp-server
healthySets a key in the encrypted session payload and returns the updated decrypted payload. If the JSON body is `{ "value": <x> }`, the server unalternatives
get_sessions_get_key
io.github.michal-lefler/secureflows-mcp-server
healthyRetrieves the decrypted payload value for `key`. **Important:** `404` means the key was never written (normal first-use case). Do not treatalternatives
delete_sessions_delete_key
io.github.michal-lefler/secureflows-mcp-server
healthyRemoves `key` from the session payload and returns `true` if the key existed. Source: DELETE /api/v1/sessions/delete/{key} Requires `auth.salternatives
post_sessions_revoke
io.github.michal-lefler/secureflows-mcp-server
healthyRevokes the session referenced by the internal SESSION Bearer token. This endpoint is useful for automation clients that only hold a sessionalternatives
get_auth_logout
io.github.michal-lefler/secureflows-mcp-server
healthyBrowser-friendly logout endpoint for **cross-site** clients (e.g. apps running on `localhost`). Use this as a **top-level navigation** (notalternatives
post_auth_logout
io.github.michal-lefler/secureflows-mcp-server
healthyLogs out the current session **without revoking** it. **Browser warning:** calling this endpoint via XHR/fetch from a different origin thanalternatives
get_sessions_my
io.github.michal-lefler/secureflows-mcp-server
healthyReturns a page of sessions for the current user within the current workspace. Self-service dashboard endpoint — requires workspace **`enablealternatives
post_sessions_revoke_session_id
io.github.michal-lefler/secureflows-mcp-server
healthySelf-service dashboard endpoint. Revokes a session owned by the caller in the current workspace. Requires workspace **`enableSelfService: tralternatives
secureflows_build_login_url
io.github.michal-lefler/secureflows-mcp-server
healthyBuilds a correct hosted-login redirect URL. Needs no secureFlows token — safe to call at app-scaffolding time, before any user session existalternatives
auth:agent-register
io.github.yolfinance/yolfi-agent
authRegisters a new Yolfi user via email confirmation.alternatives
flat_auth
cash.flat/flatcash
unknownAuthenticate an existing FlatID user. Actions: password (login with username + password → returns API key with full permissions), token (veralternatives
exchange_code
ldraney-linkedin-mcp
unknownExchange OAuth code for access tokenalternatives
fatsecret_commit_profile_create
borgels/mcp-server-fatsecret
unknownCommit the account-less profile.create fallback auth path.alternatives
fatsecret_start_auth
borgels/mcp-server-fatsecret
unknownStart the OAuth1 authorization flow for a user to link their FatSecret account. Returns a URL to open for approval.alternatives
fatsecret_complete_auth
borgels/mcp-server-fatsecret
unknownComplete the OAuth1 authorization flow with the PIN shown by FatSecret after user approval.alternatives
fatsecret_disconnect
borgels/mcp-server-fatsecret
unknownDisconnect a user's linked FatSecret account.alternatives
authenticate
datarails-finance-os-mcp
unknownConnect to Datarails via OAuth (opens browser)alternatives
disable
datarails-finance-os-mcp
unknownDisconnect — revoke tokens and clear credentialsalternatives
auth_status
datarails-finance-os-mcp
unknownCheck current authentication statusalternatives
start_kroger_cart_auth
KyleKaminky/Family Grocery MCP
unknownStart Kroger cart OAuth flow and return authorization URL.alternatives
complete_kroger_cart_auth
KyleKaminky/Family Grocery MCP
unknownComplete Kroger cart OAuth by providing the redirect URL.alternatives
kroger_cart_auth_status
KyleKaminky/Family Grocery MCP
unknownCheck the status of Kroger cart authentication.alternatives
auth_login
mmggws
unknownOpens browser consent to obtain and store OAuth tokens for Google Workspace access.alternatives
auth_url
Arnost55/facebook-mcp-video-reels
unknownReturns the Facebook Login URL.alternatives
get_auth_url
gmail-multi-user-mcp
unknownGenerate OAuth URL for a user to authenticate their Gmail account.alternatives
spotify_auth_url
sespinosa/Spotify MCP Server
unknownGenerate OAuth authorization URLalternatives
spotify_exchange_code
sespinosa/Spotify MCP Server
unknownExchange authorization code for tokensalternatives
auth:login
ctala/skool-api-docs
unknownAuthenticate with Skool using email and password, returns cookies for subsequent calls.alternatives
start_web_authorization
com.bereviewable/reviewable-artifacts
unknownStarts the web authorization flow, returning an approval URL and verification code for the user to complete browser-based approval.alternatives
check_authorization
com.bereviewable/reviewable-artifacts
unknownChecks the status of the authorization flow and completes the exchange, switching to work tools once approved.alternatives
peloton_refresh_token
cykj40/Peloton-MCP-Server
unknownOne-time bootstrap: store Peloton OAuth access + refresh tokens extracted from the browser (Network tab on members.onepeloton.com, auth/sessalternatives
modrinth_whoami
justinscott12/modrinth-mcp
unknownVerify your token; return the authenticated user.alternatives
exchange_auth_code
Arnost55/facebook-mcp-video-reels
unknownExchanges an OAuth code and upgrades to a long-lived user token.alternatives
fatsecret_check_auth_status
borgels/mcp-server-fatsecret
unknownCheck whether a user has linked their FatSecret account.alternatives
wallet_login
botanary-mcp
unknownDevice-style browser login: opens the owner's browser, waits for them to authorize, stores the resulting session in the OS keychain. No browalternatives
operbots_login
uk-kd/operbots-mcp
unknownВход в панель operbotsalternatives
operbots_logout
uk-kd/operbots-mcp
unknownВыход из панели operbotsalternatives
whoami
uk-kd/operbots-mcp
unknownИнформация о текущем пользователеalternatives
sessions_list
uk-kd/operbots-mcp
unknownСписок активных сессийalternatives
sessions_revoke
uk-kd/operbots-mcp
unknownОтзыв сессииalternatives
check_login_status
sinmentis/xiaohongshu-mcp-readonly
unknown检查当前账号是否已经登录。alternatives
auth_email_login_start
NetSepio/erebrus-mcp
unknownStart email OTP loginalternatives
auth_email_login_verify
NetSepio/erebrus-mcp
unknownVerify email OTP codealternatives
auth_import_token
NetSepio/erebrus-mcp
unknownImport an existing PASETO tokenalternatives
auth_status
NetSepio/erebrus-mcp
unknownCheck authentication statusalternatives
auth_start_qr_login
AI1379/mihoyo-mcp
unknown创建扫码登录,返回 login_url + base64 PNG 二维码 + session_idalternatives
auth_poll_qr_login
AI1379/mihoyo-mcp
unknown轮询扫码状态:pending / scanned / confirmed(确认后自动保存凭据并发现游戏角色)alternatives
auth_status
AI1379/mihoyo-mcp
unknown已登录账号数、待完成登录会话alternatives
get_auth_url
ldraney-linkedin-mcp
unknownGet LinkedIn OAuth authorization URLalternatives
check_auth_status
meetv123/personal-capital-connector-mcp
unknownCheck if the Empower session is still validalternatives
connect_platform
kuldeep-poonia/social-publish-mcp-server
unknownGenerate OAuth 2.0 PKCE authorization URLs for account connection.alternatives
list_auth_users
Steph-ux/supabase
unknownList usersalternatives
create_auth_user
Steph-ux/supabase
unknownCreate a useralternatives
update_auth_user
Steph-ux/supabase
unknownUpdate a useralternatives
delete_auth_user
Steph-ux/supabase
unknownDelete a useralternatives
authenticate
@kollaborativeai/cccollab
unknownSign in with your KAI account to enable remote modealternatives
gws_account_add
io.github.adelaidasofia/google-workspace-mcp
unknownBrowser OAuth flow, adds a new authorized mailboxalternatives
gws_account_list
io.github.adelaidasofia/google-workspace-mcp
unknownList authorized accounts + defaultalternatives
notlai_web_login
notlai-mcp
unknownStart web-based login (recommended)alternatives
notlai_login
notlai-mcp
unknownLog in with email/password directlyalternatives
notlai_register
notlai-mcp
unknownCreate a new accountalternatives
notlai_status
notlai-mcp
unknownCheck authentication statusalternatives
notlai_logout
notlai-mcp
unknownLog out and delete local credentialsalternatives
fleetstreet_signup
jyswee/fleetstreet
unknownSelf-sign-up for a creator account (keyless onboarding mode).alternatives
auth_strava
MariyaFilippova/mcp-strava
unknownAuthorize with Strava (opens browser)alternatives
mcp_meta_ads_get_login_link
meta-ads-mcp-python
unknownGet a login link for Meta authenticationalternatives
clear-auth-cookies
ananddtyagi/webpage-screenshot-mcp
unknownClears saved authentication cookies for a specific domain or all domains.alternatives
wallet_status
botanary-mcp
unknownPrints the wallet session's account AND the agent's bound account side by side, and flags a mismatch explicitly. Safe to call regardless of alternatives
wallet_logout
botanary-mcp
unknownRevokes the session (DELETE /auth/session) and clears it locally - even if the network call fails, so a dead network can never strand a livealternatives
wallet_use_account
botanary-mcp
unknownSwitch which of the owner's accounts every subsequent wallet_* call uses - including which account wallet_send's lane arbitrationalternatives
tgtrack_get_restore_yandex_link
skiddgoddamn/tgtrack-mcp
unknownLink to re-grant Yandex access for an integration.alternatives
tidal_login
iflow-mcp_tidal-mcp
unknownAuthenticate with TIDAL through browser login flowalternatives
auth
yasir-ali9/linkedin-ops
unknownSign in, check the LinkedIn session, or clear saved credentials.alternatives
google_tasks_get_authorization_url
zakikero/google-task-mcp
unknownGet the OAuth authorization URL for Google Tasksalternatives
eight_auth_status
eight-mcp-community
unknownCheck whether auth is configured and whether the current Cookie can access Eightalternatives
eight_auth_login
eight-mcp-community
unknownOpen a Playwright browser login flow, capture cookies, and save them through eight_set_cookiealternatives
google_tasks_complete_authorization
zakikero/google-task-mcp
unknownComplete OAuth authorization with the code from the callbackalternatives
signup
proship1/proship-mcp
unknownCreate a new ProShip account and obtain an API token.alternatives
lms_auth_get_login_url
arythmatic-lms-mcp
unknownRetrieve web login portal URL and sign-in instructions.alternatives
lms_auth_set_tokens
arythmatic-lms-mcp
unknownSet access token (auto-decodes tenant domain from JWT claims).alternatives
lms_auth_validate_token
arythmatic-lms-mcp
unknownValidate access token against backend.alternatives
lms_auth_logout
arythmatic-lms-mcp
unknownClear active session authorization tokens.alternatives

FAQ

What are the most reliable auth MCP tools right now?

As of the latest check, Glimind tracks 88 auth AI agent (MCP) tools, of which 15 are healthy right now. The table below ranks them live-first by real-time reliability. Glimind rates each neutrally (0–100) from safe liveness probes plus privacy-clean real-usage outcomes — see each tool's live page for its current score and a working alternative if it's down.

How does Glimind rank auth tools?

Ranked live-first by current verdict (healthy → degraded → down), then by the neutral reliability score. Glimind sells no tools, so the ranking is unconflicted.

What if a auth tool I need is down?

Every tool here links to its live alternatives — capability-matched substitutes that are healthy now. Or query https://glimind.com/v1/alternatives/{toolId}.

Live data via MCP/REST. Neutral ratings — Glimind only measures.