Kamy

by Kamy-Development

334 downloads
Not rated
GitHub

About

The document layer for AI-native software. From your agent runtime, generate PDFs from templates, sign them with PAdES B-LT cryptographic signatures (own CA, RFC 3161 timestamps, embedded CRL), edit / fill / redact existing PDFs, and produce a tamper-evident audit trail anyone ca

Details

Author
Kamy-Development
Downloads
334
Categories
Developer Tools, Security

- Generate PDFs from templates or raw HTML/CSS
- Sign with PAdES B-LT cryptographic seals (own CA, RFC 3161 timestamps, embedded CRL)
- Edit, fill AcroForm widgets, stamp text, and redact PII on existing PDFs
- Independent verification of signed documents forever, without a Kamy account
- Includes system templates: invoice, contract, certificate, shipping-label, and more
- TypeScript and Python SDKs available

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Kamy
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Kamy as an MCP server by adding the URL https://mcp.kamy.dev/mcp and your API key in Claude Code or Cursor. Use exposed tools such as render_pdf, sign_pdf, edit_pdf, verify_pdf, list_templates, install_sdk, and ask_kamy. The canonical flow is generate → sign → prove.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "kamy": {
            "kamy": {
                "url": "https://mcp.kamy.dev/mcp",
                "transport": "streamable-http",
                "env": {
                    "KAMY_API_KEY": "<YOUR_KAMY_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "kamy": {
        "url": "https://mcp.kamy.dev/mcp",
        "transport": "streamable-http",
        "env": {
            "KAMY_API_KEY": "<YOUR_KAMY_API_KEY>"
        }
    }
}

Kamy — the document layer for AI-native software

Tagline: Generate, sign, prove. One API. Kamy is one developer-first MCP for the full document chain: generate, sign, edit, verify, audit. Render PDFs from templates, sign them with PAdES B-LT cryptographic signatures (own CA + RFC 3161 timestamps + embedded CRL), edit / fill / redact existing PDFs, and produce a tamper-evident audit trail anyone can verify at https://kamy.dev/verify — no Kamy account required. Replaces the typical stitched stack of DocuSign + a PDF generation API + a homegrown audit logger with one vendor, one API, one audit boundary. ---
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.