ENDPOINT 1
https://api.pollbolt.com/mcp
MCP server metadata
- Name
- pollbolt
- Version
- 1.0.0
PollBolt is a survey and form builder. Survey operations return a share_url field that can be used to access or distribute the survey.
Known tools 15
update_surveyUpdate a survey's title, questions, settings, styles, screens, or logic.
Potential side effectsget_analyticsGet analytics summary for a survey (views, responses, completion rate).
Inferred read-onlylist_media_library_imagesList images from the account's media library, including brandkits, uploaded media, logos, and theme backgrounds.
Inferred read-onlyduplicate_surveyCreate a copy of an existing survey with all its questions, styles, logic, and screens.
Potential side effectscreate_webhookRegister a webhook to receive notifications when survey events occur.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pollbolt]
url = "https://api.pollbolt.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pollbolt": {
"type": "http",
"url": "https://api.pollbolt.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pollbolt
Remote MCP URL: https://api.pollbolt.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pollbolt": {
"url": "https://api.pollbolt.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pollbolt": {
"type": "http",
"url": "https://api.pollbolt.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pollbolt",
"transport": "streamable-http",
"url": "https://api.pollbolt.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.