FormsFort

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/mcp

Use FORMSFORT_API_URL to target another API origin.

Tools

ToolPurpose
create_formCreate a FormsFort form for contact, quote, reservation, or appointment use cases.
get_form_snippetGenerate HTML, JavaScript, or React snippets for an access key.
submit_testSend a test submission and return the FormsFort response.
list_formsList forms visible to the authenticated session or agent token.

Prompts

PromptPurpose
build_contact_formAdd a contact form with FormsFort.
build_quote_formAdd a quote request form with FormsFort.
build_reservation_requestAdd 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_TOKEN or FORMSFORT_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.

On this page