MCP server changelog
The MCP server is versioned by Semantic Versioning — MAJOR.MINOR.PATCH — unlike the REST API's date-based versions. Format follows Keep a Changelog.
[1.0.0] - 2026-09-01
First public release.
Added
- Authentication. Sign in with your Abyssale account via OAuth — no API keys to copy around. Access is scoped per client: you can, for example, allow a client to read your designs without allowing it to spend generation credits. See Authentication.
- Identity —
get_me: check which Abyssale workspace you're connected as. - Discovery —
list_designs,search_designs,get_design,get_design_format,get_design_as_import,list_projects,create_project,list_fonts,get_remaining_credits: browse and inspect your designs, projects, fonts and credit balance. - Generation —
generate_static_bannerfor a single image on demand, plusgenerate_banners_async,generate_multipage_pdfandcheck_generation_statusfor multi-format, video, and multi-page output. - Design import —
import_design_from_jsonandcheck_design_import_status: create a design from a JSON structure, including support for images that live on your own machine.
