3 months ago
Model Context Protocol (MCP) server for the PDF Generator API, generated from the OpenAPI v4 specification.
Server Config
{
"mcpServers": {
"pdf-generator-api": {
"command": "node",
"args": [
"/path/to/mcp-server/build/index.js"
],
"env": {
"API_BASE_URL": "https://us1.pdfgeneratorapi.com/api/v4",
"BEARER_TOKEN_JWT": "your-jwt-token-here"
}
}
}
}