# Heyzine — MCP server on mcp.ai > Connect your Heyzine account and use 14 tools for documents straight from your AI agent. Connect with your own API key. Heyzine is a flipbook maker that converts PDFs into interactive, customizable digital publications with various page flip effects. By: mcp.ai · official Page: https://mcp.ai/heyzine ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_heyzine?ms=1787293680000 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/heyzine/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/heyzine/ 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/heyzine/skill.md Postman collection (v2.1): https://mcp.ai/heyzine/postman.json ## Tools - heyzine_create_flipbook_link(d?: string, k: string, s?: string, t?: string, bg?: string, ds?: string, fs?: string, lg?: string, pn?: string, sh?: string, st?: string, pdf: string, tpl?: string) — Tool to create a direct flipbook link. Use when you have a document URL and want to convert it to a flipbook. - heyzine_create_flipbook_rest_async(pdf: string, logo?: string, tags?: string, share?: boolean, title?: string, download?: boolean, subtitle?: string, template?: string, client_id: string, prev_next?: boolean, show_info?: boolean, description?: string, full_screen?: boolean, private_note?: string, background_color?: string) — Tool to create a flipbook asynchronously. Use when converting large documents off-thread; poll for updates on conversion state. - heyzine_create_flipbook_rest_sync(pdf: string, logo?: string, tags?: string, share?: boolean, title?: string, download?: boolean, subtitle?: string, template?: string, client_id: string, prev_next?: boolean, show_info?: boolean, description?: string, full_screen?: boolean, private_note?: string, background_color?: string) — Tool to convert a PDF, DOCX, or PPTX into a flipbook synchronously via REST API. Use when you need immediate flipbook URLs from a direct file link. - heyzine_delete_flipbook(id: string) — Tool to delete a flipbook. Use when you need to permanently remove an unwanted flipbook. - heyzine_get_api_limits() — Tool to retrieve API rate limits. Use when you need to check your current API usage and limits. - heyzine_get_flipbook_id_tool(flipbook_id: string) — Tool to retrieve HTML for Flipbook ID tool. Use when you need to fetch the ID input tool page HTML for a specific flipbook. - heyzine_get_flipbook_list(tag?: string, page?: integer, limit?: integer, search?: string) — Tool to retrieve all flipbooks. Use when you need to list every flipbook for the authenticated account. - heyzine_get_flipbook_social_metadata(flipbook_id: string) — Tool to retrieve social metadata for a specific flipbook. Use after configuring social sharing to fetch title, description, and thumbnail. - heyzine_get_j_query_plugin() — Tool to retrieve the Heyzine jQuery plugin script URL and usage snippet. Use when you need to integrate Heyzine flipbooks via jQuery on your website. - heyzine_setup_webhooks(event: string, frequency: integer, endpoint_url: string) — Helper tool to validate prerequisites for Heyzine webhooks. Heyzine does not expose an API to programmatically configure webhooks; this action verifies API connectivity and returns clear guidance to c - heyzine_update_flipbook_access_list(access_list: object[], flipbook_id: string) — Tool to update the access list of a flipbook. Use when replacing all user access permissions in bulk. - heyzine_update_flipbook_password_protection(mode: string, name: string, password?: string, text_user?: string, text_password?: string) — Tool to update flipbook password protection settings. Use when you need to change or disable password protection for a flipbook. - heyzine_update_flipbook_social_metadata(title?: string, thumbnail?: string, description?: string, flipbook_id: string) — Tool to update a flipbook's social metadata. Use when you need to change title, description, or thumbnail for social sharing. - heyzine_webhooks_leads(data: object) — Tool to receive webhook events when new leads are collected on a flipbook form. Use after configuring your Heyzine account Webhooks > Leads URL. ## Example prompts - "What can I do in Heyzine?" - "Show me a summary of my Heyzine account" ## Links Docs: https://mcp.ai/docs/mcps/heyzine Website: https://mcp.ai/mcps/heyzine