mcpserver.lol
registry/manga
Connection check verified live · 20h ago

manga

Create manga and anime art from text. 24 styles, multi-panel stories, BYOK.

Tools 9
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

9 tools

Read from the running server on 20h ago.

manga.buy_credits read-only quality
Return the Console billing URL so a human can fund apiPackCredits. Generate-scoped keys cannot create Checkout sessions. Call this after 402 insufficient_credits.
manga.continue_story asyncprompt*qualitystory_id*identity_imageidempotency_key +5
Add the next panel. Do not send style_id. Defaults: Image 1 = first panel (identity), Image 2 = last distinct panel (scene). Override via manga.list_panels then identity_panel_id o…
manga.create_story asynctitleprompt*qualitystyle_id*identity_image +2
Start a new private manga (panel 1). Required: prompt + style_id from manga.list_styles. Optional identity_image or reference_image is Image 1. Style locks. Default async=false ret…
manga.get_credits read-only include_notes
Return the API wallet. Spendable is apiPackCredits plus purchase-backed packCredits. weeklyCredits is display-only and does not pay MCP or HTTP generate. Use this before a paid too…
manga.get_job read-only job_id*
Poll a generation job from manga.create_story, manga.continue_story, or manga.regenerate_panel when async=true. Repeat until status is succeeded or failed. Prefer async=false so yo…
manga.list_panels read-only story_id*
List panels you own for a story. Use this to get panel_id values before changing Image 1 or Image 2 on manga.continue_story or manga.regenerate_panel. Each row has ref_role: identi…
manga.list_stories read-only limit
List stories you own, newest first. Call this when you lost story_id after context compaction so you can resume with manga.continue_story. Optional limit is an integer from 1 to 50…
manga.list_styles read-only grouplimit
List the 24 canonical Mangii art styles with live style ids. Call this before manga.create_story. Experimental and alias ids are excluded. Filter with group or limit when you only…
manga.regenerate_panel asyncpromptqualitypanel_id*story_id*identity_image +6
Redraw or edit one panel. Style stays locked. Same Image 1 / Image 2 ref overrides as manga.continue_story. Get ids from manga.list_panels. Costs the same credits as a new panel.