We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skmprb/md-mermaid-to-pdf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "md-mermaid-to-pdf-mcp",
"version": "1.0.0",
"type": "module",
"bin": {
"md-mermaid-to-pdf-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": ["build", "README.md"],
"keywords": ["mcp", "markdown", "pdf", "converter", "model-context-protocol"],
"author": "Your Name",
"license": "MIT",
"description": "A Model Context Protocol (MCP) server that converts Markdown files and content to PDF using Puppeteer",
"repository": {
"type": "git",
"url": "https://github.com/skmprb/md-mermaid-to-pdf-mcp.git"
},
"homepage": "https://github.com/skmprb/md-mermaid-to-pdf-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"zod": "^3.23.8",
"marked": "^14.1.3",
"puppeteer": "^23.10.4",
"gray-matter": "^4.0.3"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}