# Paperform — MCP server on mcp.ai > Connect your Paperform account and use 5 tools for forms and surveys straight from your AI agent. Connect with your own API key. Paperform is a flexible online form builder that combines beautiful design with serious digital smarts. By: mcp.ai · official Page: https://mcp.ai/paperform ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_paperform?ms=1787296080000 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/paperform/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/paperform/ 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/paperform/skill.md Postman collection (v2.1): https://mcp.ai/paperform/postman.json ## Tools - paperform_get_space(id: string) — Tool to retrieve a space by ID from Paperform. Use when you need to get detailed information about a specific space. - paperform_get_space_forms(id: string) — Tool to retrieve forms in a space from Paperform. Use when you need to list all forms accessible by the authorized user within a specific space. This is a Business API only feature. - paperform_list_forms(skip?: integer, limit?: integer) — Tool to list all forms accessible by the authorized user. Use when you need to retrieve available forms from Paperform. - paperform_list_spaces(skip?: integer, limit?: integer) — Tool to list all spaces accessible by the authorized user. Use when you need to retrieve available spaces from Paperform. - paperform_list_translations(skip?: integer, limit?: integer) — Tool to list all translations accessible by the authorized user. Use when you need to retrieve available translations from Paperform. ## Example prompts - "What can I do in Paperform?" - "Show me a summary of my Paperform account" ## Links Docs: https://mcp.ai/docs/mcps/paperform Website: https://mcp.ai/mcps/paperform