← Registry

Content Tools

mdmagic.ai

Converts markdown to professionally formatted documents using customizable templates.

1 endpoint10 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.mdmagic.ai/mcp

No auth detected

MCP server metadata

Name
mdmagic-mcp-server
Version
1.7.15
Capabilities
tools

Known tools 10

convert_document

Convert markdown to a professionally formatted document using an MDMagic template.

Inferred read-only
list_all_templates

List all 15 built-in MDMagic templates plus any custom templates the user has uploaded.

Inferred read-only
list_builtin_templates

List the 15 built-in MDMagic templates, grouped by category.

Inferred read-only
list_custom_templates

List only the user's custom-uploaded Word templates.

Inferred read-only
show_default_settings

Show the user's default paper size and orientation preferences (set on their account page).

Inferred read-only
check_credit_balance

Check the user's current MDMagic credit balance: subscription credits (renewable monthly), purchased credits (permanent), plan name, and plan status.

Inferred read-only
estimate_conversion_cost

Estimate credit cost for a conversion BEFORE running it.

Inferred read-only
validate_markdown

Pre-flight markdown validation BEFORE conversion.

Inferred read-only
get_template_details

Show available variants (page sizes and orientations) for a specific template.

Inferred read-only
recommend_template

Suggest the best built-in template(s) for a described purpose.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mdmagic-mcp-server]
url = "https://api.mdmagic.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mdmagic-mcp-server": {
      "type": "http",
      "url": "https://api.mdmagic.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mdmagic-mcp-server
Remote MCP URL: https://api.mdmagic.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mdmagic-mcp-server": {
      "url": "https://api.mdmagic.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mdmagic-mcp-server": {
      "type": "http",
      "url": "https://api.mdmagic.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mdmagic-mcp-server",
  "transport": "streamable-http",
  "url": "https://api.mdmagic.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for mdmagic.ai was fetched 2026-08-25T23:21:37.316Z.

Trust status Trusted

mdmagic.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.