# Flexisign — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_flexisign?ms=1787291520000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `flexisign_list_templates`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/flexisign`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/flexisign/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/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"

## More
- Page: https://mcp.ai/flexisign
- Agent spec (llms.txt): https://mcp.ai/flexisign/llms.txt
- Postman collection: https://mcp.ai/flexisign/postman.json
