← kamy.dev
INDIVIDUAL MCP TOOL
verify_pdf_signature
Compute the kamy.dev/verify URL for a PDF without making a Kamy API call.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.list_signature_requests— List signature requests created by the configured Kamy account, newest first.