# Zigpoll — how to use (mcp.ai)

Connect your Zigpoll account and use 2 tools for forms and surveys straight from your AI agent. Connect with your own API key. Zigpoll is a survey and feedback platform for creating polls, collecting responses, analyzing insights, and running customer research.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_zigpoll?ms=1787291460000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `zigpoll_get_current_user`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/zigpoll`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/zigpoll/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/zigpoll/get/current/user` — Return the Zigpoll user authenticated by the connected API key, including the account IDs available to that user.
- `POST https://api.mcp.ai/api/zigpoll/list/accounts` — List the Zigpoll accounts available to the connected user, including each account's plan, limits, ownership, poll IDs, and usage counters.

## Example prompts
- "What can I do in Zigpoll?"
- "Show me a summary of my Zigpoll account"

## More
- Page: https://mcp.ai/zigpoll
- Agent spec (llms.txt): https://mcp.ai/zigpoll/llms.txt
- Postman collection: https://mcp.ai/zigpoll/postman.json
