AmazonApiGatewayV2 MCP Config
Amazon API Gateway V2
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-apigatewayv2.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-apigatewayv2.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-apigatewayv2": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-apigatewayv2"],
"env": {
"AMAZONAPIGATEWAYV2_API_KEY": "your_amazonapigatewayv2_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-apigatewayv2.jsonEnvironment Variables
AMAZONAPIGATEWAYV2_API_KEYReplace your_amazonapigatewayv2_api_key with your actual amazonapigatewayv2 api key
Endpoints
GET
/v2/apisGetApis
POST
/v2/apisCreateApi
PUT
/v2/apisImportApi
GET
/v2/domainnames/{domainName}/apimappingsGetApiMappings
POST
/v2/domainnames/{domainName}/apimappingsCreateApiMapping
GET
/v2/apis/{apiId}/authorizersGetAuthorizers
POST
/v2/apis/{apiId}/authorizersCreateAuthorizer
GET
/v2/apis/{apiId}/deploymentsGetDeployments
POST
/v2/apis/{apiId}/deploymentsCreateDeployment
GET
/v2/domainnamesGetDomainNames