Submit

Pollbolt

AI-native survey & form builder. Let AI agents create and manage surveys directly — build surveys, manage responses, pull analytics, and configure webhooks. Secured with OAuth 2.1.
Overview

PollBolt MCP Server

PollBolt is an AI-native survey & form builder. This MCP server lets AI agents create, edit, and analyze surveys directly from your client.

Tools

  • create_survey / update_survey — build and edit surveys (27 question types, logic, scoring)
  • list_surveys / get_survey / duplicate_survey / delete_survey
  • list_responses / get_response / submit_response
  • get_analytics — completion rates and response data
  • create / update / list / delete webhook — real-time delivery to external systems
  • list_media_library_images

Authentication

OAuth 2.1 with PKCE + Dynamic Client Registration. On first connect you'll sign in with your PollBolt account.

Setup

{
  "mcpServers": {
    "pollbolt": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://api.pollbolt.com/mcp"]
    }
  }
}

Server Config

{
  "mcpServers": {
    "pollbolt": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.pollbolt.com/mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.