formslist-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FORMSLIST_API_KEY | No | API 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_URL | No | Base URL of the FormsList API. Defaults to https://formslist.com. | https://formslist.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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