# Unmarkdown

Convert markdown to beautifully formatted documents for Google Docs, Word, Slack, OneNote, Email, and Plain Text. 62 templates, document management, and web publishing.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list unmarkdown/unmarkdown-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get unmarkdown/unmarkdown-mcp convert_markdown

# Call a tool
npx -y @smithery/cli@latest tool call unmarkdown/unmarkdown-mcp convert_markdown '{}'
```

## Direct MCP Connection

Endpoint: `https://unmarkdown-mcp--unmarkdown.run.tools`

**Required config:**
- `apiKey` (header) — Unmarkdown API Key. Please register an API key at https://unmarkdown.com for free.

## Tools (7)

- `convert_markdown` — Convert markdown to destination-specific HTML and plain text. Returns JSON with 'html' and 'plain_text' fields. For Sla…
- `create_document` — Create a new markdown document in Unmarkdown
- `list_documents` — List your saved documents with pagination. Optionally filter by folder name or ID.
- `get_document` — Get a document by ID, including its full markdown content
- `update_document` — Update a document's content or metadata
- `publish_document` — Publish a document to a shareable web page. Default visibility is 'link' (unlisted). Published pages render all content…
- `get_usage` — Check your API usage quota for the current billing month

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get unmarkdown/unmarkdown-mcp <tool-name>
```
