# Flexisign — MCP server on mcp.ai > Connect your Flexisign account and use 1 tools for e-signatures straight from your AI agent. Connect with your own API key. FlexiSign is a privacy and security-focused e-signature tool that simplifies how you sign, send, and manage documents. By: mcp.ai · official Page: https://mcp.ai/flexisign ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_flexisign?ms=1787291520000 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/flexisign/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/flexisign/ 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/flexisign/skill.md Postman collection (v2.1): https://mcp.ai/flexisign/postman.json ## Tools - flexisign_list_templates() — Tool to list all available document templates. Use when you need to retrieve and display templates from your FlexiSign account after connecting. ## Example prompts - "What can I do in Flexisign?" - "Show me a summary of my Flexisign account" ## Links Docs: https://mcp.ai/docs/mcps/flexisign Website: https://mcp.ai/mcps/flexisign