Cabinpanda

Cabinpanda

CabinPanda is a data collection platform that enables users to create and manage online forms, facilitating efficient data gathering and analysis.

44VIEWS
2106USERS

Install MCP Server

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

npx @composio/cli add cursor --app cabinpandanpx @composio/cli add cursor --app cabinpandanpx @composio/cli add cursor --app cabinpandanpx @composio/cli add cursor --app cabinpanda

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

Available Tools

Create Form

Tool to create a new form with specified fields and settings. use before collecting submissions to define form structure.

Delete Form

Tool to delete a specific form by its id. use after confirming the target form exists and is safe to remove.

Delete Integration

Tool to delete a specific integration by its id. use when you need to remove or disable an existing integration (e.g., webhook) after confirming the integration id.

Get Form Details

Tool to retrieve details of a specific form by its id. use when you need form metadata (fields, labels, timestamps) before processing or submitting data.

Get Integration Details

Tool to retrieve details of a specific integration by its id. use when you need to inspect integration settings or status after obtaining its id.

Get Profile

Tool to retrieve the authenticated user's profile information. use after obtaining valid api credentials to access user details.

List Forms

Tool to retrieve a list of all forms associated with the account. use when you need to fetch form details for management or analysis.

List Integrations

Tool to retrieve a list of all integrations for the account. use when you need to inspect available or active integrations before managing them.

List Form Submissions

Tool to retrieve a list of all submissions for a specific form. use after obtaining the form id to review its submissions.

List Users

Tool to retrieve a list of all users associated with the account. use when you need to manage or audit your team members after confirming authentication.

10 actions available