Retrieve metadata for a specific survey, including title, response count, and dates. Use to check survey status or performance without question details.
Enables interaction with the SurveyMonkey API v3, providing tools to manage surveys, pages, questions, responses, collectors, webhooks, and contacts via natural language.
This read-only MCP Server allows you to connect to SurveyMonkey data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp
Update specific survey details like title, language, or category without resubmitting the entire survey. Provide the survey ID and a patch object with only the fields to change.
Add a new question to a specified survey page by providing survey ID, page ID, and question definition. Supports multiple question types like choice, open-ended, matrix, rating, and more.
Retrieve metadata for a specific survey response by providing survey ID and response ID. Get response details without answers; use the details tool when answer content is needed.
Create a webhook to receive real-time SurveyMonkey event notifications. Specify event type, object type, IDs, and HTTPS endpoint so SurveyMonkey sends callbacks for responses, surveys, or collectors.
Delete a survey page and all its questions permanently. Use when you need to remove an unwanted page from a SurveyMonkey survey, knowing the action cannot be undone.
Delete a collector and permanently erase every response linked to it. Use this when the collector must be removed completely, noting the operation is irreversible.
Update an existing SurveyMonkey webhook by providing its ID and the fields to change, allowing real-time event notifications to be adjusted without recreating the webhook.