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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_ELASTIC_TRANSCODER_API_KEYReplace 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/jobsCreateJob
GET
/2012-09-25/pipelinesListPipelines
POST
/2012-09-25/pipelinesCreatePipeline
GET
/2012-09-25/presetsListPresets
POST
/2012-09-25/presetsCreatePreset
GET
/2012-09-25/pipelines/{Id}ReadPipeline
PUT
/2012-09-25/pipelines/{Id}UpdatePipeline
DELETE
/2012-09-25/pipelines/{Id}DeletePipeline