{"name":"io.github.itpofy2024o/fable-maker","slug":"itpofy2024o-fable-maker","title":"FableMaker","description":"AI story generator — create illustrated storybooks, AI songs, and short AI video films","url":"https://mcp.market/server/itpofy2024o-fable-maker","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"media","tags":["media"],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-27T10:21:07.928Z","last_ok_at":"2026-09-27T10:21:07.928Z","latency_ms":99},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.60.0","remotes":[{"type":"streamable-http","url":"https://fable-maker.pendia-community.workers.dev/mcp"}],"packages":[],"tools":[{"name":"buy_credits","description":"Get a Stripe payment link to add funds. For B2C: buy credit packs (Starter/Writer/Author/Storyteller). For B2B: top up prepaid balance with preset amounts.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"pack":{"type":"string","enum":["starter","writer","author","storyteller"],"default":"starter","description":"B2C only: starter=40cr/$10.99, writer=120cr/$20.99, author=350cr/$38.99, storyteller=600cr/$40.99"}}}},{"name":"create_story","description":"Generate a new story from your idea. Creates an illustrated storybook (MD), an AI song, or an AI drama video. Returns a storyId immediately — processing happens in the background. Use get_story to check progress.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","description":"Story title (optional, defaults to \"Untitled\")"},"storyIdea":{"type":"string","description":"Your story idea, prompt, or description"},"type":{"type":"string","enum":["script","song","drama"],"description":"script=illustrated storybook, song=AI music with cover art, drama=AI video"},"outputs":{"type":"array","items":{"type":"string","enum":["md","song","drama"]},"description":"What to create: md (storybook), song, or drama (video)"},"duration":{"type":"string","enum":["snappy","exq","clappy"],"description":"snappy=shorter/faster, exq=longer/higher quality, clappy=premium video (90-180s, new stories only). Default: snappy"},"scriptStyle":{"type":"string","description":"Writing style for storybook: William Shakespeare, Jane Austen, Charles Dickens, etc."},"playStyle":{"type":"string","description":"Writing style for play/screenplay: Oscar Wilde, Stan Lee, etc."},"songStyle":{"type":"string","description":"Music artist style: Amy Winehouse, David Bowie, etc."},"dramaStyle":{"type":"string","description":"Director style for video: Quentin Tarantino, Christopher Nolan, etc."},"dramaTheme":{"type":"string","enum":["standard","scifi","mythical"],"description":"Video theme: standard (animation), scifi, mythical. Default: standard"},"songDuration":{"type":"string","enum":["snappy","exq"],"description":"snappy=~60sec, exq=1.5-3min (default: snappy)"},"contextVersionIds":{"type":"array","items":{"type":"string"},"description":"Optional: link previous episodes for context. Use get_story to find version IDs."}},"required":["storyIdea","type","outputs"]}},{"name":"delete_story","description":"Delete a story and all its media (files, versions, logs). This cannot be undone. Use list_stories to find story IDs.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"storyId":{"type":"string","description":"The story ID to delete"}},"required":["storyId"]}},{"name":"get_balance","description":"Check your account balance. For B2C: shows credit count. For Model A: shows quota remaining and prepaid balance. For Model B: shows prepaid balance in USD.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_story","description":"Get story details, versions, and media download links. Story status can be: pending, processing, paraphrasing, generating, generating_media, completed, failed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"storyId":{"type":"string","description":"The story ID. Use list_stories to find it."}},"required":["storyId"]}},{"name":"list_stories","description":"List all your stories with their titles, status, and type.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"login","description":"Login to an existing FableMaker account. Returns a JWT token that expires in 26 days. Use this token as Bearer auth for subsequent MCP calls.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"username":{"type":"string","description":"Your username"},"password":{"type":"string","description":"Your password"}},"required":["username","password"]}},{"name":"quake_story","description":"Regenerate a story completely fresh. Same original idea, but creates a brand new version from scratch with new text and media. Like a \"do-over\". Not available for Model B accounts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"storyId":{"type":"string","description":"The story to regenerate. Use list_stories to find your story first."},"output":{"type":"string","enum":["md","song","drama"],"description":"What to create: md (storybook), song (AI music), or drama (AI video)"},"duration":{"type":"string","enum":["snappy","exq"],"description":"Override duration (optional)"},"songDuration":{"type":"string","enum":["snappy","exq"],"description":"Override song duration (optional)"},"scriptStyle":{"type":"string","description":"Override writing style (optional)"},"playStyle":{"type":"string","description":"Override play writing style (optional)"},"songStyle":{"type":"string","description":"Override music artist style (optional)"},"dramaStyle":{"type":"string","description":"Override director style (optional)"},"dramaTheme":{"type":"string","enum":["standard","scifi","mythical"],"description":"Video theme override (optional)"}},"required":["storyId","output"]}},{"name":"remix_story","description":"Turn an existing story into a different format. For example, convert a storybook into a song or video. Uses the same story text — faster and cheaper than creating from scratch. Not available for Model A accounts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"storyId":{"type":"string","description":"The story to remix. Use list_stories to find your story first."},"targetFormat":{"type":"string","enum":["md","song","drama"],"description":"What to create: md (storybook), song (AI music), or drama (AI video)"},"duration":{"type":"string","enum":["snappy","exq"],"description":"Override duration (optional)"},"songDuration":{"type":"string","enum":["snappy","exq"],"description":"Override song duration (optional)"},"dramaTheme":{"type":"string","enum":["standard","scifi","mythical"],"description":"Video theme override (optional)"}},"required":["storyId","targetFormat"]}},{"name":"signup","description":"Create a new FableMaker account. Returns a JWT token that expires in 26 days. Username must be at least 3 characters, password at least 7 characters with 1 digit.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"username":{"type":"string","description":"Username (min 3 chars, must be unique)"},"password":{"type":"string","description":"Password (min 7 chars, must contain at least 1 digit)"}},"required":["username","password"]}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-25T21:43:18.436Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-25T21:43:18.415Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 292ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 4 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://fable-maker.pendia-community.workers.dev/mcp","reachable":true,"authRequired":false,"latencyMs":292,"serverInfo":{"name":"fable-maker-mcp","version":"1.60.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}