{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.channeltext/channeltext",
  "title": "ChannelText",
  "description": "Text of YouTube videos, playlists and channels. $0.008 per transcript from a prepaid balance.",
  "version": "1.0.0",
  "websiteUrl": "https://channeltext.com/docs/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://channeltext.com/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Your ChannelText API key as a Bearer token. Create one at https://channeltext.com/ (API keys).",
          "isRequired": true,
          "isSecret": true,
          "value": "Bearer {api_key}",
          "variables": {
            "api_key": {
              "description": "ChannelText API key (starts with ct_live_)",
              "isRequired": true,
              "isSecret": true
            }
          }
        }
      ]
    }
  ]
}
