# Getform — MCP server on mcp.ai > Connect your Getform account and use 2 tools for forms and surveys straight from your AI agent. Connect with your own API key. Getform is a modern form backend platform that enables developers to handle web forms and submissions without setting up a server or writing backend code. By: mcp.ai · official Page: https://mcp.ai/getform ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_getform?ms=1787296020000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/getform/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/getform/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/getform/skill.md Postman collection (v2.1): https://mcp.ai/getform/postman.json ## Tools - getform_get_form_get_submission(form_id: string, submission_id: string) — Retrieve a specific form submission by its ID from Getform. Use this tool when you have both a form_id and submission_id and need to fetch the details of that single submission. The response includes - getform_get_form_submit_form(data?: object, files?: object[], _gotcha?: string, form_id: string, accept_json?: boolean, g-recaptcha-response?: string) — Tool to submit form data and files to a Getform endpoint. Use when you need to post fields, files, optional reCAPTCHA or honeypot to a specific form ID. ## Example prompts - "What can I do in Getform?" - "Show me a summary of my Getform account" ## Links Docs: https://mcp.ai/docs/mcps/getform Website: https://mcp.ai/mcps/getform