Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.fusionauth/mcp-api

NPM · @FUSIONAUTH/MCP-API · SCANNED AUG 3

Preview release of FusionAuth API MCP server

Available components

+20 this week 66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (110 of 111), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (110 of 111), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability60
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 22835 tokens (~73/item across 310 items; 310 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @fusionauth/mcp-api

# add to Claude Code
claude mcp add io-fusionauth-mcp-api -- npx -y @fusionauth/mcp-api
# add to Codex CLI
codex mcp add io-fusionauth-mcp-api -- npx -y @fusionauth/mcp-api
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-fusionauth-mcp-api": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@fusionauth/mcp-api"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-fusionauth-mcp-api --command npx --arg -y --arg @fusionauth/mcp-api
# ~/.hermes/config.yaml
mcp_servers:
  io-fusionauth-mcp-api:
    command: "npx"
    args: ["-y", "@fusionauth/mcp-api"]
// mcp.json
{
  "mcpServers": {
    "io-fusionauth-mcp-api": {
      "command": "npx",
      "args": [
        "-y",
        "@fusionauth/mcp-api"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +30
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Security disclosure: fail → unverified functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Schema quality: unverified → fair functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@fusionauth/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 110 packages

110 packages in the resolved dependency tree · 109 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 310 exposed · ~22,835 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
deleteUserTwoFactorWithId ~107

Disable two-factor authentication for a user using a JSON body rather than URL parameters. OR Disable two-factor authentication for a user.

NameTypeReqDescription
codestringThe two-factor code used verify the the caller knows the two-factor secret.
methodIdstringThe two-factor method identifier you wish to disable
requestBodyobjectThe JSON request body.
userIdstringyesThe Id of the User for which you're disabling two-factor authentication.

No output schema declared.

No examples provided.

deleteUserWithId ~164

Deletes the user based on the given request (sent to the API as JSON). This permanently deletes all information, metrics, reports and data associated with the user. OR Deletes the user for the given Id. This permanently deletes all information, metrics, reports and data associated with the user. OR Deactivates the user with the given Id.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
hardDeletestring
requestBodyobjectUser API delete request object for a single user.
userIdstringyesThe Id of the user to delete (required).

No output schema declared.

No examples provided.

deleteWebAuthnCredentialWithId ~41

Deletes the WebAuthn credential for the given Id.

NameTypeReqDescription
idstringyesThe Id of the WebAuthn credential to delete.

No output schema declared.

No examples provided.

deleteWebhookWithId ~33

Deletes the webhook for the given Id.

NameTypeReqDescription
webhookIdstringyesThe Id of the webhook to delete.

No output schema declared.

No examples provided.

enableTwoFactorWithId ~49

Enable two-factor authentication for a user.

NameTypeReqDescription
requestBodyobjectThe JSON request body.
userIdstringyesThe Id of the user to enable two-factor authentication.

No output schema declared.

No examples provided.

exchangeRefreshTokenForJWTWithId ~34

Exchange a refresh token for a new JWT.

NameTypeReqDescription
requestBodyobjectThe JSON request body.

No output schema declared.

No examples provided.

forgotPasswordWithId ~44

Begins the forgot password sequence, which kicks off an email to the user so that they can reset their password.

NameTypeReqDescription
requestBodyobjectForgot password request object.

No output schema declared.

No examples provided.

generateKey ~34

Generate a new RSA or EC key pair or an HMAC secret.

NameTypeReqDescription
requestBodyobjectKey API request object.

No output schema declared.

No examples provided.

generateKeyWithId ~60

Generate a new RSA or EC key pair or an HMAC secret.

NameTypeReqDescription
keyIdstringyesThe Id for the key. If not provided a secure random UUID will be generated.
requestBodyobjectKey API request object.

No output schema declared.

No examples provided.

generateTwoFactorRecoveryCodesWithId ~55

Generate two-factor recovery codes for a user. Generating two-factor recovery codes will invalidate any existing recovery codes.

NameTypeReqDescription
userIdstringyesThe Id of the user to generate new Two Factor recovery codes.

No output schema declared.

No examples provided.

generateTwoFactorSecretUsingJWTWithId ~69

Generate a Two Factor secret that can be used to enable Two Factor authentication for a User. The response will contain both the secret and a Base32 encoded form of the secret which can be shown to a User when using a 2 Step Authentication application such as Google Authenticator.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

identityProviderLoginWithId ~103

Handles login via third-parties including Social login, external OAuth and OpenID Connect, and other login systems.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
requestBodyobjectLogin API request object used for login to third-party systems (i.e. Login with Facebook).

No output schema declared.

No examples provided.

importKey ~34

Import an existing RSA or EC key pair or an HMAC secret.

NameTypeReqDescription
requestBodyobjectKey API request object.

No output schema declared.

No examples provided.

importKeyWithId ~60

Import an existing RSA or EC key pair or an HMAC secret.

NameTypeReqDescription
keyIdstringyesThe Id for the key. If not provided a secure random UUID will be generated.
requestBodyobjectKey API request object.

No output schema declared.

No examples provided.

importRefreshTokensWithId ~144

Bulk imports refresh tokens. This request performs minimal validation and runs batch inserts of refresh tokens with the expectation that each token represents a user that already exists and is registered for the corresponding FusionAuth Application. This is done to increases the insert performance. Therefore, if you encounter an error due to a database key violation, the response will likely offer a generic explanation. If you encounter an error, you may optionally enable additional validation to receive a JSON response body with specific validation errors. This will slow the request down but will allow you to identify the cause of the failure. See the validateDbConstraints request parameter.

NameTypeReqDescription
requestBodyobjectRefresh Token Import request.

No output schema declared.

No examples provided.

importUsersWithId ~138

Bulk imports users. This request performs minimal validation and runs batch inserts of users with the expectation that each user does not yet exist and each registration corresponds to an existing FusionAuth Application. This is done to increases the insert performance. Therefore, if you encounter an error due to a database key violation, the response will likely offer a generic explanation. If you encounter an error, you may optionally enable additional validation to receive a JSON response body with specific validation errors. This will slow the request down but will allow you to identify the cause of the failure. See the validateDbConstraints request parameter.

NameTypeReqDescription
requestBodyobjectImport request.

No output schema declared.

No examples provided.

importWebAuthnCredentialWithId ~39

Import a WebAuthn credential

NameTypeReqDescription
requestBodyobjectAPI request to import an existing WebAuthn credential(s)

No output schema declared.

No examples provided.

issueJWTWithId ~150

Issue a new access token (JWT) for the requested Application after ensuring the provided JWT is valid. A valid access token is properly signed and not expired. <p> This API may be used in an SSO configuration to issue new tokens for another application after the user has obtained a valid token from authentication.

NameTypeReqDescription
applicationIdstringThe Application Id for which you are requesting a new access token be issued.
refreshTokenstringAn existing refresh token used to request a refresh token in addition to a JWT in the response. <p>The target application represented by the applicationId request parameter must have refresh tokens e…

No output schema declared.

No examples provided.

loginPingWithId ~196

Sends a ping to FusionAuth indicating that the user was automatically logged into an application. When using FusionAuth's SSO or your own, you should call this if the user is already logged in centrally, but accesses an application where they no longer have a session. This helps correctly track login counts, times and helps with reporting.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
applicationIdstringyesThe Id of the application that they logged into.
callerIPAddressstringThe IP address of the end-user that is logging in. If a null value is provided the IP address will be that of the client or last proxy that sent the request.
userIdstringyesThe Id of the user that was logged in.

No output schema declared.

No examples provided.

loginPingWithRequestWithId ~135

Sends a ping to FusionAuth indicating that the user was automatically logged into an application. When using FusionAuth's SSO or your own, you should call this if the user is already logged in centrally, but accesses an application where they no longer have a session. This helps correctly track login counts, times and helps with reporting.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
requestBodyobjectLogin Ping API request object.

No output schema declared.

No examples provided.

loginWithId ~95

Authenticates a user to FusionAuth. This API optionally requires an API key. See <code>Application.loginConfiguration.requireAuthentication</code>.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
requestBodyobjectLogin API request object.

No output schema declared.

No examples provided.

lookupIdentityProviderWithId ~60

Retrieves the identity provider for the given domain. A 200 response code indicates the domain is managed by a registered identity provider. A 404 indicates the domain is not managed.

NameTypeReqDescription
domainstringThe domain or email address to lookup.

No output schema declared.

No examples provided.

modifyActionWithId ~69

Modifies a temporal user action by changing the expiration of the action and optionally adding a comment to the action.

NameTypeReqDescription
actionIdstringyesThe Id of the action to modify. This is technically the user action log Id.
requestBodyobjectThe user action request object.

No output schema declared.

No examples provided.

passwordlessLoginWithId ~33

Complete a login request using a passwordless code

NameTypeReqDescription
requestBodyobjectThe JSON request body.

No output schema declared.

No examples provided.

patchAPIKeyWithId ~58

Updates an API key with the given Id.

NameTypeReqDescription
keyIdstringyesThe Id of the API key. If not provided a secure random api key will be generated.
requestBodyobjectAuthentication key request object.

No output schema declared.

No examples provided.

patchApplicationRoleWithId ~117

Updates, via PATCH, the application role with the given Id for the application.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
applicationIdstringyesThe Id of the application that the role belongs to.
requestBodyobjectThe Application API request object.
roleIdstringyesThe Id of the role to update.

No output schema declared.

No examples provided.

patchApplicationWithId ~94

Updates, via PATCH, the application with the given Id.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
applicationIdstringyesThe Id of the application to update.
requestBodyobjectThe Application API request object.

No output schema declared.

No examples provided.

patchConnectorWithId ~49

Updates, via PATCH, the connector with the given Id.

NameTypeReqDescription
connectorIdstringyesThe Id of the connector to update.
requestBodyobjectThe JSON request body.

No output schema declared.

No examples provided.

patchConsentWithId ~95

Updates, via PATCH, the consent with the given Id.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
consentIdstringyesThe Id of the consent to update.
requestBodyobjectAPI request for User consent types.

No output schema declared.

No examples provided.

patchEmailTemplateWithId ~96

Updates, via PATCH, the email template with the given Id.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
emailTemplateIdstringyesThe Id of the email template to update.
requestBodyobjectEmail template request.

No output schema declared.

No examples provided.

patchEntityTypePermissionWithId ~73

Patches the permission with the given Id for the entity type.

NameTypeReqDescription
entityTypeIdstringyesThe Id of the entityType that the permission belongs to.
permissionIdstringyesThe Id of the permission to patch.
requestBodyobjectEntity Type API request object.

No output schema declared.

No examples provided.

patchEntityTypeWithId ~54

Updates, via PATCH, the Entity Type with the given Id.

NameTypeReqDescription
entityTypeIdstringyesThe Id of the Entity Type to update.
requestBodyobjectEntity Type API request object.

No output schema declared.

No examples provided.

patchEntityWithId ~94

Updates, via PATCH, the Entity with the given Id.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
entityIdstringyesThe Id of the Entity Type to update.
requestBodyobjectEntity API request object.

No output schema declared.

No examples provided.

patchFormFieldWithId ~51

Patches the form field with the given Id.

NameTypeReqDescription
fieldIdstringyesThe Id of the form field to patch.
requestBodyobjectThe FormField API request object.

No output schema declared.

No examples provided.

patchFormWithId ~44

Patches the form with the given Id.

NameTypeReqDescription
formIdstringyesThe Id of the form to patch.
requestBodyobjectForm response.

No output schema declared.

No examples provided.

patchGroupWithId ~93

Updates, via PATCH, the group with the given Id.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
groupIdstringyesThe Id of the group to update.
requestBodyobjectGroup API request object.

No output schema declared.

No examples provided.

patchIdentityProviderWithId ~53

Updates, via PATCH, the identity provider with the given Id.

NameTypeReqDescription
identityProviderIdstringyesThe Id of the identity provider to update.
requestBodyobjectThe JSON request body.

No output schema declared.

No examples provided.

patchIntegrationsWithId ~31

Updates, via PATCH, the available integrations.

NameTypeReqDescription
requestBodyobjectThe Integration Request

No output schema declared.

No examples provided.

patchIPAccessControlListWithId ~56

Update the IP Access Control List with the given Id.

NameTypeReqDescription
accessControlListIdstringyesThe Id of the IP Access Control List to patch.
requestBodyobjectThe JSON request body.

No output schema declared.

No examples provided.

patchLambdaWithId ~49

Updates, via PATCH, the lambda with the given Id.

NameTypeReqDescription
lambdaIdstringyesThe Id of the lambda to update.
requestBodyobjectLambda API request object.

No output schema declared.

No examples provided.

patchMessageTemplateWithId ~56

Updates, via PATCH, the message template with the given Id.

NameTypeReqDescription
messageTemplateIdstringyesThe Id of the message template to update.
requestBodyobjectA Message Template Request to the API

No output schema declared.

No examples provided.

patchMessengerWithId ~49

Updates, via PATCH, the messenger with the given Id.

NameTypeReqDescription
messengerIdstringyesThe Id of the messenger to update.
requestBodyobjectThe JSON request body.

No output schema declared.

No examples provided.

patchOAuthScopeWithId ~121

Updates, via PATCH, the custom OAuth scope with the given Id for the application.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
applicationIdstringyesThe Id of the application that the OAuth scope belongs to.
requestBodyobjectThe Application Scope API request object.
scopeIdstringyesThe Id of the OAuth scope to update.

No output schema declared.

No examples provided.

patchRegistrationWithId ~108

Updates, via PATCH, the registration for the user with the given Id and the application defined in the request.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
requestBodyobjectRegistration API request object.
userIdstringyesThe Id of the user whose registration is going to be updated.

No output schema declared.

No examples provided.

patchSystemConfigurationWithId ~34

Updates, via PATCH, the system configuration.

NameTypeReqDescription
requestBodyobjectRequest for the system configuration API.

No output schema declared.

No examples provided.

patchTenantWithId ~93

Updates, via PATCH, the tenant with the given Id.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
requestBodyobjectThe JSON request body.
tenantIdstringyesThe Id of the tenant to update.

No output schema declared.

No examples provided.

patchThemeWithId ~49

Updates, via PATCH, the theme with the given Id.

NameTypeReqDescription
requestBodyobjectTheme API request object.
themeIdstringyesThe Id of the theme to update.

No output schema declared.

No examples provided.

patchUserActionReasonWithId ~59

Updates, via PATCH, the user action reason with the given Id.

NameTypeReqDescription
requestBodyobjectUser Action Reason API request object.
userActionReasonIdstringyesThe Id of the user action reason to update.

No output schema declared.

No examples provided.

patchUserActionWithId ~98

Updates, via PATCH, the user action with the given Id.

NameTypeReqDescription
X-FusionAuth-TenantIdstringThe unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped.
requestBodyobjectUser Action API request object.
userActionIdstringyesThe Id of the user action to update.

No output schema declared.

No examples provided.

patchUserConsentWithId ~49

Updates, via PATCH, a single User consent by Id.

NameTypeReqDescription
requestBodyobjectAPI response for User consent.
userConsentIdstringyesThe User Consent Id

No output schema declared.

No examples provided.