forms
Wufoo MCP, CLI, and Lua Integration for AI Agents
Wufoo integration docs for AI agents: MCP gateway setup, Wufoo CLI commands, Lua API reference, credentials, and function schemas.
6 functions 6 read 0 write API key auth
Wufoo 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
wufoo- route_slug
wufoo- package
wufoo- 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. Wufoo CLIHeadless setup and direct function calls. Wufoo 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.
Wufoo MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Wufoo.
Claude Code Wufoo MCP setup for Claude Code. Cursor Wufoo MCP setup for Cursor. Codex Wufoo MCP setup for Codex. OpenAI Agents Wufoo MCP setup for OpenAI Agents SDK. Claude Agent SDK Wufoo MCP setup for Claude Agent SDK. Vercel AI SDK Wufoo MCP setup for Vercel AI SDK. LangChain Wufoo MCP setup for LangChain. LangGraph Wufoo MCP setup for LangGraph. CrewAI Wufoo MCP setup for CrewAI. MCP clients Wufoo MCP setup for Generic MCP Clients.
Wufoo CLI Matrix
Use these pages for direct Wufoo CLI workflows in scripts, CI, cron, and agent wrappers.
CI Wufoo CLI for CI. Cron Jobs Wufoo CLI for cron jobs. Shell Scripts Wufoo CLI for shell scripts. Headless Automation Wufoo CLI for headless automation. Coding Agents Wufoo CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
wufoo.wufoo_get_current_user | Read read | 0 | Get the authenticated Wufoo user's profile. Returns account details such as name, email, and organization. |
wufoo.wufoo_get_entry | Read read | 1 | Get a single Wufoo form entry by its identifier. Returns all field values and submission metadata for the entry. |
wufoo.wufoo_get_form | Read read | 1 | Get details for a specific Wufoo form by its identifier. Returns the full form definition including fields, settings, and metadata. |
wufoo.wufoo_list_entries | Read read | 4 | List entries submitted to a Wufoo form. Supports pagination and optional filters to narrow results. Use the page and pageSize parameters to paginate through large result sets. |
wufoo.wufoo_list_forms | Read read | 0 | List all forms in your Wufoo account. Returns form identifiers, names, descriptions, and metadata that can be used with other Wufoo tools. |
wufoo.wufoo_list_reports | Read read | 0 | List all reports in your Wufoo account. Returns report identifiers, names, descriptions, and the forms they are associated with. |