INDIVIDUAL MCP TOOL
list_workflows
List a form's workflows: event type, condition/action counts, run history, status.
LIVE ENDPOINT
https://formlova.com/api/mcp
Connect to this endpoint to inspect the live schema for list_workflows and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.formlova]
url = "https://formlova.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"formlova": {
"type": "http",
"url": "https://formlova.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: formlova
Remote MCP URL: https://formlova.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"formlova": {
"url": "https://formlova.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"formlova": {
"type": "http",
"url": "https://formlova.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "formlova",
"transport": "streamable-http",
"url": "https://formlova.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_templates— List system form templates with field counts, filterable by category.create_from_template— Create an unpublished draft from a system template.list_forms— List the user's forms with title, publish status, response count, capacity, and dates.create_form— Create a new unpublished draft from scratch with custom fields, design, and settings.clone_form_from_url— Create an unpublished draft by recreating the visible items of a public form URL, optionally applying the source design.get_form— Get full form details: title, URL, status, access type, response count, capacity, dates, and all field definitions with numbers (needed for update_form_fields).update_form— Update form settings: title, description, access type, capacity, deadline, event date, locale, design, custom URL path, content expiration, form mode (standard or reverse question-selection mode, via form_mode), privacy policy, allowed iframe embed origins, and automatic sales email detection via spam_filter_enabled.update_form_design— Update form visual design via preset (business/casual/minimal), individual properties, or both; all plans can use both.