# Wufoo — MCP server on mcp.ai > Connect your Wufoo account and use 7 tools for forms and surveys straight from your AI agent. Connect with your own API key. Wufoo is an online form builder for collecting entries, managing reports, and integrating form submissions with other services. By: mcp.ai · official Page: https://mcp.ai/wufoo ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_wufoo?ms=1787293560000 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/wufoo/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/wufoo/ 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/wufoo/skill.md Postman collection (v2.1): https://mcp.ai/wufoo/postman.json ## Tools - wufoo_count_entries(match?: string, filters?: object[], identifier: string, source_type: string) — Count entries for either a Wufoo form or report without downloading them. - wufoo_get_fields(identifier: string, source_type: string, include_system_fields?: boolean) — Return field definitions and API field IDs for a Wufoo form or for the form underlying a report. - wufoo_get_form(identifier: string, include_today_count?: boolean) — Get metadata for one Wufoo form by its permanent hash or title identifier. - wufoo_list_entries(match?: string, filters?: string, page_size?: integer, identifier: string, next_cursor?: string, source_type: string, sort_field_id?: string, sort_direction?: string, include_system_fields?: boolean) — List entries from a Wufoo form or report. Form entries may also be filtered and sorted. - wufoo_list_form_comments(entry_id?: integer, page_size?: integer, identifier: string, next_cursor?: string) — List Entry Manager comments for a form or for one entry, one page at a time. - wufoo_list_forms(limit?: integer, next_cursor?: string, include_today_count?: boolean) — List forms accessible to the connected Wufoo user and return a cursor for the next page. - wufoo_list_reports() — List reports accessible to the connected Wufoo user. ## Example prompts - "What can I do in Wufoo?" - "Show me a summary of my Wufoo account" ## Links Docs: https://mcp.ai/docs/mcps/wufoo Website: https://mcp.ai/mcps/wufoo