sounnyforms-mcp
OfficialRelated Servers
Alternatives to sounnyforms-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to build and operate production-ready forms, quizzes, surveys, and workflows, including creation, publishing, submission management, and integration with webhooks and analytics.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to autonomously create email accounts, verify domains, send and receive emails, and monitor delivery events without requiring human sign-up or payment.1-
- AlicenseNot gradedqualityBmaintenanceEnables coding agents to create and manage contact forms via the Formpaste API, including form creation, snippet generation, and submission management.35 npmMIT
- AlicenseAqualityAmaintenanceEnables AI agents to verify email addresses and receive a 'send', 'hold', or 'kill' verdict with the reason, while also managing signup and credits programmatically.52MIT
- AlicenseNot gradedqualityDmaintenanceEmail for AI agents. Create inboxes, send and receive emails without phone or CAPTCHA.2 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables building contact forms, reading the inbox, and approving AI-drafted replies directly from an editor, with delivery over an already-authenticated domain that needs no DNS setup.MIT
TDQS
Scored across 4 tools
The core actions are clearly separated: submitting data, generating embed code, generating a full page, and checking status are distinct. The only mild overlap is between generate_form_snippet and generate_full_contact_page, but their descriptions clarify that one produces an embeddable snippet while the other produces a standalone page.
All tool names follow a consistent verb_noun snake_case pattern: submit_form, generate_form_snippet, generate_full_contact_page, and inspect_endpoint_status. The naming is predictable and easy to scan.
Four tools is well-scoped for a forms-focused server. Each tool serves a clear purpose without redundancy or bloat, and there are enough tools to cover the primary workflows.
The submission and code-generation workflows are covered, and the health check is a useful addition. However, there are no tools to retrieve, list, or manage submitted form data despite the description mentioning a permanent vault, leaving a notable lifecycle gap.