Kamy
dev.kamy/kamyDocument API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify.
Tools · 11
List Kamy's public system PDF templates. No authentication required.
Render a PDF from a Kamy template and data when a Kamy API key is configured. Without a key, returns dashboard setup instructions.
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.
Get install commands and setup code for @kamydev/sdk in your framework.
Generate copy-paste integration code for a specific Kamy template and framework.
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.
List signature requests created by the configured Kamy account, newest first. Without a key, returns dashboard setup instructions.
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 exp…
Cryptographically sign an existing render with PAdES when a Kamy API key is configured. Without a key, returns dashboard setup instructions.
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.
Return step-by-step instructions for creating a Kamy API key in the dashboard. Does not open the browser.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"kamy": {
"url": "https://mcp.kamy.dev/mcp",
"transport": "streamable-http"
}
}
}