Widgy

Created By
2 days ago
Build forms, surveys, quizzes, and polls straight from your AI assistant — publish a shareable link and read the responses back, all through chat.
Overview

Build forms, surveys, quizzes, and polls straight from your AI assistant — publish a shareable link and read the responses back, all through chat.

Widgy is a hosted, remote MCP server that turns your AI assistant into a form builder. Ask it to create a survey, quiz, poll, or feedback form; Widgy publishes a public shareable link (widgy.co/q/…); then you ask the assistant to pull the responses and summarize or analyze them — no dashboard required.

  • Website: https://widgy.co
  • Endpoint: https://mcp.widgy.co (transport: streamable-http)
  • Registry: co.widgy/widgy (official MCP registry)

Features

  • 9 question types — multiple choice, dropdown, rating (with low/high labels), yes/no, short text, long text, number, date, and email.
  • Graded quizzes — mark a correct option on multiple-choice questions to auto-grade.
  • One-command publishing — every form gets a public shareable link.
  • Response analysis in chat — read responses and completion/funnel analytics without leaving the conversation.
  • Zero-config, secure — remote server guarded by OAuth (Clerk). No API keys to paste or rotate; you sign in with your Widgy account on first connect.
  • Safety-hardened — respondent free text is sanitized and flagged untrusted before it reaches your LLM, so form answers can't hijack the assistant. Every tool declares honest read-only/destructive hints so your client can gate confirmations.

Tools

ToolDescriptionParams
list_formsList the forms you own(none)
get_formFetch a single fshort_id
create_formCreate a form/survey/quiz/poll with typed questionstitle
(required), description, `q
update_formEdit a form's title, description, or questionsshort_id (required),
title, description, `questi
publish_formPublish a form and get its shareable linkshort_id
unpublish_formTake a pubid`
end_formClose a form to new responsesshort_id
list_form_responsesRead nt text flagged untrusted)short_id (required), limit, offset
get_form_analyticsResponel metricsshort_id

Every form is keyed by a shortin its share URL(widgy.co/q/{short_id}`).

Server Config

{
  "mcpServers": {
    "widgy": {
      "type": "streamable-http",
      "url": "https://mcp.widgy.co"
    }
  }
}
Project Info
Created At
2 days ago
Updated At
2 days ago
Author Name
-
Star
-
Language
-
License
-
Category

Recommend Servers

View All