Alterspective

Internal Media MCP Service

svc-media-toolkit

Audio/video transcription and a video-improvement pipeline — silence cleanup, loudness normalisation, and branded intro/outro cards with a burned-in classification banner. Built for internal teams and AI agents; self-hosted for Australian client-data residency.

Checking service status…

What it does


Transcription

Audio/video → text, with a bundled CPU model always available.

  • Self-hosted (no cloud STT for client media)
  • Optional GPU path via the on-prem Synapse gateway (no speaker diarization yet, either backend)

Video improvement

Clean up a quick recording before sharing it.

  • Silence / dead-air removal
  • Loudness normalisation (EBU R128)
  • Branded intro/outro cards with a classification banner

Classification banners


Every branded video can carry a burned-in confidentiality banner and an optional persistent watermark across the whole video.

For humans


Try every tool in the browser at /ui — upload a file, submit a job, watch it progress, and preview or download the result. Signing in with your Alterspective Keystone login is all that's needed, the same as any other internal app — no API key to mint or paste. To integrate programmatically instead, mint a Keystone API key scoped mcp:media (via the keystone MCP's create-api-key tool) and point an MCP-capable client at /mcp.

For AI agents


Read /agents.md — plain-text instructions covering authentication, every tool's input/output shape, and a worked example. Built to be fetched directly, no HTML parsing required.