all tools / auth
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.
| tool | status | what it does | |
|---|---|---|---|
| secureflows_build_logout_url io.github.michal-lefler/secureflows-mcp-server | healthy | Builds a correct redirect-logout URL and refuses to build one that violates the two documented logout anti-patterns: a redirect_uri pointing | alternatives |
| 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`** (Firebase | alternatives |
| post_sessions io.github.michal-lefler/secureflows-mcp-server | healthy | Verifies **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 | healthy | Returns the workspace end-user's **`userId`** and **email** for the authenticated session token. Does not return Firebase UID or session pay | alternatives |
| post_sessions_get_or_create io.github.michal-lefler/secureflows-mcp-server | healthy | Verifies **Firebase** ID token. If an **active** session already exists for **`(workspaceName, Firebase UID, app_id)`**, returns a new **`se | alternatives |
| post_sessions_renew_session_token io.github.michal-lefler/secureflows-mcp-server | healthy | Verifies **Firebase** ID token. Parses **`sessionToken`** path segment as an internal SESSION JWT **without enforcing JWT expiry** (signatur | alternatives |
| post_sessions_set_key io.github.michal-lefler/secureflows-mcp-server | healthy | Sets a key in the encrypted session payload and returns the updated decrypted payload. If the JSON body is `{ "value": <x> }`, the server un | alternatives |
| get_sessions_get_key io.github.michal-lefler/secureflows-mcp-server | healthy | Retrieves the decrypted payload value for `key`. **Important:** `404` means the key was never written (normal first-use case). Do not treat | alternatives |
| delete_sessions_delete_key io.github.michal-lefler/secureflows-mcp-server | healthy | Removes `key` from the session payload and returns `true` if the key existed. Source: DELETE /api/v1/sessions/delete/{key} Requires `auth.s | alternatives |
| post_sessions_revoke io.github.michal-lefler/secureflows-mcp-server | healthy | Revokes the session referenced by the internal SESSION Bearer token. This endpoint is useful for automation clients that only hold a session | alternatives |
| get_auth_logout io.github.michal-lefler/secureflows-mcp-server | healthy | Browser-friendly logout endpoint for **cross-site** clients (e.g. apps running on `localhost`). Use this as a **top-level navigation** (not | alternatives |
| post_auth_logout io.github.michal-lefler/secureflows-mcp-server | healthy | Logs out the current session **without revoking** it. **Browser warning:** calling this endpoint via XHR/fetch from a different origin than | alternatives |
| get_sessions_my io.github.michal-lefler/secureflows-mcp-server | healthy | Returns a page of sessions for the current user within the current workspace. Self-service dashboard endpoint — requires workspace **`enable | alternatives |
| post_sessions_revoke_session_id io.github.michal-lefler/secureflows-mcp-server | healthy | Self-service dashboard endpoint. Revokes a session owned by the caller in the current workspace. Requires workspace **`enableSelfService: tr | alternatives |
| secureflows_build_login_url io.github.michal-lefler/secureflows-mcp-server | healthy | Builds a correct hosted-login redirect URL. Needs no secureFlows token — safe to call at app-scaffolding time, before any user session exist | alternatives |
| auth:agent-register io.github.yolfinance/yolfi-agent | auth | Registers a new Yolfi user via email confirmation. | alternatives |
| flat_auth cash.flat/flatcash | unknown | Authenticate an existing FlatID user. Actions: password (login with username + password → returns API key with full permissions), token (ver | alternatives |
| exchange_code ldraney-linkedin-mcp | unknown | Exchange OAuth code for access token | alternatives |
| fatsecret_commit_profile_create borgels/mcp-server-fatsecret | unknown | Commit the account-less profile.create fallback auth path. | alternatives |
| fatsecret_start_auth borgels/mcp-server-fatsecret | unknown | Start 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 | unknown | Complete the OAuth1 authorization flow with the PIN shown by FatSecret after user approval. | alternatives |
| fatsecret_disconnect borgels/mcp-server-fatsecret | unknown | Disconnect a user's linked FatSecret account. | alternatives |
| authenticate datarails-finance-os-mcp | unknown | Connect to Datarails via OAuth (opens browser) | alternatives |
| disable datarails-finance-os-mcp | unknown | Disconnect — revoke tokens and clear credentials | alternatives |
| auth_status datarails-finance-os-mcp | unknown | Check current authentication status | alternatives |
| start_kroger_cart_auth KyleKaminky/Family Grocery MCP | unknown | Start Kroger cart OAuth flow and return authorization URL. | alternatives |
| complete_kroger_cart_auth KyleKaminky/Family Grocery MCP | unknown | Complete Kroger cart OAuth by providing the redirect URL. | alternatives |
| kroger_cart_auth_status KyleKaminky/Family Grocery MCP | unknown | Check the status of Kroger cart authentication. | alternatives |
| auth_login mmggws | unknown | Opens browser consent to obtain and store OAuth tokens for Google Workspace access. | alternatives |
| auth_url Arnost55/facebook-mcp-video-reels | unknown | Returns the Facebook Login URL. | alternatives |
| get_auth_url gmail-multi-user-mcp | unknown | Generate OAuth URL for a user to authenticate their Gmail account. | alternatives |
| spotify_auth_url sespinosa/Spotify MCP Server | unknown | Generate OAuth authorization URL | alternatives |
| spotify_exchange_code sespinosa/Spotify MCP Server | unknown | Exchange authorization code for tokens | alternatives |
| auth:login ctala/skool-api-docs | unknown | Authenticate with Skool using email and password, returns cookies for subsequent calls. | alternatives |
| start_web_authorization com.bereviewable/reviewable-artifacts | unknown | Starts 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 | unknown | Checks the status of the authorization flow and completes the exchange, switching to work tools once approved. | alternatives |
| peloton_refresh_token cykj40/Peloton-MCP-Server | unknown | One-time bootstrap: store Peloton OAuth access + refresh tokens extracted from the browser (Network tab on members.onepeloton.com, auth/sess | alternatives |
| modrinth_whoami justinscott12/modrinth-mcp | unknown | Verify your token; return the authenticated user. | alternatives |
| exchange_auth_code Arnost55/facebook-mcp-video-reels | unknown | Exchanges an OAuth code and upgrades to a long-lived user token. | alternatives |
| fatsecret_check_auth_status borgels/mcp-server-fatsecret | unknown | Check whether a user has linked their FatSecret account. | alternatives |
| wallet_login botanary-mcp | unknown | Device-style browser login: opens the owner's browser, waits for them to authorize, stores the resulting session in the OS keychain. No brow | alternatives |
| operbots_login uk-kd/operbots-mcp | unknown | Вход в панель operbots | alternatives |
| operbots_logout uk-kd/operbots-mcp | unknown | Выход из панели operbots | alternatives |
| 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 | unknown | Start email OTP login | alternatives |
| auth_email_login_verify NetSepio/erebrus-mcp | unknown | Verify email OTP code | alternatives |
| auth_import_token NetSepio/erebrus-mcp | unknown | Import an existing PASETO token | alternatives |
| auth_status NetSepio/erebrus-mcp | unknown | Check authentication status | alternatives |
| auth_start_qr_login AI1379/mihoyo-mcp | unknown | 创建扫码登录,返回 login_url + base64 PNG 二维码 + session_id | alternatives |
| 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 | unknown | Get LinkedIn OAuth authorization URL | alternatives |
| check_auth_status meetv123/personal-capital-connector-mcp | unknown | Check if the Empower session is still valid | alternatives |
| connect_platform kuldeep-poonia/social-publish-mcp-server | unknown | Generate OAuth 2.0 PKCE authorization URLs for account connection. | alternatives |
| list_auth_users Steph-ux/supabase | unknown | List users | alternatives |
| create_auth_user Steph-ux/supabase | unknown | Create a user | alternatives |
| update_auth_user Steph-ux/supabase | unknown | Update a user | alternatives |
| delete_auth_user Steph-ux/supabase | unknown | Delete a user | alternatives |
| authenticate @kollaborativeai/cccollab | unknown | Sign in with your KAI account to enable remote mode | alternatives |
| gws_account_add io.github.adelaidasofia/google-workspace-mcp | unknown | Browser OAuth flow, adds a new authorized mailbox | alternatives |
| gws_account_list io.github.adelaidasofia/google-workspace-mcp | unknown | List authorized accounts + default | alternatives |
| notlai_web_login notlai-mcp | unknown | Start web-based login (recommended) | alternatives |
| notlai_login notlai-mcp | unknown | Log in with email/password directly | alternatives |
| notlai_register notlai-mcp | unknown | Create a new account | alternatives |
| notlai_status notlai-mcp | unknown | Check authentication status | alternatives |
| notlai_logout notlai-mcp | unknown | Log out and delete local credentials | alternatives |
| fleetstreet_signup jyswee/fleetstreet | unknown | Self-sign-up for a creator account (keyless onboarding mode). | alternatives |
| auth_strava MariyaFilippova/mcp-strava | unknown | Authorize with Strava (opens browser) | alternatives |
| mcp_meta_ads_get_login_link meta-ads-mcp-python | unknown | Get a login link for Meta authentication | alternatives |
| clear-auth-cookies ananddtyagi/webpage-screenshot-mcp | unknown | Clears saved authentication cookies for a specific domain or all domains. | alternatives |
| wallet_status botanary-mcp | unknown | Prints 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 | unknown | Revokes the session (DELETE /auth/session) and clears it locally - even if the network call fails, so a dead network can never strand a live | alternatives |
| wallet_use_account botanary-mcp | unknown | Switch which of the owner's accounts every subsequent wallet_* call uses - including which account wallet_send's lane arbitration | alternatives |
| tgtrack_get_restore_yandex_link skiddgoddamn/tgtrack-mcp | unknown | Link to re-grant Yandex access for an integration. | alternatives |
| tidal_login iflow-mcp_tidal-mcp | unknown | Authenticate with TIDAL through browser login flow | alternatives |
| auth yasir-ali9/linkedin-ops | unknown | Sign in, check the LinkedIn session, or clear saved credentials. | alternatives |
| google_tasks_get_authorization_url zakikero/google-task-mcp | unknown | Get the OAuth authorization URL for Google Tasks | alternatives |
| eight_auth_status eight-mcp-community | unknown | Check whether auth is configured and whether the current Cookie can access Eight | alternatives |
| eight_auth_login eight-mcp-community | unknown | Open a Playwright browser login flow, capture cookies, and save them through eight_set_cookie | alternatives |
| google_tasks_complete_authorization zakikero/google-task-mcp | unknown | Complete OAuth authorization with the code from the callback | alternatives |
| signup proship1/proship-mcp | unknown | Create a new ProShip account and obtain an API token. | alternatives |
| lms_auth_get_login_url arythmatic-lms-mcp | unknown | Retrieve web login portal URL and sign-in instructions. | alternatives |
| lms_auth_set_tokens arythmatic-lms-mcp | unknown | Set access token (auto-decodes tenant domain from JWT claims). | alternatives |
| lms_auth_validate_token arythmatic-lms-mcp | unknown | Validate access token against backend. | alternatives |
| lms_auth_logout arythmatic-lms-mcp | unknown | Clear active session authorization tokens. | alternatives |
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.
Ranked live-first by current verdict (healthy → degraded → down), then by the neutral reliability score. Glimind sells no tools, so the ranking is unconflicted.
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.