Serversio.github.linxule/vox-mcp
M

Vox MCP

io.github.linxule/vox-mcp · v0.2.0
▦ pypi
v0.2.0pypi pypi: vox-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.linxule/vox-mcp",
  "description": "Multi-model AI gateway — 8 providers plus local models, no system prompt injection.",
  "title": "Vox MCP",
  "repository": {
    "url": "https://github.com/linxule/vox-mcp",
    "source": "github"
  },
  "version": "0.2.0",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "vox-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google Gemini API key",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "OpenAI API key",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Anthropic API key",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "xAI (Grok) API key",
          "isSecret": true,
          "name": "XAI_API_KEY"
        },
        {
          "description": "DeepSeek API key",
          "isSecret": true,
          "name": "DEEPSEEK_API_KEY"
        },
        {
          "description": "Moonshot (Kimi) API key",
          "isSecret": true,
          "name": "MOONSHOT_API_KEY"
        },
        {
          "description": "OpenRouter API key",
          "isSecret": true,
          "name": "OPENROUTER_API_KEY"
        },
        {
          "description": "Custom OpenAI-compatible endpoint URL (Ollama, vLLM, etc.)",
          "name": "CUSTOM_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}