# FableMaker MCP server

AI story generator — create illustrated storybooks, AI songs, and short AI video films

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-itpofy2024o-fable-maker

## Install
- Endpoint: https://fable-maker.pendia-community.workers.dev/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://fable-maker.pendia-community.workers.dev/mcp

## Tools
- signup - 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. Endpoint: https://fable-maker.pendia-community.workers.dev/mcp
- login - 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. Endpoint: https://fable-maker.pendia-community.workers.dev/mcp
- create_story - 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. Endpoint: https://fable-maker.pendia-community.workers.dev/mcp
- remix_story - 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. Endpoint: https://fable-maker.pendia-community.workers.dev/mcp
- quake_story - 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. Endpoint: https://fable-maker.pendia-community.workers.dev/mcp
- get_story - Get story details, versions, and media download links. Story status can be: pending, processing, paraphrasing, generating, generating_media, completed, failed. Endpoint: https://fable-maker.pendia-community.workers.dev/mcp
- list_stories - List all your stories with their titles, status, and type. Endpoint: https://fable-maker.pendia-community.workers.dev/mcp
- get_balance - 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. Endpoint: https://fable-maker.pendia-community.workers.dev/mcp
- delete_story - Delete a story and all its media (files, versions, logs). This cannot be undone. Use list_stories to find story IDs. Endpoint: https://fable-maker.pendia-community.workers.dev/mcp
- buy_credits - 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. Endpoint: https://fable-maker.pendia-community.workers.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.itpofy2024o
- Version: 1.60.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 16, 2026
- Source: https://registry.modelcontextprotocol.io
