← Registry

Content Tools

livepolls.com

This MCP server allows users to create, retrieve, list, and embed LivePolls polls for audience engagement and feedback collection.

1 endpoint7 known toolsFirst detected June 24, 2026Last detected September 12, 2026

ENDPOINT 1

https://livepolls.com/mcp

No auth detected

MCP server metadata

Name
livepolls
Version
1.0.0
Capabilities
toolsresources
Server instructions

Create and manage LivePolls polls, read results, and generate embed code. Voting is intentionally not exposed as an MCP tool.

Known tools 7

create_poll

Create a LivePolls poll owned by the linked LivePolls account.

Potential side effects
get_poll

Fetch a LivePolls poll by UUID or slug.

Inferred read-only
get_results

Fetch current LivePolls results for a poll by UUID or slug.

Inferred read-only
list_polls

List recent polls owned by the linked LivePolls account.

Inferred read-only
get_embed_code

Return iframe and script embed snippets for a LivePolls poll.

Inferred read-only
create_webhook

Create a LivePolls webhook subscription for the linked account.

Potential side effects
delete_webhook

Delete a LivePolls webhook subscription owned by the linked account.

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.livepolls]
url = "https://livepolls.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "livepolls": {
      "type": "http",
      "url": "https://livepolls.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: livepolls
Remote MCP URL: https://livepolls.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": {
    "livepolls": {
      "url": "https://livepolls.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "livepolls": {
      "type": "http",
      "url": "https://livepolls.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "livepolls",
  "transport": "streamable-http",
  "url": "https://livepolls.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for livepolls.com was fetched 2026-08-27T15:00:50.392Z and is being refreshed.

Trust status Trusted

livepolls.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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