mcpserver.lol
registry/pollbolt
Connection check verified live · 27h ago

pollbolt

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

Tools 15
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

15 tools

Read from the running server on 27h ago.

create_survey title*stylessettingsquestions*variableshidden_fields +2
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…
create_webhook url*eventssecretsurvey_id
Register a webhook to receive notifications when survey events occur.
delete_survey can modify data survey_id*
Permanently delete a survey and all its responses.
delete_webhook can modify data webhook_id*
Delete a registered webhook.
duplicate_survey titlesurvey_id*
Create a copy of an existing survey with all its questions, styles, logic, and screens. Returns the new survey details including share_url.
get_analytics read-only survey_id*
Get analytics summary for a survey (views, responses, completion rate).
get_response read-only survey_id*response_id*
Get a single response by ID.
get_survey read-only survey_id*
Get full details of a specific survey including all questions.
list_media_library_images read-only limitsearch
List images from the account's media library, including brandkits, uploaded media, logos, and theme backgrounds.
list_responses read-only pagesinceuntilstatusper_pagesurvey_id*
List responses for a survey with pagination and filters. Returns response metadata and answers.
list_surveys read-only pagestatusper_page
List all surveys in your PollBolt account with pagination.
list_webhooks read-only survey_id
List all registered webhooks for your account.
submit_response answers*user_idsurvey_id*completion_time
Submit a response to a survey programmatically. Answers is a map of question_id to answer value.
update_survey can modify data titlestylessettingsquestionssurvey_id*variables +3
Update a survey's title, questions, settings, styles, screens, or logic. Providing questions replaces all existing questions.
update_webhook urleventssecretis_activewebhook_id*
Update a webhook's URL, events, active status, or secret.