AWS RDS DataService MCP Config
<p><fullname>Amazon RDS Data Service</fullname> <p>Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora Serverless v1 DB cluster. To run these statements, you work with the Data Service API.</p> <note> <p>The Data Service API isn't supported on Amazon Aurora Serverless v2 D
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-rds-data.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-rds-data.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-rds-data": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-rds-data"],
"env": {
"AWS_RDS_DATASERVICE_API_KEY": "your_aws_rds_dataservice_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-rds-data.jsonEnvironment Variables
AWS_RDS_DATASERVICE_API_KEYReplace your_aws_rds_dataservice_api_key with your actual aws rds dataservice api key
Endpoints
/BatchExecuteBatchExecuteStatement
/BeginTransactionBeginTransaction
/CommitTransactionCommitTransaction
/ExecuteSqlExecuteSql
/ExecuteExecuteStatement
/RollbackTransactionRollbackTransaction