mcp

mcp

3.2

If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Weavely MCP is a remote Model Context Protocol server designed for form generation using the Weavely API, hosted on Cloudflare Workers.

Weavely MCP is a specialized server that leverages the Model Context Protocol (MCP) to facilitate the creation of forms through the Weavely API. It is built using the `@modelcontextprotocol/sdk` and is hosted on Cloudflare Workers, allowing for seamless and scalable deployment. The server is designed to be auth-less, simplifying the process of form generation by exposing a tool called `create-form`. This tool enables users to generate forms via prompts, making it a powerful utility for developers looking to integrate form generation capabilities into their applications. The server utilizes TypeScript for robust type-checking and `axios` for making HTTP requests to the Weavely API, ensuring reliable and efficient communication.

Features

  • Auth-less MCP server deployment on Cloudflare Workers
  • Tool `create-form` for generating forms via prompts
  • Integration with Weavely API using `axios`
  • Built with TypeScript and `@modelcontextprotocol/sdk`
  • Type-safe schema validation with `zod`

Tools

  1. create-form

    Create a new Weavely form.