Amazon CloudSearch MCP Config
<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
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-cloudsearch.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-cloudsearch.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-cloudsearch": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-cloudsearch"],
"env": {
"AMAZON_CLOUDSEARCH_API_KEY": "your_amazon_cloudsearch_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-cloudsearch.jsonEnvironment Variables
AMAZON_CLOUDSEARCH_API_KEYReplace your_amazon_cloudsearch_api_key with your actual amazon cloudsearch api key
Endpoints
/#Action=CreateDomainGET_CreateDomain
/#Action=CreateDomainPOST_CreateDomain
/#Action=DefineIndexFieldGET_DefineIndexField
/#Action=DefineIndexFieldPOST_DefineIndexField
/#Action=DefineRankExpressionGET_DefineRankExpression
/#Action=DefineRankExpressionPOST_DefineRankExpression
/#Action=DeleteDomainGET_DeleteDomain
/#Action=DeleteDomainPOST_DeleteDomain
/#Action=DeleteIndexFieldGET_DeleteIndexField
/#Action=DeleteIndexFieldPOST_DeleteIndexField