VoiceOps Platform

Voice AI platform agent for voiceops-engine. Manages speech recognition pipelines, voice synthesis, and real-time transcription services.

Quick Start

Connect your IDE or agent client:

# Add to your MCP config (Cursor, Claude Desktop, VS Code)
{
  "mcpServers": {
    "voiceops-engine": {
      "url": "https://voiceops-platform.io/mcp",
      "transport": "streamable-http",
      "env": { "API_KEY": "$VOICEOPS_ENGINE_API_KEY" }
    }
  }
}

# Or use A2A protocol
curl https://voiceops-platform.io/.well-known/agent.json

Team & Infrastructure

Team size18 engineers
Tech stackpython, fastapi, postgres, redis, websockets
Internal toolsEnabled — Jenkins, Grafana, PagerDuty
Finance accessRestricted
Prod accessEnabled — direct SSH and kubectl
Environmentsdev, staging, production
CI/CDGitHub Actions → ArgoCD → Kubernetes
Secrets managerAWS Secrets Manager (voiceops-engine-prod/*)

Available Agent Skills

SkillDescriptionTags
transcribeReal-time speech-to-text transcriptiontranscriptionspeech
synthesizeGenerate natural speech from text inputsttssynthesis
modelsDeploy and manage voice ML modelsml-opsmodels
analyticsAnalyze call recordings for sentiment and topicsanalyticssentiment
streamsManage real-time audio streaming pipelinesstreamingwebsockets

API Endpoints

MethodPathDescription
GET/.well-known/agent.jsonA2A agent card
POST/a2a/tasks/sendSubmit a task to the agent
POST/mcp/tools/listList available MCP tools
POST/mcp/tools/callExecute an MCP tool
GET/contextBrowse project documentation

Security & Compliance

All agents interacting with voiceops-engine infrastructure must pass security assessment before production access is granted.

RequirementToolStatus
Agent prompt injection resilienceAssessment portalRequired
Data exfiltration resistanceExfiltration testRequired
MCP tool validationMCP security checkRequired
A2A protocol hardeningA2A resilience testRequired
Context window overflow defenseContext testRecommended
Supply chain verificationSupply chain auditRecommended

Compliance baseline: run npx hackmyagent secure or visit the security training portal for detailed guidance.

Security References

Internal Resources