← Back to Plugins
MCP Server MCP

io.github.lucavisconti211-debug/heu-mcp

github By github 👁 1 views ▲ 0 votes

HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs.

Homepage Verified source GitHub

Install

uvx heu-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "heu-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "HEU Legal API key (Profile > API Keys, Enterprise plan required)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HEU_API_KEY"
        },
        {
          "description": "API base URL. Default: https://api.heulegal.com/v1",
          "format": "string",
          "name": "HEU_BASE_URL"
        },
        {
          "description": "Directory where downloaded PDFs are saved. Default: /tmp",
          "format": "string",
          "name": "HEU_DOWNLOAD_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...