Serversio.github.lucavisconti211-debug/heu-mcp
M

io.github.lucavisconti211-debug/heu-mcp

io.github.lucavisconti211-debug/heu-mcp · v0.1.2
▦ pypi
v0.1.2pypi pypi: heu-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.lucavisconti211-debug/heu-mcp",
  "description": "HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs.",
  "repository": {
    "url": "https://github.com/lucavisconti211-debug/heu-mcp",
    "source": "github"
  },
  "version": "0.1.2",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}