# Boloforms — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/boloforms ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_boloforms?ms=1787293500000 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/boloforms/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/boloforms/ 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/boloforms/skill.md Postman collection (v2.1): https://mcp.ai/boloforms/postman.json ## Tools - boloforms_get_documents_list(workspace_id?: string) — 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 ## Example prompts - "What can I do in Boloforms?" - "Show me a summary of my Boloforms account" ## Links Docs: https://mcp.ai/docs/mcps/boloforms Website: https://mcp.ai/mcps/boloforms