Unmarkdown✓
io.github.UnMarkdown/mcp-server · v1.0.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.UnMarkdown/mcp-server",
"description": "The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates.",
"title": "Unmarkdown",
"repository": {
"url": "https://github.com/UnMarkdown/mcp-server",
"source": "github"
},
"version": "1.0.3",
"websiteUrl": "https://unmarkdown.com",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@un-markdown/mcp-server",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Unmarkdown API key (starts with um_). Get one from Settings > API in your Unmarkdown account.",
"isRequired": true,
"isSecret": true,
"name": "UNMARKDOWN_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://unmarkdown.com/api/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}