# Draftable — MCP server on mcp.ai > Connect your Draftable account and use 1 tools for documents straight from your AI agent. Connect with your own API key. Draftable provides an enterprise-grade document comparison API that allows developers to compare popular document types such as PDFs, Word, and PowerPoint files. By: mcp.ai · official Page: https://mcp.ai/draftable ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_draftable?ms=1787291460000 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/draftable/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/draftable/ 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/draftable/skill.md Postman collection (v2.1): https://mcp.ai/draftable/postman.json ## Tools - draftable_list_comparisons(limit?: integer, offset?: integer) — Tool to retrieve a paginated list of document comparisons. Use when you need to browse comparisons across pages. ## Example prompts - "What can I do in Draftable?" - "Show me a summary of my Draftable account" ## Links Docs: https://mcp.ai/docs/mcps/draftable Website: https://mcp.ai/mcps/draftable