Getform

Getform MCP Connector for Claude

A+

Automate form submissions and manage responses via Getform — submit data to endpoints and list submissions directly from your AI agent.

2 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Getform account to any AI agent to streamline your data collection and form management workflows. This server allows you to interact with your form endpoints using natural language.

What you can do

  • Form Submissions — Programmatically submit data to any Getform endpoint using its unique Form ID. Perfect for automating lead capture or feedback loops.
  • Response Management — Retrieve and list all submissions for a specific form to analyze entries without leaving your chat interface.
  • Data Integration — Send structured JSON payloads including names, emails, and custom message blocks directly to your backend.

How it works

  1. Subscribe to this server
  2. Enter your Getform API Key (found in your account settings)
  3. Start submitting data or querying responses from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Developers — Test form endpoints and verify submissions directly from the code editor.
  • Marketers — Quickly check for new leads or feedback entries from active campaigns.
  • Support Teams — Automate the logging of customer inquiries into your form backend.
form-backendendpoint-managementdata-collectionsubmission-trackingapi-forms

2 tools expose this connector's capabilities to your AI agent.

getform_list_submissions

Requires Protected Mode (API Key). List submissions for a specific form

getform_submit_form

Supports standard fields and blocks like sender, email, text. This is a public endpoint. Submit data to a specific Getform form

See how to talk to your AI agent using Getform.

Submit a new contact request to form ID 'abc123xyz' with the name 'Alice' and email 'alice@example.com'.

I've successfully submitted the data to form abc123xyz. The submission has been recorded.

List the latest submissions for my Getform form 'form-id-789'.

I found 3 recent submissions for form 'form-id-789'. Here are the details: 1. From Bob (bob@...), 2. From Charlie (charlie@...), 3. From Diana (diana@...).

Send this JSON data to Getform endpoint 'xyz-999': { "feedback": "Great service!", "rating": 5 }.

The feedback data has been sent to the Getform endpoint 'xyz-999' successfully.

The `submit_form` tool uses a public endpoint, so it only requires the Form ID. However, to list or view submissions using `list_submissions`, a valid API Key is required for security.

Related Connectors