Skip to content
MCP-Bridge
Cloud Infrastructure

Service Quotas MCP Config

With Service Quotas, you can view and manage your quotas easily as your AWS workloads grow. Quotas, also referred to as limits, are the maximum number of resources that you can create in your AWS account. For more information, see the <a href="https://docs.aws.amazon.com/servicequotas/latest/usergui

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-service-quotas.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-service-quotas.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-service-quotas": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-service-quotas"],
      "env": {
      "SERVICE_QUOTAS_API_KEY": "your_service_quotas_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-service-quotas.json

Environment Variables

SERVICE_QUOTAS_API_KEY

Replace your_service_quotas_api_key with your actual service quotas api key

Endpoints

POST/#X-Amz-Target=ServiceQuotasV20190624.AssociateServiceQuotaTemplate

AssociateServiceQuotaTemplate

POST/#X-Amz-Target=ServiceQuotasV20190624.DeleteServiceQuotaIncreaseRequestFromTemplate

DeleteServiceQuotaIncreaseRequestFromTemplate

POST/#X-Amz-Target=ServiceQuotasV20190624.DisassociateServiceQuotaTemplate

DisassociateServiceQuotaTemplate

POST/#X-Amz-Target=ServiceQuotasV20190624.GetAWSDefaultServiceQuota

GetAWSDefaultServiceQuota

POST/#X-Amz-Target=ServiceQuotasV20190624.GetAssociationForServiceQuotaTemplate

GetAssociationForServiceQuotaTemplate

POST/#X-Amz-Target=ServiceQuotasV20190624.GetRequestedServiceQuotaChange

GetRequestedServiceQuotaChange

POST/#X-Amz-Target=ServiceQuotasV20190624.GetServiceQuota

GetServiceQuota

POST/#X-Amz-Target=ServiceQuotasV20190624.GetServiceQuotaIncreaseRequestFromTemplate

GetServiceQuotaIncreaseRequestFromTemplate

POST/#X-Amz-Target=ServiceQuotasV20190624.ListAWSDefaultServiceQuotas

ListAWSDefaultServiceQuotas

POST/#X-Amz-Target=ServiceQuotasV20190624.ListRequestedServiceQuotaChangeHistory

ListRequestedServiceQuotaChangeHistory