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_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Gravity Forms CLIHeadless setup and direct function calls. Gravity Forms MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Gravity Forms MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Gravity Forms.
Claude Code Gravity Forms MCP setup for Claude Code. Cursor Gravity Forms MCP setup for Cursor. Codex Gravity Forms MCP setup for Codex. OpenAI Agents Gravity Forms MCP setup for OpenAI Agents SDK. Claude Agent SDK Gravity Forms MCP setup for Claude Agent SDK. Vercel AI SDK Gravity Forms MCP setup for Vercel AI SDK. LangChain Gravity Forms MCP setup for LangChain. LangGraph Gravity Forms MCP setup for LangGraph. CrewAI Gravity Forms MCP setup for CrewAI. MCP clients Gravity Forms MCP setup for Generic MCP Clients.
Gravity Forms CLI Matrix
Use these pages for direct Gravity Forms CLI workflows in scripts, CI, cron, and agent wrappers.
CI Gravity Forms CLI for CI. Cron Jobs Gravity Forms CLI for cron jobs. Shell Scripts Gravity Forms CLI for shell scripts. Headless Automation Gravity Forms CLI for headless automation. Coding Agents Gravity Forms CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |