Forms integration
MCP for Gravity Forms
Gravity Forms stores forms and their submissions in its own tables, reached through the public GFAPI. WP MCP exposes that API to your AI agent as a read dispatcher: list forms with their entry counts, read a form's full field definitions and notifications, page through entries with a status filter, and read a single entry and its notes. Nothing is bypassed or re-implemented; the agent reads exactly what Gravity Forms itself would return, so an agent can triage submissions, summarize responses, and answer questions about your forms.
What your AI can do
Real Gravity Forms operations, every write reversible.
- List forms with entry counts and field counts
- Read a form's full field, notification, and confirmation definitions
- Page through entries, newest first, filtered by status
- Read a single entry with all its field values and notes
- Feed submissions to the agent for triage and summaries
Example prompts
Just ask.
How many entries did the Contact form get this month, and what are the common themes?
Show me the last 10 submissions to the Quote Request form.
Summarize the feedback entries and flag anything that looks urgent.
Under the hood
The real calls.
gravityforms-read({ operation: "list-forms" }), forms with entry + field counts
gravityforms-read({ operation: "list-entries", args: { form_id: 1, status: "active" } }), paged, read-only
Frequently asked
Questions, answered.
Can the agent edit or delete entries?
Not yet. This integration is read-only on purpose: Gravity Forms entries live in Gravity Forms' own tables, which are not one of the object types WP MCP snapshots, so an entry write could not be made one-click reversible. We would rather ship a safe read surface than a write that breaks the snapshot-before-every-write guarantee. Entry management lands once it can be done recoverably.
Do I need Gravity Forms Pro or a specific license?
No. The integration uses the standard GFAPI available in Gravity Forms itself, so it works regardless of your Gravity Forms license level.
More integrations
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 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.