Amazon Elasticsearch Service MCP Config
<fullname>Amazon Elasticsearch Configuration Service</fullname> <p>Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.</p> <p>For sample code that uses the Configuration API, see the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-es.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-es.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-es": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-es"],
"env": {
"AMAZON_ELASTICSEARCH_SERVICE_API_KEY": "your_amazon_elasticsearch_service_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-es.jsonEnvironment Variables
AMAZON_ELASTICSEARCH_SERVICE_API_KEYReplace your_amazon_elasticsearch_service_api_key with your actual amazon elasticsearch service api key
Endpoints
/2015-01-01/es/ccs/inboundConnection/{ConnectionId}/acceptAcceptInboundCrossClusterSearchConnection
/2015-01-01/tagsAddTags
/2015-01-01/packages/associate/{PackageID}/{DomainName}AssociatePackage
/2015-01-01/es/domain/{DomainName}/authorizeVpcEndpointAccessAuthorizeVpcEndpointAccess
/2015-01-01/es/serviceSoftwareUpdate/cancelCancelElasticsearchServiceSoftwareUpdate
/2015-01-01/es/domainCreateElasticsearchDomain
/2015-01-01/es/ccs/outboundConnectionCreateOutboundCrossClusterSearchConnection
/2015-01-01/packagesCreatePackage
/2015-01-01/es/vpcEndpointsListVpcEndpoints
/2015-01-01/es/vpcEndpointsCreateVpcEndpoint