Skip to content
MCP-Bridge
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_KEY

Example: 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=CreateDomain

GET_CreateDomain

POST/#Action=CreateDomain

POST_CreateDomain

GET/#Action=DefineIndexField

GET_DefineIndexField

POST/#Action=DefineIndexField

POST_DefineIndexField

GET/#Action=DefineRankExpression

GET_DefineRankExpression

POST/#Action=DefineRankExpression

POST_DefineRankExpression

GET/#Action=DeleteDomain

GET_DeleteDomain

POST/#Action=DeleteDomain

POST_DeleteDomain

GET/#Action=DeleteIndexField

GET_DeleteIndexField

POST/#Action=DeleteIndexField

POST_DeleteIndexField