MCP Server
MCP
PolyDoc
PolyDoc MCP server: HTML/URL to PDF, screenshots, and EU e-invoice generation for MCP clients.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "polydoc-mcp",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from dashboard.polydoc.tech.",
"isRequired": true,
"isSecret": true,
"name": "POLYDOC_API_KEY"
},
{
"description": "Default sandbox mode (watermarked, does not use production quota). A tool call can override per request. Defaults to false.",
"name": "POLYDOC_SANDBOX"
},
{
"description": "Override for self-hosted or staging use. Defaults to https://api.polydoc.tech.",
"name": "POLYDOC_BASE_URL"
},
{
"description": "Directory downloads are written to. Defaults to the OS temp dir + /polydoc.",
"name": "POLYDOC_OUTPUT_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment