Full-featured MCP server for Gravity Forms
| Tool name | Description | Destructive? |
|---|---|---|
| gf_list_forms⚠ | List all forms with optional filtering and pagination | ⚠ yes |
| gf_get_form⚠ | Get a specific form by ID with complete schema | ⚠ yes |
| gf_create_form⚠ | Create a new form with fields and settings | ⚠ yes |
| gf_update_form⚠ | Update an existing form | ⚠ yes |
| gf_delete_form⚠ | Delete or trash a form | ⚠ yes |
| gf_validate_form⚠ | Validate form submission data | ⚠ yes |
| gf_list_entries | Search and list entries with advanced filtering | ✓ no |
| gf_get_entry | Get a specific entry by ID | ✓ no |
| gf_create_entry | Create a new entry | ✓ no |
| gf_update_entry | Update an existing entry | ✓ no |
| gf_delete_entry⚠ | Delete or trash an entry | ⚠ yes |
| gf_submit_form⚠ | Submit a form with complete processing | ⚠ yes |
| gf_submit_form_data⚠ | Submit form data with full processing pipeline | ⚠ yes |
| gf_validate_submission | Validate form submission without processing | ✓ no |
| gf_send_notifications | Send notifications for an entry | ✓ no |
| gf_list_feeds | List all add-on feeds | ✓ no |
| gf_get_feed | Get a specific feed by ID | ✓ no |
| gf_list_form_feeds⚠ | Get all feeds for a specific form | ⚠ yes |
| gf_create_feed | Create a new add-on feed | ✓ no |
| gf_update_feed | Update an existing feed | ✓ no |
| gf_patch_feed | Partially update a feed | ✓ no |
| gf_delete_feed⚠ | Delete an add-on feed | ⚠ yes |
| gf_get_field_filters | Get field filters for a form | ✓ no |
| gf_get_results | Get Quiz, Poll, or Survey results | ✓ no |
{
"mcpServers": {
"fastmcp-megravitymcp": {
"command": "npx",
"args": [
"-y",
"@fastmcp-me/gravitymcp"
]
}
}
}