MCP Server
MCP
io.github.lucavisconti211-debug/heu-mcp
HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs.
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
By
Comments
Sign in to leave a comment