{"slug":"The-AI-Workshops/jotform-mcp-server","name":"JotForm","description":"An MCP server for interacting with the Jotform API to manage online forms and submissions.","category":"productivity","tags":[],"official":false,"stars":1,"transport":"stdio","install":[{"cmd":"npx -y @smithery/cli","imports":[]}],"tools":[{"name":"get_user","description":"Get user account details."},{"name":"get_usage","description":"Get monthly usage stats (submissions, uploads)."},{"name":"get_submissions","description":"Get a list of submissions for the account (paginated, filterable)."},{"name":"get_subusers","description":"Get a list of sub users."},{"name":"get_settings","description":"Get user's settings (timezone, language)."},{"name":"update_settings","description":"Update user's settings."},{"name":"get_history","description":"Get user activity log."},{"name":"register_user","description":"Register a new user (use with caution)."},{"name":"login_user","description":"Login user (use with caution)."},{"name":"logout_user","description":"Logout user."},{"name":"get_forms","description":"Get a list of forms for the account (paginated, filterable)."},{"name":"get_form","description":"Get basic information about a specific form."},{"name":"get_form_questions","description":"Get a list of all questions on a form."},{"name":"get_form_question","description":"Get details about a specific question."},{"name":"create_form","description":"Create a new form."},{"name":"create_forms","description":"Create multiple new forms (PUT)."},{"name":"delete_form","description":"Delete a specific form."},{"name":"clone_form","description":"Clone a single form."},{"name":"delete_form_question","description":"Delete a single form question."},{"name":"create_form_question","description":"Add a new question to a form."},{"name":"create_form_questions","description":"Add multiple new questions to a form (PUT)."},{"name":"edit_form_question","description":"Add or edit properties of a single question."},{"name":"get_form_properties","description":"Get all properties of a form."},{"name":"get_form_property","description":"Get a specific property of a form."},{"name":"set_form_properties","description":"Add or edit properties of a form (POST)."},{"name":"set_multiple_form_properties","description":"Add or edit multiple properties of a form (PUT)."},{"name":"get_form_files","description":"List files uploaded to a form."},{"name":"get_form_webhooks","description":"Get list of webhooks for a form."},{"name":"create_form_webhook","description":"Add a new webhook to a form."},{"name":"delete_form_webhook","description":"Delete a specific webhook from a form."},{"name":"get_form_reports","description":"Get all reports associated with a form."},{"name":"create_report","description":"Create a new report for a form."},{"name":"get_form_submissions","description":"List submissions for a specific form (paginated, filterable)."},{"name":"create_form_submission","description":"Submit data to a specific form."},{"name":"create_form_submissions","description":"Submit multiple data entries to a form (PUT)."},{"name":"get_submission","description":"Get data for a specific submission."},{"name":"delete_submission","description":"Delete a single submission."},{"name":"edit_submission","description":"Edit a single submission."},{"name":"get_folders","description":"Get a list of form folders."},{"name":"get_folder","description":"Get details of a specific folder."},{"name":"create_folder","description":"Create a new folder."},{"name":"delete_folder","description":"Delete a specific folder and its subfolders."},{"name":"update_folder","description":"Update properties of a specific folder."},{"name":"add_forms_to_folder","description":"Add multiple forms to a folder."},{"name":"add_form_to_folder","description":"Add a specific form to a folder."},{"name":"get_reports","description":"List all reports for the account."},{"name":"get_report","description":"Get details of a specific report."},{"name":"delete_report","description":"Delete a specific report."},{"name":"get_plan","description":"Get details of a specific Jotform plan (e.g., FREE, PREMIUM)."},{"name":"search_submissions_by_date","description":"Searches submissions across specified forms (or all enabled forms if none specified) based on a date range or a predefined period."}],"env_vars":["JOTFORM_API_KEY","YOUR_JOTFORM_API_KEY","JOTFORM_BASE_URL","YOUR_ACTUAL_JOTFORM_API_KEY"],"auth_type":"none","github":"https://github.com/The-AI-Workshops/jotform-mcp-server","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}