mcpbeat

Pollbolt MCP Server

io.github.BenSpank/pollbolt
not responding

Pollbolt is listed as active in the registry but did not answer our last check. It exposes 15 tools.

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

Uptime history 40 hours of history · worst hour 0%
40 hours agonow
0.0%
Uptime 24h
0 of 91 checks
15
Tools
read from the server
329 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add pollbolt --transport http https://api.pollbolt.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pollbolt": {
      "url": "https://api.pollbolt.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pollbolt]
url = "https://api.pollbolt.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "pollbolt": {
      "url": "https://api.pollbolt.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pollbolt": {
      "url": "https://api.pollbolt.com/mcp"
    }
  }
}

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

survey
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.
delete_survey
Permanently delete a survey and all its responses.
get_survey
Get full details of a specific survey including all questions.
update_survey
Update a survey's title, questions, settings, styles, screens, or logic. Providing questions replaces all existing questions.
webhook
create_webhook
Register a webhook to receive notifications when survey events occur.
delete_webhook
Delete a registered webhook.
update_webhook
Update a webhook's URL, events, active status, or secret.
analytics
get_analytics
Get analytics summary for a survey (views, responses, completion rate).
duplicate
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.
media
list_media_library_images
List images from the account's media library, including brandkits, uploaded media, logos, and theme backgrounds.
response
get_response
Get a single response by ID.
responses
list_responses
List responses for a survey with pagination and filters. Returns response metadata and answers.
submit
submit_response
Submit a response to a survey programmatically. Answers is a map of question_id to answer value.
surveys
list_surveys
List all surveys in your PollBolt account with pagination.
webhooks
list_webhooks
List all registered webhooks for your account.

Endpoints

URLTransportStateLatencyChecked
https://api.pollbolt.com/mcp streamable-http answering 329 ms 14 min ago

Pollbolt — questions

Answers built from our own checks of this server.

What can Pollbolt do?
It exposes 15 tools, read directly from the server on our last check. Among them: create_survey, create_webhook, delete_survey, delete_webhook, duplicate_survey, get_analytics and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Pollbolt mostly used for?
Its tools cluster around survey and webhook. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Pollbolt working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 329 ms. The bar chart above shows every period we have measured.
The registry lists Pollbolt as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Pollbolt?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Pollbolt need an API key?
No. Pollbolt completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.