Skip to content
Back to search
100
MCP live v1.7.6 MCP 2025-11-25 streamable-http

io.github.mdmagic-mcp/mdmagic-mcp-server

io.github.mdmagic-mcp/mdmagic-mcp-server

Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.

Uptime
100.0%
1 direct probes · 30d
Response
2308ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

convert_document

Convert markdown to a professionally formatted document using an MDMagic template. IMPORTANT GUIDANCE: 1. Output format → what user gets: - 'docx' → a single Word .docx file - 'pdf' → a single…

list_all_templates

List all 15 built-in MDMagic templates plus any custom templates the user has uploaded. CALL THIS PROACTIVELY when: - The user mentions a template by name (verify it exists before convert_document) -…

list_builtin_templates

List the 15 built-in MDMagic templates, grouped by category. Same as list_all_templates but excludes the user's custom uploads. Use this when the user asks specifically about MDMagic's bundled templat…

list_custom_templates

List only the user's custom-uploaded Word templates. Use this when the user asks about their own templates ('show me my templates', 'do I have a letterhead?'). Custom templates are referenced by UUID,…

show_default_settings

Show the user's default paper size and orientation preferences (set on their account page). Useful when the user hasn't specified pageSize/orientation explicitly — call this to honor their defaults in…

check_credit_balance

Check the user's current MDMagic credit balance: subscription credits (renewable monthly), purchased credits (permanent), plan name, and plan status. CALL THIS PROACTIVELY when: - The user asks 'how …

estimate_conversion_cost

Estimate credit cost for a conversion BEFORE running it. Returns word count, page calculation (300 words/page), and a credit breakdown by format and template type. Use this when the user asks 'how muc…

validate_markdown

Pre-flight markdown validation BEFORE conversion. Catches malformed tables (mismatched pipes), unclosed code fences, broken task lists, and unsupported syntax. Returns a green/amber/red status plus th…

get_template_details

Show available variants (page sizes and orientations) for a specific template. All MDMagic templates support the full 5×2 matrix: A3, A4, Executive, US_Legal, US_Letter × Portrait/Landscape. Use this …

recommend_template

Suggest the best built-in template(s) for a described purpose. Use this when the user describes WHAT the document is (e.g. 'Q4 board pack', 'API reference', 'wedding invitation', 'legal contract') wit…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.mdmagic-mcp/mdmagic-mcp-server": {
      "url": "https://api.mdmagic.ai/mcp",
      "transport": "streamable-http"
    }
  }
}