Ai
UnclaimedThe Form.io Agentic Coding Toolset — MCP server, Claude Code plugin, and AI skills library for building Form.io applications
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (20)
action_create
Attach a new action to a form.
action_delete
Detach an action from a form.
action_get
Get a single action by ID.
action_list
List actions on a form.
action_type_get
Get an action type's settings schema.
action_types_list
List all action types available on the server.
action_update
Update an action.
form_create
Create a new form. Use the formio-schema skill first to build the JSON definition.
form_get
Fetch a single form definition by ID or path.
form_list
List forms with optional filtering and pagination.
form_revision_get
Fetch a single immutable form revision by vid or revision document id.
form_revisions_list
List the immutable published revision summaries for a form (vid, id, modified, user, vnote). Requires form revisions to be enabled.
form_update
Update an existing form. Call formget first, edit with formio-schema, then update.
hello
Smoke-test tool. Returns a static greeting; useful for verifying MCP wiring before any authenticated call.
project_export
Export the project's complete template (roles, resources, forms, actions) as a portable JSON document. Use before projectimport to snapshot.
project_import
Import a template JSON — additively merges roles, resources, forms, and actions in one call. Same-machine-name items are overwritten in place; everything else is preserved.
project_set
Plugin-mode only — persist a per-cwd Project URL mapping in ~/.formio/projects.json. Never exposed standalone (the standalone server binds to FORMIOPROJECTURL via env instead).
role_create
Create a new project role.
role_list
List all project roles.
role_update
Full-replacement update of a role. Include all fields you want preserved.