Get the plugin
WP MCP/Integrations/Forms

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.

formidable-readlist-formsget-formlist-entriesget-entry

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.

wpmcp, formidable

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.

Point your AI at Formidable 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.