# Zigpoll — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/zigpoll ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_zigpoll?ms=1787293740000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/zigpoll/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/zigpoll/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/zigpoll/skill.md Postman collection (v2.1): https://mcp.ai/zigpoll/postman.json ## Tools - zigpoll_get_current_user() — Return the Zigpoll user authenticated by the connected API key, including the account IDs available to that user. - 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" ## Links Docs: https://mcp.ai/docs/mcps/zigpoll Website: https://mcp.ai/mcps/zigpoll