AmazonMQ MCP Config
Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud. A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messagi
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-mq.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-mq.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-mq": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-mq"],
"env": {
"AMAZONMQ_API_KEY": "your_amazonmq_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-mq.jsonEnvironment Variables
AMAZONMQ_API_KEYReplace your_amazonmq_api_key with your actual amazonmq api key
Endpoints
GET
/v1/brokersListBrokers
POST
/v1/brokersCreateBroker
GET
/v1/configurationsListConfigurations
POST
/v1/configurationsCreateConfiguration
GET
/v1/tags/{resource-arn}ListTags
POST
/v1/tags/{resource-arn}CreateTags
GET
/v1/brokers/{broker-id}/users/{username}DescribeUser
POST
/v1/brokers/{broker-id}/users/{username}CreateUser
PUT
/v1/brokers/{broker-id}/users/{username}UpdateUser
DELETE
/v1/brokers/{broker-id}/users/{username}DeleteUser