Collaboration
point.vote
Manages ephemeral voting rooms for blind voting and round management.
ENDPOINT 1
https://point.vote/mcp
Known tools 8
start_roundArchive the revealed round and open the next one — the re-vote half of the Delphi loop.
Inferred read-onlywait_for_revealBlock until the current round is revealed or the timeout passes, then return room state.
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.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.
point.vote is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.