We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pdfcrowd/pdf-export-for-ai-agents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
server.json•1.15 KiB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.pdfcrowd/pdfcrowd-mcp-pdf-export",
"title": "PDFCrowd PDF Export",
"description": "Create polished, professional PDFs from a single prompt. Documentation, reports, charts, and more.",
"websiteUrl": "https://pdfcrowd.com/mcp-pdf-export/",
"repository": {
"url": "https://github.com/pdfcrowd/pdfcrowd-mcp-pdf-export",
"source": "github"
},
"version": "1.2.2",
"packages": [
{
"registryType": "npm",
"identifier": "pdfcrowd-mcp-pdf-export",
"version": "1.2.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "PDFCROWD_USERNAME",
"description": "PDFCrowd username for watermark-free output. Can also be set in ~/.pdfcrowd-mcp.",
"isRequired": false
},
{
"name": "PDFCROWD_API_KEY",
"description": "PDFCrowd API key for watermark-free output. Can also be set in ~/.pdfcrowd-mcp.",
"isRequired": false,
"isSecret": true
}
]
}
]
}