Jotform (verified)
Create, manage, and analyze online forms and surveys. Collect submissions, view responses, and build workflows from form data.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add jotform
# Browse available tools
npx -y smithery tool list jotform
# Get full schema for a tool
npx -y smithery tool get jotform search
# Call a tool
npx -y smithery tool call jotform search '{}'Direct MCP Connection
Endpoint: https://jotform.run.tools
Tools (6)
search— Search forms by title and/or submissions by natural language query.fetch— This tool is fetching information and metadata from the Jotform based on a form id or a submission idcreate_form— Create a new form based on the user's promptedit_form— Edit a form based on the user's prompt. Use high-level natural-language instructions only (e.g., "Add a name question a…create_submission— Create a submission for a form.assign_form— Assign a form to a email address
# Get full input/output schema for a tool
npx -y smithery tool get jotform Resources
ui://widget/resources-list-widget.htmlui://widget/create-form-widget.htmlui://widget/edit-form-widget.html