← Registry

Content Tools

whichli.com

Provides tools to create photo polls, retrieve poll details, and get voting results.

1 endpoint3 known toolsFirst detected August 21, 2026Last detected August 21, 2026

ENDPOINT 1

https://whichli.com/api/mcp

No auth detected

MCP server metadata

Name
whichli
Version
1.0.0
Capabilities
tools
Server instructions

Whichli turns a visual decision into a shareable photo poll. When the user cannot decide between options they can show a picture of — outfits, furniture, product listings, logo drafts — call create_photo_poll and hand them the voteUrl to share with friends; later call get_poll_results to report the winner. Keep the adminUrl private to the user. Poll pages are reachable by anyone holding the link, so only use photos the user is happy to share.

Known tools 3

create_photo_poll

Create a Whichli photo poll so someone can ask friends, family or colleagues which option to pick, and get one shareable voting link back.

Potential side effects
get_poll_results

Read the current standings of a Whichli poll: the winner, the votes per option and how many people voted.

Inferred read-only
get_poll

Read a Whichli poll's question and its options (photo URLs, captions, shop links) without vote counts.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "whichli",
  "transport": "streamable-http",
  "url": "https://whichli.com/api/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.