Public interfaces / explicit boundaries

MCP endpoints and local-first embeds.

These interfaces expose focused Kamnev Apps workflows without turning private files into a server-side data pipeline. Each entry says what it does, what remains in the client, and what it cannot do.

Public Streamable HTTP endpoints

The remote servers return structured capabilities and interactive client workspaces. Media bytes or pasted transcript content remain in those client workspaces; the endpoints do not receive those private inputs.

Metadata Remover

Inspect photo metadata and create a cleaned copy in the interactive client.

Manifest and limits
SendShrink

Compress one JPEG, PNG, or WebP toward a measurable upload limit in the interactive client.

Manifest and limits
Image Converter

Convert supported image formats locally without claiming that the remote endpoint processes the file.

Manifest and limits
YouTube Transcript

Clean and package caption text that the user already copied; it does not fetch video, audio, or captions from a URL.

Manifest and limits

Two useful embeds

Use these only where the visitor already needs the function, such as an upload-limit guide or a photo-privacy checklist. Attribution is visible; hidden or forced SEO links are not part of the widget.

SendShrink compressor

<script src="https://kamnevapps.com/embed/sendshrink.js" data-target="2mb" async></script>

Test the compressor
Metadata Remover

<script src="https://kamnevapps.com/embed/metadata-remover.js" async></script>

Test the cleaner