← kamy.dev
INDIVIDUAL MCP TOOL
list_signature_requests
List signature requests created by the configured Kamy account, newest first.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kamy-dev]
url = "https://mcp.kamy.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kamy-dev": {
"type": "http",
"url": "https://mcp.kamy.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kamy-dev
Remote MCP URL: https://mcp.kamy.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kamy-dev": {
"url": "https://mcp.kamy.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kamy-dev": {
"type": "http",
"url": "https://mcp.kamy.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kamy-dev",
"transport": "streamable-http",
"url": "https://mcp.kamy.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_templates— List Kamy's public system PDF templates.render_pdf— Render a PDF from a Kamy template and data when a Kamy API key is configured.extract_document— Extract structured data from a PDF (invoice, receipt, contract, ID document, or any form).ask_kamy— Ask Kamy Brain a question about Kamy usage, templates, plans, or errors.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.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 expect.