← Back to Plugins
MCP Server MCP

PolyDoc

github By github 👁 2 views ▲ 0 votes

PolyDoc MCP server: HTML/URL to PDF, screenshots, and EU e-invoice generation for MCP clients.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...