Cloud InfrastructureAuto-generated
Amazon CloudSearch MCP Server
<fullname>Amazon CloudSearch Configuration Service</fullname> <p>You use the configuration service to create, configure, and manage search domains. Configuration service requests are submitted using the AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted via HTTP GET or POST
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-cloudsearch
Environment Variables
AMAZON_CLOUDSEARCH_API_KEYExample: your_amazon_cloudsearch_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-cloudsearch": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-cloudsearch"],
"env": {
"AMAZON_CLOUDSEARCH_API_KEY": "your_amazon_cloudsearch_api_key"
}
}
}
}Endpoints
GET
/#Action=CreateDomainGET_CreateDomain
POST
/#Action=CreateDomainPOST_CreateDomain
GET
/#Action=DefineIndexFieldGET_DefineIndexField
POST
/#Action=DefineIndexFieldPOST_DefineIndexField
GET
/#Action=DefineRankExpressionGET_DefineRankExpression
POST
/#Action=DefineRankExpressionPOST_DefineRankExpression
GET
/#Action=DeleteDomainGET_DeleteDomain
POST
/#Action=DeleteDomainPOST_DeleteDomain
GET
/#Action=DeleteIndexFieldGET_DeleteIndexField
POST
/#Action=DeleteIndexFieldPOST_DeleteIndexField