Forms integration
MCP for Fluent Forms
Fluent Forms stores forms in its own table, reached through the wpFluent() query builder. WP MCP exposes that to your AI agent as a read dispatcher: list forms and read a form's decoded field definitions. Nothing is bypassed; the agent reads exactly what Fluent Forms itself stores.
What your AI can do
Real Fluent Forms operations, every write reversible.
- List Fluent Forms forms with id and title
- Read a form's decoded field definitions (name, element, label)
- Answer questions about your forms and their structure
Example prompts
Just ask.
List my Fluent Forms and the fields each one collects.
What fields does the Signup form have?
Under the hood
The real calls.
fluentforms-read({ operation: "list-forms" }), forms with id + title
fluentforms-read({ operation: "get-form", args: { form_id: 4 } }), decoded fields, read-only
Frequently asked
Questions, answered.
Can the agent read entries?
Not yet. Fluent Forms submissions live in their own tables that WP MCP does not snapshot, so entry access is deferred until it can be done recoverably, the same posture as the other form integrations.
Do I need Fluent Forms Pro?
No. It uses the standard wpFluent() query builder in the free plugin.
More integrations
MCP for Gravity Forms
FreeRead your Gravity Forms forms, fields, and entries over MCP through Gravity Forms' own API.
MCP for Formidable Forms
FreeRead your Formidable forms, fields, and entries over MCP through Formidable's own models.
MCP for Contact Form 7
FreeRead your Contact Form 7 forms, their markup, and mail templates over MCP.
MCP for WPForms
FreeRead your WPForms forms and their field definitions over MCP.
MCP for Ninja Forms
FreeRead your Ninja Forms forms and field definitions over MCP through Ninja Forms' own model API.
MCP for Elementor
ProDeep Elementor page-building from a curated 44-widget catalog, plus global colors and fonts, validated and reversible.