Server data from the Official MCP Registry
Create forms, manage submissions, and export responses from your MCP client.
Create forms, manage submissions, and export responses from your MCP client.
Remote endpoints: streamable-http: https://forms.deooch.com/api/mcp
Valid MCP server (3 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-musaib001-deooch-forms": {
"url": "https://forms.deooch.com/api/mcp"
}
}
}From the project's GitHub README.
Build a form by describing it. Share a link. Watch the responses land.
Deooch Forms (forms.deooch.com) is a form builder with an MCP server bolted on. You can drag fields around in the visual studio like any other form tool — or skip that entirely and ask Claude, ChatGPT, or any MCP-capable assistant to build the form for you, then read the responses back the same way.
Respondents never sign in. They open a public /f/<slug> link, fill it in, and submit.
/f/<slug> link. No account needed to answer.create_form, update_form, get_form, list_forms,
list_submissions, get_submission) so an AI assistant can do all of the above for you.
Published to the MCP Registry as io.github.musaib001/deooch-forms; setup walkthrough
at /connect.
/f/[slug] form (no login) and submits, which writes straight to Supabase.Stack: Next.js 16, React 19, TypeScript, Tailwind CSS, Supabase (Postgres + Auth), deployed on Vercel.
Short text · Long text · Email · Phone · Address · Number · Dropdown · Single choice · Multiple choice · Date · File link · File upload · Section heading
Things people actually build with it. Each one is a prompt you can paste into a connected AI assistant — it comes back with a live link.
Employee onboarding
Create an employee onboarding form with a Personal Information section (full name, email, phone, home address), an Employment section (start date, department dropdown, manager), and a document upload for ID.
Uses: section headings, short text, email, phone, address, date, dropdown, file upload.
Customer feedback
Create a customer feedback form: how satisfied are you (1–5 single choice), what did you use us for (multiple choice), and a comment box.
Uses: single choice, multiple choice, long text.
Event registration
Create an event registration form with name, email, which sessions they're attending (multiple choice), dietary requirements (dropdown), and number of guests.
Uses: short text, email, multiple choice, dropdown, number.
Job application
Create a job application form with name, email, phone, LinkedIn URL, a resume upload, and a "why do you want this role" long answer.
Uses: short text, email, phone, file upload, long text.
Bug report
Create an internal bug report form: title, severity dropdown, steps to reproduce, expected vs actual behaviour, and a screenshot upload.
Uses: short text, dropdown, long text, file upload.
Add this as a remote MCP connector in your assistant's settings:
https://forms.deooch.com/api/mcp
It signs you in through the browser — no token to copy or store — and the connection
acts as you, with your role and plan. Clients that read the MCP Registry can find it
by name as io.github.musaib001/deooch-forms instead. Full walkthrough, including
ChatGPT web setup and the errors people actually hit, is at
forms.deooch.com/connect.
npm install
npm run dev # http://localhost:3000
npm test # vitest
npm run lint
src/app/ routes — (portal) dashboard, /f/[slug] public forms, /api/mcp
src/components/ builder/ (form studio), forms/, submissions/, marketing/
src/lib/ forms/ (schema + validation), mcp/, auth/, email/, export/
supabase/migrations database schema and RLS policies
Read AGENTS.md before writing code — this repo tracks a Next.js version whose
conventions differ from what most models were trained on.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.