Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Formdesk

Formdesk

Formdesk is an online form builder that allows users to create and manage professional online forms with flexible features and integrations.

29VIEWS
2037USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app formdesknpx @composio/cli add cursor --app formdesknpx @composio/cli add cursor --app formdesknpx @composio/cli add cursor --app formdesk

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Automatic Login

Tool to perform automatic login to Formdesk and retrieve an access token. Use when you need to authenticate with username and password.

Create Formdesk Entry

Tool to submit a new entry to a Formdesk form. Use after collecting all form field values to send a new entry for a specific formId. Example: "Submit entry to form 12345 with first_name='Bob', email='bob@example.com'."

Create Field

Tool to create a new field in a specific Formdesk form. Use after you have the formId and need to extend the form schema with an additional input.

Create Visitor

Tool to add a new visitor to a specific Formdesk form. Use when you need to register a visitor's metadata (e.g., name, email) before submitting entries.

Delete Formdesk Entry

Tool to delete a specific entry from a Formdesk form. Use after confirming the target entry exists.

Delete Field In Formdesk

Tool to delete a specific field in a Formdesk form. Use after confirming formId and fieldId.

Delete Form In Formdesk

Tool to delete a specific form. Use when you need to permanently remove a form after confirming it's no longer needed.

Delete Visitor In Formdesk

Tool to delete a specific visitor in a Formdesk form. Use after confirming formId and visitorId.

Get Entry Details

Tool to retrieve detailed information about a specific Formdesk entry. Use after confirming you have the form ID and entry ID.

Get Field Details

Tool to retrieve detailed information about a specific field. Use after confirming the formId and fieldId to inspect the field’s properties.

Get Form Details

Tool to retrieve detailed information about a specific Formdesk form. Use when you have the formId.

Get Form Entries

Tool to retrieve all entries for a specified Formdesk form. Use when you need to list submissions for a form by its ID.

Get Form Fields

Tool to retrieve all fields of a specific form. Use after obtaining the formId to inspect its field definitions.

Get Form List

Tool to retrieve a list of all forms available in the account. Use after obtaining a valid bearer token.

Get Form Visitors

Tool to retrieve all visitors for a specified Formdesk form. Use when you need to list visitors by form ID.

Get Visitor Details

Tool to retrieve detailed information about a specific Formdesk visitor. Use after confirming you have the form ID and visitor ID.

Kvk Handelsregister Lookup

Tool to lookup company details from the Dutch KVK Handelsregister. Use when auto-filling company address fields.

Manage Visitor Entries

Tool to list or retrieve a visitor's own form entries. Use after authenticating visitor.

Create Multi-page Form

Tool to create a multi-page Formdesk form. Use when you need forms split into multiple pages for better user experience.

Prepopulate Formdesk Fields

Tool to prepopulate form fields. Use when loading default, parameter-based, lookup, import, or webservice-provided values before displaying a form.

20 actions available