INDIVIDUAL MCP TOOL
list_all_templates
List all 15 built-in MDMagic templates plus any custom templates the user has uploaded.
LIVE ENDPOINT
https://api.mdmagic.ai/mcp
Connect to this endpoint to inspect the live schema for list_all_templates and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
convert_document— Convert markdown to a professionally formatted document using an MDMagic template.list_builtin_templates— List the 15 built-in MDMagic templates, grouped by category.list_custom_templates— List only the user's custom-uploaded Word templates.show_default_settings— Show the user's default paper size and orientation preferences (set on their account page).check_credit_balance— Check the user's current MDMagic credit balance: subscription credits (renewable monthly), purchased credits (permanent), plan name, and plan status.estimate_conversion_cost— Estimate credit cost for a conversion BEFORE running it.validate_markdown— Pre-flight markdown validation BEFORE conversion.get_template_details— Show available variants (page sizes and orientations) for a specific template.