Basin

Basin

Basin is a no-code form backend that enables users to set up powerful, reliable forms quickly without writing server-side code.

59VIEWS
2193USERS

Install MCP Server

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

npx @composio/cli add cursor --app basinnpx @composio/cli add cursor --app basinnpx @composio/cli add cursor --app basinnpx @composio/cli add cursor --app basin

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

Available Tools

Create Form

Tool to create a new form in basin. use when you need to automate form setup with name, timezone, and project association; optionally configure redirect, notifications, or spam protection.

Create Form Webhook

Tool to create a new webhook for a specific form. use when you need to programmatically add a webhook once you have the form id and callback url confirmed.

Create Notification

Tool to create a new notification webhook. use when you need to forward form submissions to an external service.

Create Project

Tool to create a new basin project. use when you need a new organizational container for forms. example: "create a project named marketing leads."

Delete Form

Tool to delete a form. use when permanently removing a form after it's no longer needed. ensure the form id is correct; this operation is irreversible.

Delete Integration

Tool to delete a form webhook integration. use when removing an obsolete integration by id.

Delete Project

Tool to delete a project. use when you need to remove a project after confirming its id. returns the deleted project's details.

Delete Webhook

Tool to delete a specific webhook. use when you need to remove a webhook from a form after confirming its id.

Get Domains

Tool to retrieve a list of all domains associated with the account. use after authentication when you need to display or verify your configured domains in basin.

Get Form Details

Tool to retrieve detailed information about a specific form. use when you have a form id and need its metadata.

Get Forms

Tool to retrieve a list of all forms. use after authentication to fetch all your forms.

Get Project Details

Tool to retrieve detailed information about a specific project. use when you have a project id and need its metadata (name, created at, updated at).

Get Projects

Tool to retrieve a list of all projects. use after authentication to fetch your project inventory.

Get Submissions

Tool to retrieve all submissions for a specific form. use when you need to list entries after obtaining the form id.

Get Webhooks

Tool to retrieve all webhooks associated with a specific form. use after obtaining the form id.

Update Integration

Tool to update a form webhook integration. use to modify settings of an existing integration.

Update Project

Tool to update details of an existing project. use when you need to change a project's name after confirming the project id. example: "update project 123 to 'rebrand launch'".

Update Webhook

Tool to update settings of an existing webhook for a form. use after obtaining the webhook's id.

18 actions available