# pollbolt MCP server

AI-native survey & form builder. Manage surveys, responses, analytics, and webhooks.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-benspank-pollbolt
- Website: https://pollbolt.com

## Install
- Endpoint: https://api.pollbolt.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.pollbolt.com/mcp

## Tools
- create_survey - Create a new survey. Returns the survey details including share_url. Supported question types: short_text, long_text, multiple_choice, checkbox, checkbox_list, numeric, star_rating, picture_choice, opinion_scale, date, email, contact_info, poll_question, statement. Endpoint: https://api.pollbolt.com/mcp
- list_surveys - List all surveys in your PollBolt account with pagination. Endpoint: https://api.pollbolt.com/mcp
- get_survey - Get full details of a specific survey including all questions. Endpoint: https://api.pollbolt.com/mcp
- update_survey - Update a survey's title, questions, settings, styles, screens, or logic. Providing questions replaces all existing questions. Endpoint: https://api.pollbolt.com/mcp
- delete_survey - Permanently delete a survey and all its responses. Endpoint: https://api.pollbolt.com/mcp
- list_responses - List responses for a survey with pagination and filters. Returns response metadata and answers. Endpoint: https://api.pollbolt.com/mcp
- get_response - Get a single response by ID. Endpoint: https://api.pollbolt.com/mcp
- submit_response - Submit a response to a survey programmatically. Answers is a map of question_id to answer value. Endpoint: https://api.pollbolt.com/mcp
- get_analytics - Get analytics summary for a survey (views, responses, completion rate). Endpoint: https://api.pollbolt.com/mcp
- list_media_library_images - List images from the account's media library, including brandkits, uploaded media, logos, and theme backgrounds. Endpoint: https://api.pollbolt.com/mcp
- duplicate_survey - Create a copy of an existing survey with all its questions, styles, logic, and screens. Returns the new survey details including share_url. Endpoint: https://api.pollbolt.com/mcp
- create_webhook - Register a webhook to receive notifications when survey events occur. Endpoint: https://api.pollbolt.com/mcp
- list_webhooks - List all registered webhooks for your account. Endpoint: https://api.pollbolt.com/mcp
- update_webhook - Update a webhook's URL, events, active status, or secret. Endpoint: https://api.pollbolt.com/mcp
- delete_webhook - Delete a registered webhook. Endpoint: https://api.pollbolt.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.BenSpank
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 14, 2026
- Source: https://registry.modelcontextprotocol.io
