Skip to Content
Build an MCPAmazon Redshift

Amazon Redshift MCP

Run SQL queries and manage data in Amazon Redshift data warehouses using the Redshift Data API.

Overview

Catalog IDmcp-redshift
Categorydatabase
Auth methodAPI key
Blast radiusmoderate
TrustVerified — published by cendriix
Version1.0.0
Regionsus-east-1, eu-west-1

Tools

ToolDescription
run_queryExecute a SQL query against Redshift.
list_schemasList schemas in the database.
describe_tableGet the schema of a table.
copy_from_s3Load data from S3 into a table.
get_query_statusCheck status of a running query.

Tool parameters

run_query

Execute a SQL query against Redshift.

ParameterTypeDescription
querystringrequiredSQL query
databasestringoptionalDatabase name

describe_table

Get the schema of a table.

ParameterTypeDescription
table_namestringrequiredTable name
schemastringoptionalSchema name

copy_from_s3

Load data from S3 into a table.

ParameterTypeDescription
table_namestringrequiredTarget table
s3_pathstringrequiredS3 URI (s3://…)
iam_rolestringrequiredIAM role ARN
formatstringoptionalData format

get_query_status

Check status of a running query.

ParameterTypeDescription
query_idstringrequiredQuery execution ID

Installing

  1. In Cendriix, go to Settings → MCPs
  2. Find Amazon Redshift and click Install
  3. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
  4. Click Test Connection to run a health check and list available tools

Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.

Blast radius

This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.

Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.

Further reading

Last updated on