SurveyMonkey MCP integration for AI agents.
Connect AI agents to SurveyMonkey through 14 structured actions, including create contact list, create contact, and create survey. Review authentication, inp…
- ACTION CONTRACTS
- 14
- AUTHENTICATION
- OAuth 2.0 + API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the SurveyMonkey integration exposes
The SurveyMonkey Agent App exposes 14 provider-backed actions for productivity and data work. Its current contract lets an authorized agent create a surveymonkey contact list for survey recipients, create a surveymonkey contact for use in survey invitations, and create a blank surveymonkey survey with one empty page. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses OAuth 2.0 and API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected SurveyMonkey account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real SurveyMonkey capabilities.
Showing 12 of 14 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
create_contact_listREADCreate a SurveyMonkey contact list for survey recipients.
INPUTS: name
create_contactWRITECreate a SurveyMonkey contact for use in survey invitations.
INPUTS: email / firstName / lastName / phoneNumber / customFields
create_surveyWRITECreate a blank SurveyMonkey survey with one empty page.
INPUTS: title / nickname / language / folderId / footer
create_weblink_collectorWRITECreate a public weblink collector for a SurveyMonkey survey.
INPUTS: surveyId / name
get_current_userREADGet the SurveyMonkey user and plan associated with the connected account.
get_survey_detailsREADGet a survey with its pages, questions, and answer choices.
INPUTS: surveyId
get_survey_response_detailsREADGet one SurveyMonkey response including its question answers.
INPUTS: surveyId / responseId
get_survey_rollupsREADGet aggregate answer counts and basic statistics for every question in a SurveyMonkey survey.
INPUTS: surveyId / collectorIds / status / startCreatedAt / endCreatedAt
list_collectorsREADList collectors and distribution URLs for a SurveyMonkey survey.
INPUTS: surveyId / page / perPage
list_contact_listsREADList contact lists in the connected SurveyMonkey account.
INPUTS: page / perPage
list_contactsREADList, filter, and search contacts in the connected SurveyMonkey account.
INPUTS: page / perPage / status / sortBy / sortOrder
list_survey_response_detailsREADList detailed SurveyMonkey responses including question answers.
INPUTS: surveyId / page / perPage / status / startCreatedAt
INPUT CONTRACTS
Know what the action needs before it runs.
create_contact_list
nameOPTIONAL- The contact list name.
create_contact
emailOPTIONAL- The contact email address.
firstNameOPTIONAL- The contact first name.
lastNameOPTIONAL- The contact last name.
phoneNumberOPTIONAL- The contact phone number.
customFieldsOPTIONAL- Custom contact field values keyed by SurveyMonkey field identifier.
create_survey
titleREQUIRED- The title of the new survey.
nicknameOPTIONAL- An internal nickname for the survey.
languageOPTIONAL- The survey language code, such as `en`.
folderIdOPTIONAL- The folder identifier where the survey will be created.
footerOPTIONAL- Whether to display the SurveyMonkey footer.
create_weblink_collector
surveyIdREQUIRED- The SurveyMonkey survey identifier.
nameOPTIONAL- The collector name.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Create Contact List
Create a SurveyMonkey contact list for survey recipients. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
create_contact_listControl Create Contact
Create a SurveyMonkey contact for use in survey invitations. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_contactVerify with Get Current User
Get the SurveyMonkey user and plan associated with the connected account. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_current_userSAFETY BOUNDARY
Operate SurveyMonkey with explicit limits
- Authorize SurveyMonkey with OAuth 2.0 and API key and grant only the provider access required by the selected actions.
- 3 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- The sampled contract declares provider scopes including `survey_monkey.contacts.write`, `survey_monkey.surveys.write`, `survey_monkey.collectors.write`, and `survey_monkey.users.read`; verify the complete action contract before execution.
- After a call, inspect the structured result and execution record before reporting that the SurveyMonkey task completed successfully.
CONNECTION MODEL
OAuth 2.0 + API key
A SurveyMonkey access token used as a Bearer token.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 11
- WRITE SIGNALS
- 3
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by SurveyMonkey.