# Kamy MCP server

Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify.

## Links
- Registry page: https://www.getdrio.com/mcp/dev-kamy-kamy
- Repository: https://github.com/Kamy-Development/kamy-plugin

## Install
- Endpoint: https://mcp.kamy.dev/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.kamy.dev/mcp

## Tools
- list_templates (List templates) - List Kamy's public system PDF templates. No authentication required. Endpoint: https://mcp.kamy.dev/mcp
- render_pdf (Render PDF) - Render a PDF from a Kamy template and data when a Kamy API key is configured. Without a key, returns dashboard setup instructions. Endpoint: https://mcp.kamy.dev/mcp
- ask_kamy (Ask Kamy) - Ask Kamy Brain a question about Kamy usage, templates, plans, or errors. Sends the question to Kamy's public assistant endpoint and returns a paragraph answer. Endpoint: https://mcp.kamy.dev/mcp
- install_sdk (Install Kamy SDK) - Get install commands and setup code for @kamydev/sdk in your framework. Endpoint: https://mcp.kamy.dev/mcp
- generate_integration_code (Generate integration code) - Generate copy-paste integration code for a specific Kamy template and framework. Endpoint: https://mcp.kamy.dev/mcp
- create_signature_request (Send for e-signature) - Send a previously rendered PDF to a signer for e-signature when a Kamy API key is configured. Without a key, returns dashboard setup instructions. Endpoint: https://mcp.kamy.dev/mcp
- list_signature_requests (List signature requests) - List signature requests created by the configured Kamy account, newest first. Without a key, returns dashboard setup instructions. Endpoint: https://mcp.kamy.dev/mcp
- get_signature_certificate (Get Certificate of Completion URL) - Returns the authenticated download URL for a signature request's Certificate of Completion PDF — the process audit trail (invite → opened → consent → signed, with IP / user-agent) that legal teams expect. Only available after the request reaches a terminal state. Without a key, returns dashboard setup instructions. Endpoint: https://mcp.kamy.dev/mcp
- pki_sign_pdf (PKI-sign PDF) - Cryptographically sign an existing render with PAdES when a Kamy API key is configured. Without a key, returns dashboard setup instructions. Endpoint: https://mcp.kamy.dev/mcp
- verify_pdf_signature (Verify PDF signature) - Compute the kamy.dev/verify URL for a PDF without making a Kamy API call. Pass the PDF as base64; the MCP Worker hashes it in-memory and does not store or forward it. Endpoint: https://mcp.kamy.dev/mcp
- get_api_key_instructions (Get API key instructions) - Return step-by-step instructions for creating a Kamy API key in the dashboard. Does not open the browser. Endpoint: https://mcp.kamy.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.kamy
- Version: 1.2.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 6, 2026
- Source: https://registry.modelcontextprotocol.io
