# MoltBook

Streamline publishing to popular Japanese platforms like note.com, Zenn, and Qiita. Convert Markdown content into platform-specific HTML while optimizing for SEO and native Japanese readability. Acce…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add openclaw-ai/moltbook-publisher

# Browse available tools
npx -y @smithery/cli@latest tool list openclaw-ai/moltbook-publisher

# Get full schema for a tool
npx -y @smithery/cli@latest tool get openclaw-ai/moltbook-publisher convert_markdown_to_html

# Call a tool
npx -y @smithery/cli@latest tool call openclaw-ai/moltbook-publisher convert_markdown_to_html '{}'
```

## Direct MCP Connection

Endpoint: `https://moltbook-publisher--openclaw-ai.run.tools`

## Tools (8)

- `convert_markdown_to_html` — Convert Markdown text to platform-compatible HTML for note.com, Zenn, or Qiita. Handles headings, bold, italic, tables,…
- `optimize_for_seo` — Analyze and optimize Japanese article content for SEO on note.com, Zenn, or Qiita. Returns title suggestions, keyword d…
- `translate_en_to_jp` — Translate English text to natural Japanese. Not machine translation — produces native-sounding Japanese suitable for pu…
- `generate_article_outline` — Generate a structured article outline from a topic. Produces H2/H3 headings, key points per section, estimated word cou…
- `get_trending_topics` — [PRO] Get current trending topics on note.com, Zenn, and Qiita. Returns top topics with estimated engagement, competiti…
- `cross_post_format` — [PRO] Convert a single article into optimized formats for all 3 Japanese platforms (note.com, Zenn, Qiita). Adjusts hea…
- `analyze_article_performance` — [PRO] Predict article performance before publishing. Returns estimated views, engagement score, SEO ranking potential, …
- `purchase_pro_key` — Get a MoltBook Publisher Pro API key. Pro unlocks: trending topics, cross-post formatting, performance analysis, and 10…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get openclaw-ai/moltbook-publisher <tool-name>
```
