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.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Wufoo, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Wufoo + ChatGPT
Read Wufoo (SurveyMonkey-owned classic form builder) submissions and form definitions from any AI agent. 6 tools, Basic auth, subdomain-templated URL.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
WUFOO_SUBDOMAIN, WUFOO_API_KEY
Шаг 1 — Получите учётные данные
com/api).
Setup:
- Sign in to Wufoo → top-right avatar → Account → API Information.
- Note your API key and your subdomain (e.g. if URL is
acme.wufoo.com→acme). - Set:
WUFOO_SUBDOMAIN= your subdomainWUFOO_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)
Шаг 2 — Установите адаптер
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Шаг 3 — Добавьте коннектор в ChatGPT
ChatGPT поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.
- Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
- Нажмите "Add custom connector".
- Заполните:
- Name:
Wufoo - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте MCP API key
- Name:
- Нажмите Connect.
Доступные инструменты
| Tool | What it does |
|---|---|
wufoo_list_forms | List all forms on the account |
wufoo_get_form | Fetch a single form's metadata by its Hash |
wufoo_get_form_fields | Get a form's fields (the questions) |
wufoo_list_form_entries | List submissions (entries) for a form |
wufoo_count_form_entries | Return just the entry count for a form (cheap — no entry payload) |
wufoo_create_form_entry | Submit a new entry to a form (programmatic submission) |
FAQ
Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.