Weavely
Createdweavely
Generates forms programmatically using the Weavely API via a Model Context Protocol (MCP) server.
About
Weavely is a Model Context Protocol (MCP) server designed to streamline form generation using the Weavely API. Hosted on Cloudflare Workers, this server exposes a `create-form` tool that accepts prompts and generates form content by sending requests to weavely.ai. Built with TypeScript and the `@modelcontextprotocol/sdk`, Weavely simplifies form creation through programmatic means, offering a rapid and efficient way to produce forms via simple prompts.
Key Features
- Built using TypeScript and the official `@modelcontextprotocol/sdk`.
- Deploys an auth-less MCP server on Cloudflare Workers.
- 0 GitHub stars
- Uses `axios` for external API calls to weavely.ai.
- Exposes a `create-form` tool to generate forms via prompt.
- Type-safe schema validation with `zod`.
Use Cases
- Rapid prototyping of forms based on user prompts.
- Automated form creation for surveys.
- Integrating form generation into existing workflows via API.