Content Tools
mdmagic.ai
Converts markdown to professionally formatted documents using customizable templates.
ENDPOINT 1
https://api.mdmagic.ai/mcp
MCP server metadata
- Name
- mdmagic-mcp-server
- Version
- 1.7.15
Known tools 10
convert_documentConvert markdown to a professionally formatted document using an MDMagic template.
Inferred read-onlylist_all_templatesList all 15 built-in MDMagic templates plus any custom templates the user has uploaded.
Inferred read-onlylist_builtin_templatesList the 15 built-in MDMagic templates, grouped by category.
Inferred read-onlyshow_default_settingsShow the user's default paper size and orientation preferences (set on their account page).
Inferred read-onlycheck_credit_balanceCheck the user's current MDMagic credit balance: subscription credits (renewable monthly), purchased credits (permanent), plan name, and plan status.
Inferred read-onlyget_template_detailsShow available variants (page sizes and orientations) for a specific template.
Inferred read-onlyCONNECT 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.
mdmagic.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.