# Abyssale — MCP server on mcp.ai > Connect your Abyssale account and use 4 tools for images and design straight from your AI agent. Connect with your own API key. Abyssale is a creative automation platform that enables users to generate images, videos, GIFs, PDFs, and HTML5 content programmatically, streamlining visual content production. By: mcp.ai · official Page: https://mcp.ai/abyssale ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_abyssale?ms=1787291340000 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/abyssale/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/abyssale/ 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/abyssale/skill.md Postman collection (v2.1): https://mcp.ai/abyssale/postman.json ## Tools - abyssale_authentication_test() — Tool to test API authentication via the /ready endpoint. Use after configuring your API key to ensure credentials are valid before other requests. - abyssale_create_project(name: string) — Tool to create a new project to organize designs and images. Use after deciding on a project name to group your templates and assets. - abyssale_get_designs(type?: string, category_id?: string) — Tool to retrieve all designs with optional filtering by category or type. Use after authenticating to list available templates. - abyssale_get_fonts() — Tool to list all available fonts, including custom and Google fonts. Use when you need to fetch font options before generating or editing designs. ## Example prompts - "What can I do in Abyssale?" - "Show me a summary of my Abyssale account" ## Links Docs: https://mcp.ai/docs/mcps/abyssale Website: https://mcp.ai/mcps/abyssale