Survey monkey

Survey monkey

SurveyMonkey is an online survey development platform that enables users to create, distribute, and analyze surveys for various purposes.

41VIEWS
13USERS

Install MCP Server

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

npx @composio/cli add cursor --app survey_monkeynpx @composio/cli add cursor --app survey_monkeynpx @composio/cli add cursor --app survey_monkeynpx @composio/cli add cursor --app survey_monkey

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

Available Tools

Create Survey

Tool to create a new survey. use when you have a survey title and need an id for follow-up operations. example: "create a survey titled 'customer satisfaction'"

Delete Survey

Tool to delete a specific survey. use when the survey id is confirmed correct. deletion is irreversible. example prompt: "delete survey '123456789'."

Get Survey Collectors

Tool to retrieve a list of collectors for a specific survey. use when you need collector urls, counts, and statuses.

Get Contacts

Tool to retrieve a list of contacts. use after authenticating with surveymonkey. call this to fetch all contacts associated with your account.

Get Groups

Tool to retrieve a list of groups. use after authentication when you need to enumerate or paginate through all groups in your surveymonkey account.

Get Survey Responses

Tool to retrieve a list of responses for a specific survey. use when you need to browse or filter responses after confirming the survey id.

Get Survey Details

Tool to retrieve metadata and counts for a specific survey. use after confirming the survey id.

Get Surveys

Tool to retrieve a list of surveys. use when you need to enumerate or paginate through all surveys.

8 actions available