MCP server
GudForm exposes an MCP endpoint so agents can build and fill forms with the same API key you use for REST. This page ships in the public core at gudlab/gudform-core. Tag that repo when the tool list changes so Cloud and self-host stay aligned.
Endpoint
- Self-host / this tree:
POST /api/mcpon your app URL - Cloud:
POST https://gudform.com/api/mcp
Send Authorization: Bearer ff_.... Create a key under API Keys.
Tools
list_forms— forms in the accountget_form_schema— form plus questionscreate_form— create a form, optionally with questionsset_questions— replace the question listsubmit_response— submit answersset_webhook— set or clear the form completion webhook
MCP clients
{
"mcpServers": {
"gudform": {
"url": "https://your-host/api/mcp",
"headers": {
"Authorization": "Bearer ff_your_key"
}
}
}
}Same rate limits as the REST API. Spec: /openapi.yaml. Index for crawlers: /llms.txt.