# Boloforms — how to use (mcp.ai)

Connect your Boloforms account and use 1 tools for e-signatures straight from your AI agent. Connect with your own API key. BoloForms is an eSignature platform designed for small businesses, offering unlimited signatures, templates, forms, and team members at a fixed price.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_boloforms?ms=1787295720000`
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. `boloforms_get_documents_list`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/boloforms`
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/boloforms/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/boloforms/get/documents/list` — Retrieves a list of documents from a BoloForms workspace. Returns document metadata including IDs, names, signing types, status, and timestamps. Optionally filter by workspace ID. Use this to enumerat
  - body: { workspace_id?: string }

## Example prompts
- "What can I do in Boloforms?"
- "Show me a summary of my Boloforms account"

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