← Registry

Data Collection

pollbolt.com

Manages surveys for collecting feedback and data.

1 endpoint15 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.pollbolt.com/mcp

No auth detected

MCP server metadata

Name
pollbolt
Version
1.0.0
Capabilities
tools
Server instructions

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

create_survey

Create a new survey.

Potential side effects
list_surveys

List all surveys in your PollBolt account with pagination.

Inferred read-only
get_survey

Get full details of a specific survey including all questions.

Inferred read-only
update_survey

Update a survey's title, questions, settings, styles, screens, or logic.

Potential side effects
delete_survey

Permanently delete a survey and all its responses.

Potential side effects
list_responses

List responses for a survey with pagination and filters.

Inferred read-only
get_response

Get a single response by ID.

Inferred read-only
submit_response

Submit a response to a survey programmatically.

Inferred read-only
get_analytics

Get analytics summary for a survey (views, responses, completion rate).

Inferred read-only
list_media_library_images

List images from the account's media library, including brandkits, uploaded media, logos, and theme backgrounds.

Inferred read-only
duplicate_survey

Create a copy of an existing survey with all its questions, styles, logic, and screens.

Potential side effects
create_webhook

Register a webhook to receive notifications when survey events occur.

Inferred read-only
list_webhooks

List all registered webhooks for your account.

Inferred read-only
update_webhook

Update a webhook's URL, events, active status, or secret.

Potential side effects
delete_webhook

Delete a registered webhook.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.