Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Elastic Transcoder MCP Config

<fullname>AWS Elastic Transcoder Service</fullname> <p>The AWS Elastic Transcoder Service.</p>

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-elastictranscoder.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-elastictranscoder.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-elastictranscoder": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-elastictranscoder"],
      "env": {
      "AMAZON_ELASTIC_TRANSCODER_API_KEY": "your_amazon_elastic_transcoder_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-elastictranscoder.json

Environment Variables

AMAZON_ELASTIC_TRANSCODER_API_KEY

Replace your_amazon_elastic_transcoder_api_key with your actual amazon elastic transcoder api key

Endpoints

GET/2012-09-25/jobs/{Id}

ReadJob

DELETE/2012-09-25/jobs/{Id}

CancelJob

POST/2012-09-25/jobs

CreateJob

GET/2012-09-25/pipelines

ListPipelines

POST/2012-09-25/pipelines

CreatePipeline

GET/2012-09-25/presets

ListPresets

POST/2012-09-25/presets

CreatePreset

GET/2012-09-25/pipelines/{Id}

ReadPipeline

PUT/2012-09-25/pipelines/{Id}

UpdatePipeline

DELETE/2012-09-25/pipelines/{Id}

DeletePipeline