Auth0 Forms MCP
Allows AI agents to interact with Auth0 Forms, exposing Auth0 forms as MCP tools and resources, and handling form completion through Auth0's forms infrastructure.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Auth0 Forms MCPOpen the MCP Hello World form so I can complete it."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Auth0 Forms MCP
An Auth0 Custom Extension that exposes an Auth0 Form as an authenticated MCP App. It starts from the Auth0 Who Am I MCP template, retains its Node 22, OAuth, and tenant-provisioning contract, and registers the Form through @auth0/agent-components.
The included POC Form in genai-574273613646507.ca.auth0.com is MCP Hello World (ap_vJfTyBRtMJw6HD8Jp8vz4d). It is a standalone Form: leave the session settings empty.
Configure and deploy
Keep this repository public. The Auth0 Custom Extension loader reads
webtask.json,index.js, and generated build artifacts frommaster.Import or fully update this repository as an Auth0 Custom Extension. Set:
Setting
Value for the POC
FORM_IDap_vJfTyBRtMJw6HD8Jp8vz4dFORM_NAMEHello WorldFORM_DESCRIPTIONOpen this form to display the Hello World MCP App POC.Leave
FORM_SESSION_FIELD,AUTH0_FORMS_TRUST_SECRET,FORMS_ORIGIN, andPUBLIC_BASE_URLblank.Open the installed extension and select Sign in and provision. The Dashboard-admin-protected setup route creates or updates the RS256 Auth0 API resource server whose identifier is the exact displayed MCP URL. It also configures
subject_type_authorizationto allow applications by default and sets the tenant'sresource_parameter_profiletocompatibility.Import auth0-ext-wellknown as a separate Custom Extension in the same tenant. Keep its name
.well-knownand set:Setting
Value
MCP_RESOURCE_URLhttps://genai-574273613646507.ca.webtask.run/auth0-forms-mcp/mcpAUTH0_TENANT_ORIGINhttps://genai-574273613646507.ca.auth0.comRESOURCE_NAMEMCP Hello WorldUse the setup page to promote an existing connection to domain-level if none is already configured. Third-party and dynamically registered MCP clients need one to show Universal Login.
Connect an OAuth-capable client to
https://genai-574273613646507.ca.webtask.run/auth0-forms-mcp/mcp.
Related MCP server: FormIO MCP Server
Implementation notes
The server creates a fresh MCP server and Streamable HTTP transport per request, suitable for the stateless Webtask runtime. @auth0/agent-components exposes the Form through an open_form_* MCP tool and a ui:// resource; the Form submits directly to Auth0 and only completion status reaches the agent.
Provisioning is the only operation that changes tenant configuration. It runs behind the Dashboard-admin setup session and requires the extension-managed Management API client to have resource-server, connection, and tenant-settings read/update scopes. Those scopes are declared in the manifest and require a full extension reinstall/update when they change.
For a flow or router Form, set FORM_SESSION_FIELD to the Form's hidden field and AUTH0_FORMS_TRUST_SECRET to the trusted-session secret configured for Forms. The server verifies the caller’s Auth0 access token before the SDK mints the trusted Form session token.
Build and verify
npm install
npm testCommit index.js, build/bundle.js, and every file in dist/, then push the same commit to main and master before importing it into Auth0.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Create forms, manage submissions, and export responses from your MCP client.
Create and wire up contact forms from your coding agent. Forms, snippets, and submissions.
- FormastyOAuthcom.formasty
Create, edit, validate, publish, and inspect Formasty forms and quizzes over authenticated MCP.
Create and publish online forms, read responses and add webhooks on formbuilder.com from AI agents.
Related MCP Servers
- AlicenseAqualityAmaintenanceHand a human a rich interactive UI by URL from any MCP client and get structured data back — forms, approvals, surveys, pickers, editable lists. Round-trip human-in-the-loop for agents.2627MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the FormIO API for dynamic form creation, submission management, and user roles using natural language.-
- AlicenseAqualityBmaintenanceHand a human a rich interactive UI by URL from any MCP client and get structured data back: forms, approvals, surveys, pickers, editable lists. Round-trip human-in-the-loop for agents.201MIT

Form.io MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceEnables AI agents to manage forms, roles, actions, and projects on a Form.io Enterprise Server via MCP tools, turning it into a composable backend for agentically coded applications.7MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mustafadeel/auth0-forms-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server