← Registry

Collaboration

point.vote

Manages ephemeral voting rooms for blind voting and round management.

1 endpoint8 known toolsFirst detected July 6, 2026Last detected July 6, 2026

ENDPOINT 1

https://point.vote/mcp

No auth detected

Known tools 8

cast_vote

Cast (or change) your blind vote for the current round.

Inferred read-only
create_room

Create an ephemeral voting room.

Potential side effects
get_room

Current room state.

Inferred read-only
join_room

Join a room.

Inferred read-only
reveal

Reveal the current round now (any participant may).

Inferred read-only
settle

Record the value the room agreed on after discussion.

Inferred read-only
start_round

Archive the revealed round and open the next one — the re-vote half of the Delphi loop.

Inferred read-only
wait_for_reveal

Block until the current round is revealed or the timeout passes, then return room state.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "point-vote": {
      "type": "http",
      "url": "https://point.vote/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "point-vote",
  "transport": "streamable-http",
  "url": "https://point.vote/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 point.vote was fetched 2026-07-28T05:33:06.141Z and is being refreshed.

Trust status Neutral

point.vote is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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