# Cloudpress — MCP server on mcp.ai > Connect your Cloudpress account and use 5 tools for documents straight from your AI agent. Connect with your own API key. Cloudpress enables exporting content from Google Docs and Notion to various Content Management Systems. By: mcp.ai · official Page: https://mcp.ai/cloudpress ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cloudpress?ms=1787293440000 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/cloudpress/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cloudpress/ 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/cloudpress/skill.md Postman collection (v2.1): https://mcp.ai/cloudpress/postman.json ## Tools - cloudpress_get_account_information() — Tool to retrieve authenticated account information. Use after authentication to get current account details. - cloudpress_list_collections(pageNo?: integer, pageSize?: integer) — Tool to list all collections in the user's Cloudpress account. Use when you need to browse or manage collection metadata. Supports pagination via pageNo and pageSize. - cloudpress_list_connections(kind?: string, type?: string, pageNo?: integer, pageSize?: integer, properties?: object, sourceReference?: string) — Tool to list all connections with pagination. Use when you need to retrieve Cloudpress connections page by page with optional filters like kind, type, or sourceReference. - cloudpress_list_document_exports(pageNo?: integer, pageSize?: integer) — Tool to retrieve a paginated list of document exports. Use after initiating export jobs to fetch export history. - cloudpress_list_webhooks() — Tool to retrieve a paginated list of webhooks. Use when you need an overview of all configured webhooks. ## Example prompts - "What can I do in Cloudpress?" - "Show me a summary of my Cloudpress account" ## Links Docs: https://mcp.ai/docs/mcps/cloudpress Website: https://mcp.ai/mcps/cloudpress