Back to search
100
MCP live v1.2.0 streamable-http

Kamy

dev.kamy/kamy

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

Uptime
14.3%
14 probes
Response
176ms
last probe
Tools
11
callable

Tools · 11

list_templates

List Kamy's public system PDF templates. No authentication required.

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.

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.

install_sdk

Get install commands and setup code for @kamydev/sdk in your framework.

generate_integration_code

Generate copy-paste integration code for a specific Kamy template and framework.

create_signature_request

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

List signature requests created by the configured Kamy account, newest first. Without a key, returns dashboard setup instructions.

get_signature_certificate

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…

pki_sign_pdf

Cryptographically sign an existing render with PAdES when a Kamy API key is configured. Without a key, returns dashboard setup instructions.

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.

get_api_key_instructions

Return step-by-step instructions for creating a Kamy API key in the dashboard. Does not open the browser.

Similar MCP servers embedding-nearest

@kamy.dev/mcp
Kamy MCP server — use Kamy PDF generation from Claude Code, Cursor, and other AI tools
0 tools
Laddro Career live
Resume tailoring, cover letters, PDF export, and job search via the Laddro Career API
18 tools · streamable-http
com.metricspot/seo-mcp live
Six tools for SEO and AI-readability audits. 91 checks, 11 score modules.
6 tools · streamable-http
ai.filegraph/document-processing live
Extract text from documents, manipulate PDFs, and perform OCR via FileGraph API.
9 tools · streamable-http
io.github.Deesmo/arch-tools-mcp live
116 AI tools in one MCP server. Web search, crypto data, image gen, news.
64 tools · sse
Carbone MCP live
Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating
11 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "kamy": {
      "url": "https://mcp.kamy.dev/mcp",
      "transport": "streamable-http"
    }
  }
}