MCP Server Settings Reference

Overview

This quick reference guide lists all settings related to the MCP Server and briefly describes their purpose.

Image showing MCP Server General Settings

Note: The settings below won’t appear until you enable MCP and save your changes.

General Settings

SettingDescription
Enable MCPMaster toggle to allow AI assistants to connect to Gravity Forms.
Endpoint ModeControls how AI assistants connect to Gravity Forms. Refer to the Endpoint Mode section for more information.
Endpoint URL: The MCP endpoint URL that the AI assistant connects to.
Agent SkillDownloadable abilities skill that teaches AI assistants field configuration patterns for Gravity Forms. Refer to the Agent Skill section for more information.

Read-only Tools

These tools let AI assistants read your forms, entries, and settings without making any changes.

Image showing MCP Server General Settings
SettingDescription
Analyze Form LogicInspect conditional logic across a form.
Count EntriesReturn a count of entries matching criteria.
Get EntryRetrieve a single entry by ID.
Get FormRetrieve a single form by ID.
Get Gravity Forms InfoReturn site, plugin version, and add-on info.
List ConfirmationsView a form’s confirmation settings.
List Entry NotesReturn notes attached to an entry.
List FeedsSee a form’s connected integrations (email, payment, etc.).
List Feed TypesList add-on feeds attached to a form.
List Field TypesReturn all registered field types and their capabilities.
List FormsList all forms on the site.
List NotificationsList notification configurations for a form.
Search EntriesQuery entries with filters and sorting.
Validate SubmissionValidate field values before submission without creating an entry.

Write & Destructive Tools

⚠️ Note: The MCP (Model Context Protocol) integration lets AI assistants access your Gravity Forms, including reading, creating, updating, and deleting forms, entries, and settings (including API keys). AI assistants can make mistakes. Enable write access only when necessary, validate outputs, maintain regular site backups, and consider how your AI assistant will have access to form-collected data.

These tools let AI assistants create, update, and delete your forms, entries, and other data.

Image showing MCP Server General Settings
SettingDescription
Add Entry NoteAttach a note to an entry.
Create ConfirmationAdd a confirmation to a form.
Create EntryInsert a raw entry record, bypassing validation and notifications.
Create FeedAdd a new add-on feed to a form.
Create FormCreate a new form from a definition object.
Create NotificationAdd a notification (email) to a form.
Delete ConfirmationDelete a confirmation from a form.
Delete EntriesTrash or permanently delete one or more entries.
Delete FeedPermanently delete a feed.
Delete FormTrash or permanently delete a form and its data.
Delete NotificationDelete a notification from a form.
Duplicate FormCopy an existing form, including fields and notifications.
Send NotificationsTrigger notification sending for an existing entry.
Submit FormRun a full form submission, including validation, notifications, and feed processing.
Update ConfirmationModify an existing confirmation.
Update EntryModify field values or metadata on an existing entry.
Update FeedModify an existing feed’s configuration.
Update FormModify the fields, settings, or notifications of an existing form.
Update NotificationModify an existing notification.

Endpoint Mode

The endpoint is the URL your AI assistant connects to to access Gravity Forms.

Image showing MCP Server General Settings

Dedicated Endpoint
Gives Gravity Forms its own direct connection. The assistant can see and call all Gravity Forms tools immediately without any extra steps. This is the recommended option for most sites.

Site MCP
Uses a shared WordPress connection used by all MCP-enabled plugins on your site. The assistant reaches Gravity Forms indirectly, through a generic discovery layer, which can make it slower and less reliable. Choose this only if you want a single connection point for all your plugins, and your AI client doesn’t support multiple MCP connections.

Agent Skills

An agent skill is a file you install into your AI assistant that teaches it how to work with Gravity Forms.

Image showing MCP Server General Settings

Without it, the assistant can still connect to and use the tools, but it lacks specific knowledge of Gravity Forms’ structure. Examples: which field types exist, how conditional logic works, or what order to follow when building a form. The skill fills that gap, making the assistant faster, more accurate, and less likely to make mistakes when managing your forms and entries.