KosmoKrator

productivity

Gravity Forms MCP, CLI, and Lua Integration for AI Agents

Gravity Forms integration docs for AI agents: MCP gateway setup, Gravity Forms CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write API key auth

Gravity Forms for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
gravity
route_slug
gravity
package
gravity
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Gravity Forms MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Gravity Forms.

Gravity Forms CLI Matrix

Use these pages for direct Gravity Forms CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
gravity.gravity_list_forms Read read 2 List forms available in Gravity with optional pagination.
gravity.gravity_get_form Read read 1 Get details for a specific Gravity form.
gravity.gravity_submit_form Write write 2 Submit a Gravity form with field values.
gravity.gravity_list_submissions Read read 3 List submissions for a specific Gravity form.
gravity.gravity_list_entries Read read 3 List entries for a specific Gravity form.
gravity.gravity_get_entry Read read 1 Get details for a specific Gravity entry.
gravity.gravity_get_current_user Read read 0 Get profile information for the authenticated Gravity user.