
Heu Mcp
Manage HEU Legal e-sign documents and PDFs from your agent—send for signature, nudge signers, and download executed files during client or vendor agreements.
Overview
HEU MCP is a MCP server for the Validate phase that manages HEU Legal e-signature documents, prompts signers, and downloads signed PDFs via the HEU API.
What is this MCP server?
- HEU Legal API integration for document lifecycle, signer prompts, and PDF download (registry v0.1.7)
- Requires HEU_API_KEY from Profile > API Keys; publisher notes Enterprise plan for API access
- Configurable HEU_BASE_URL (default https://api.heulegal.com/v1) and HEU_DOWNLOAD_DIR (default /tmp)
- stdio PyPI package heu-mcp for MCP clients
- Registry version 0.1.7
- 3 documented environment variables: HEU_API_KEY (required secret), HEU_BASE_URL, HEU_DOWNLOAD_DIR
- Default API base https://api.heulegal.com/v1; default download path /tmp
Community signal: 1 GitHub stars.
What problem does it solve?
Chasing e-signatures and PDF downloads through a browser breaks the flow when your agent is already drafting scope, pricing, and contract language.
Who is it for?
Indie SaaS founders and consultants who standardize on HEU Legal and want agent-driven signature workflows during deal validation.
Skip if: Builders without HEU Enterprise API access, or teams that need a different e-sign vendor with no HEU integration.
What do I get? / Deliverables
After you set HEU_API_KEY and register heu-mcp, your agent can drive HEU document and signer actions and save executed PDFs to your chosen folder.
- HEU documents progressed through signature states
- Downloaded signed PDFs in the configured directory
- Signer prompt actions driven from the agent session
Recommended MCP Servers
Journey fit
How it compares
HEU Legal API bridge via MCP, not a contract-drafting methodology skill.
Common Questions / FAQ
Who is HEU MCP for?
Solo builders and small businesses on HEU Legal Enterprise who want Claude Code or Cursor to manage e-sign documents and PDFs through MCP.
When should I use HEU MCP?
Use it during validate/scope when you need NDAs, SOWs, or other HEU-hosted agreements signed before you build or ship.
How do I add HEU MCP to my agent?
Install the heu-mcp PyPI package, set HEU_API_KEY (and optionally HEU_BASE_URL and HEU_DOWNLOAD_DIR), add the stdio server to your MCP config, and restart the client.