# Signaturely — MCP server on mcp.ai > Connect your Signaturely account and use 9 tools for e-signatures straight from your AI agent. Connect with your own API key. Signaturely is an electronic signature platform that allows users to sign documents online, offering features like automated signature requests, templates, and integrations with other platforms. By: mcp.ai · official Page: https://mcp.ai/signaturely ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_signaturely?ms=1787291400000 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/signaturely/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/signaturely/ 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/signaturely/skill.md Postman collection (v2.1): https://mcp.ai/signaturely/postman.json ## Tools - signaturely_create_folder(title: string) — Tool to create a new folder for organizing documents. Use when you need to create a folder structure for document management. - signaturely_get_current_user() — Tool to get the current authenticated user information. Use this to retrieve account details including email, name, role, status, and avatar URL. - signaturely_get_folder(id: string) — Tool to get folder information by ID. Use when you need to retrieve details about a specific folder including its subfolders and documents count. - signaturely_get_recent_document(recentDocumentType: string) — Tool to retrieve the most recent sent or completed document. Use when you need to fetch the latest document of a specific type (sent or completed). - signaturely_list_documents(page?: integer, limit?: integer, user_id?: integer, statuses?: string[], template?: boolean, created_at_to?: string, created_at_from?: string) — Tool to list all documents. Use after authenticating to retrieve documents with optional filters and pagination. - signaturely_list_folders(page?: integer, limit?: integer) — Tool to get list of folders for documents. Use to retrieve all folders for organizing documents. - signaturely_list_team_members() — Tool to list all team members in the Signaturely account. Returns team users with their account types and roles (Owner, Admin, User). - signaturely_rename_folder(id: string, title: string) — Tool to rename a folder via API call. Use when you need to update the title of an existing folder. - signaturely_search_templates_documents(page?: integer, limit?: integer, search?: string, search_type?: string) — Tool to search for templates or documents by matching text. Use when you need to find specific templates or documents by name or text content. ## Example prompts - "What can I do in Signaturely?" - "Show me a summary of my Signaturely account" ## Links Docs: https://mcp.ai/docs/mcps/signaturely Website: https://mcp.ai/mcps/signaturely