Serversio.github.wistia/wistia-api-mcp
M

Wistia API

io.github.wistia/wistia-api-mcp · v0.1.2
● Remote
v0.1.2remote🌐 https://api.wistia.com/mcp/api
{}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.wistia/wistia-api-mcp",
  "description": "Manage Wistia videos, channels, folders, captions, customizations, and analytics via MCP.",
  "title": "Wistia API",
  "version": "0.1.2",
  "icons": [
    {
      "src": "https://api.wistia.com/images/logo/wistia_logo.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.wistia.com/mcp/api",
      "headers": [
        {
          "description": "Wistia API token in Bearer format (e.g., 'Bearer YOUR_API_TOKEN'). Get your token from https://account.wistia.com/account/api",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}