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 reuses the RS256 Auth0 API resource server whose identifier is the exact displayed MCP URL.
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 WorldConnect 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.
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.
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 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.
- AlicenseNot gradedqualityCmaintenanceExposes the Filly Forms REST API as MCP tools for AI agents, enabling form type listing, record CRUD, data preview, and document upload with AI extraction.MIT
- 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
Related MCP Connectors
Create and wire up contact forms from your coding agent. Forms, snippets, and submissions.
Create, edit, validate, publish, and inspect Formasty forms and quizzes over authenticated MCP.
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
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