Skip to main content
Glama
vaibhavjain2608

formslist-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FORMSLIST_API_KEYNoAPI key for FormsList, created at https://formslist.com/account/api-keys. Required for tools that need an account (create_form, list_forms, get_form, get_submissions, configure_autoresponse). Not needed for instant_provision and get_embed_snippet.
FORMSLIST_BASE_URLNoBase URL of the FormsList API. Defaults to https://formslist.com.https://formslist.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
instant_provisionA

Create a working form endpoint instantly for any email — no account needed. The owner claims it later via the claim_url. Returns the endpoint URL, claim_url, a ready-to-paste html_snippet, and a curl_example.

create_formA

Create a new form in the authenticated FormsList account. Requires FORMSLIST_API_KEY.

list_formsA

List all forms in the authenticated FormsList account. Requires FORMSLIST_API_KEY.

get_formA

Get details of a single form (settings, endpoint, submission counts). Requires FORMSLIST_API_KEY.

get_submissionsA

Get submissions for a form, paginated. Requires FORMSLIST_API_KEY.

configure_autoresponseA

Enable, disable, or configure the auto-response email sent to people who submit a form. Requires FORMSLIST_API_KEY. Auto-responses are a paid-plan feature: if the account's plan does not include them, the result contains the upgrade message and upgrade_url to relay to the user.

get_embed_snippetA

Build a ready-to-paste HTML form snippet (plus an AJAX fetch example) that posts to a FormsList endpoint. Pure local generation — no API key, no network. Pass either the full endpoint URL (https://formslist.com/f/) or just the form hash.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vaibhavjain2608/formslist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server