MCP Server
Official FormsFort MCP server for AI clients that can create forms and generate snippets.
MCP Server
The FormsFort MCP server exposes form setup tools to MCP-compatible agents.
Run
FORMSFORT_API_TOKEN="workspace-api-token-or-session-token" pnpm dlx @formsfort/mcpUse FORMSFORT_API_URL to target another API origin.
Tools
| Tool | Purpose |
|---|---|
create_form | Create a FormsFort form for contact, quote, reservation, or appointment use cases. |
get_form_snippet | Generate HTML, JavaScript, or React snippets for an access key. |
submit_test | Send a test submission and return the FormsFort response. |
list_forms | List forms visible to the authenticated session or agent token. |
Prompts
| Prompt | Purpose |
|---|---|
build_contact_form | Add a contact form with FormsFort. |
build_quote_form | Add a quote request form with FormsFort. |
build_reservation_request | Add a reservation request form with FormsFort. |
Security notes
- The MCP server never asks the model to handle raw secrets in tool descriptions.
- Authenticated tools require
FORMSFORT_API_TOKENorFORMSFORT_SESSION_COOKIE. - Prefer workspace API tokens for automation because they are limited to one workspace and explicit form scopes.
- Public submit tests require only a FormsFort access key.
- Clients should show tool inputs before creating forms or sending test submissions.