Forms integration
MCP for Formidable Forms
Formidable Forms keeps its forms and submissions in its own tables, reached through the FrmForm and FrmEntry models. WP MCP exposes them to your AI agent as a read dispatcher: list forms, read a form and its fields, list a form's entries, and read a single entry. The agent reads exactly what Formidable itself returns, so it can triage and summarize submissions without touching anything.
What your AI can do
Real Formidable Forms operations, every write reversible.
- List Formidable forms with names and keys
- Read a form with its stored settings and fields
- List a form's entries (submissions)
- Read a single entry with its field values
Example prompts
Just ask.
How many Booking form entries came in this week?
Summarize the latest Formidable submissions on the Feedback form.
Read entry 512 and tell me what the customer asked for.
Under the hood
The real calls.
formidable-read({ operation: "list-forms" }), forms with names + keys
formidable-read({ operation: "list-entries", args: { form_id: 5 } }), read-only
Frequently asked
Questions, answered.
Can the agent edit Formidable entries?
Not yet. Read-only for now: Formidable entries live in Formidable's own tables, which are not a WP MCP snapshot target, so a write could not be one-click reversible. Entry writes land once they can be done recoverably.
Does it work with Formidable Pro?
Yes. It uses the FrmForm and FrmEntry models present in Formidable, so Pro fields and forms read the same way.
More integrations
MCP for Gravity Forms
FreeRead your Gravity Forms forms, fields, and entries over MCP through Gravity Forms' own API.
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 Elementor
ProDeep Elementor page-building from a curated 44-widget catalog, plus global colors and fonts, validated and reversible.
MCP for Gutenberg
FreeSurgical block-editor editing by index path, free, no page builder required.
MCP for Bricks
ProRead and write Bricks Builder content over MCP, a page builder most MCP tools can't touch.