Full SurveyMonkey integration — create surveys, manage pages and questions, distribute via collectors, and analyze responses.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"surveymonkey": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-surveymonkey",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify surveymonkey credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Full SurveyMonkey integration — create surveys, manage pages and questions, distribute via collectors, and analyze responses.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-surveymonkey
This MCP server gives AI agents access to Surveymonkey via 12 tools. Connect it to any Aerostack workspace and your agents can interact with Surveymonkey directly.
| Tool | Description |
|---|---|
list_surveys | List all surveys in the account with pagination. |
get_survey | Get basic survey information by ID. |
create_survey | Create a new survey. |
get_survey_details | Get full survey details including pages and questions. |
list_pages | List all pages in a survey. |
create_page | Add a new page to a survey. |
list_questions | List all questions on a survey page. |
create_question | Add a question to a survey page. |
list_collectors | List collectors (distribution links) for a survey. |
create_collector | Create a new web link collector for a survey. |
list_responses | List responses for a collector. |
get_response_details | Get full details of a specific survey response. |
| Variable | Required | Description |
|---|---|---|
SURVEYMONKEY_ACCESS_TOKEN | Yes | Your SurveyMonkey OAuth access token — found in Developer Portal → My Apps → Access Token |
Add the following secrets under Project → Secrets:
SURVEYMONKEY_ACCESS_TOKENOnce added, every AI agent in your workspace can use Surveymonkey tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-surveymonkey \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-SURVEYMONKEY-ACCESS-TOKEN: your-surveymonkey-access-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_surveys","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-surveymonkey
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
Yes. The Surveymonkey MCP includes a create_survey tool that lets Claude create surveys in your Surveymonkey account from a plain-English prompt. You can also update and delete surveys — no Surveymonkey UI needed.
Yes. The Surveymonkey MCP includes tools to list and retrieve surveys from your Surveymonkey account. Claude can filter, sort, and summarize surveys based on your instructions.
Yes. The Surveymonkey MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 12 Surveymonkey tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Surveymonkey MCP with encrypted credential storage and per-account authentication. Your Surveymonkey credentials are never shared with Claude's conversation — they're used server-side only.