Connector guide2-minute read6 MCP toolsEnglish · Deutsch · Italiano

Wufoo mit ChatGPT verbinden — über MCP

Read Wufoo (SurveyMonkey-owned classic form builder) submissions and form definitions from any AI agent. 6 tools, Basic auth, subdomain-templated URL.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Wufoo

Read Wufoo (SurveyMonkey-owned classic form builder) submissions and form definitions from any AI agent. 6 tools, Basic auth, subdomain-templated URL.

Tools

6

Region

INTL

Category

forms

Authentication

Required env vars

WUFOO_SUBDOMAINWUFOO_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Wufoo in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Wufoo klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Wufoo + ChatGPT

Read Wufoo (SurveyMonkey-owned classic form builder) submissions and form definitions from any AI agent. 6 tools, Basic auth, subdomain-templated URL.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

WUFOO_SUBDOMAIN, WUFOO_API_KEY

Schritt 1 — Zugangsdaten holen

com/api).

Setup:

  1. Sign in to Wufoo → top-right avatar → Account → API Information.
  2. Note your API key and your subdomain (e.g. if URL is acme.wufoo.comacme).
  3. Set:
    • WUFOO_SUBDOMAIN = your subdomain
    • WUFOO_API_KEY = the API key

Authentication: HTTP Basic with username=API_KEY, password='footastic' (literal — Wufoo's convention).

Subdomain in base URL: https://{{WUFOO_SUBDOMAIN}}.wufoo.com/api/v3.

Form/Entry model: forms (the definitions) contain fields (the questions). Entries (submissions) are field_id→value mappings keyed by short_field_id strings like 'Field1', 'Field2'.

Pagination: ?pageStart=N&pageSize=M (max 100).

…(continued in the in-app connector instructions)

Schritt 2 — Adapter installieren

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Schritt 3 — Connector in ChatGPT hinzufügen

ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.

  1. Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
  2. Klicke "Add custom connector".
  3. Trage ein:
    • Name: Wufoo
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
  4. Klicke Connect zum Autorisieren.

Verfügbare Tools

ToolWhat it does
wufoo_list_formsList all forms on the account
wufoo_get_formFetch a single form's metadata by its Hash
wufoo_get_form_fieldsGet a form's fields (the questions)
wufoo_list_form_entriesList submissions (entries) for a form
wufoo_count_form_entriesReturn just the entry count for a form (cheap — no entry payload)
wufoo_create_form_entrySubmit a new entry to a form (programmatic submission)

FAQ

Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.

Nächste Schritte

Ready to ship

Your Wufoo agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.