# Jotform (verified)

Create, manage, and analyze online forms and surveys. Collect submissions, view responses, and build workflows from form data.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add jotform

# Browse available tools
npx -y @smithery/cli@latest tool list jotform

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jotform search

# Call a tool
npx -y @smithery/cli@latest 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 id
- `create_form` — Create a new form based on the user's prompt
- `edit_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

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get jotform <tool-name>
```

## Resources

- `ui://widget/resources-list-widget.html`
- `ui://widget/create-form-widget.html`
- `ui://widget/edit-form-widget.html`
