Get the plugin
WP MCP/Integrations/Forms

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.

gravityforms-readlist-formsget-formlist-entriesget-entry

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.

wpmcp, gravity-forms

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.

Point your AI at Gravity Forms.

Release notes, straight to your inbox.

One email per release, what shipped, what's verified, what's production-only. No drip campaigns. Unsubscribe in one click.