Skip to content
MCP-BridgeMCP-Bridge
Developer Tools

AmazonApiGatewayV2 MCP Config

Amazon API Gateway V2

Config URL

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

https://mcpbridge.org/config/amazonaws-com-apigatewayv2.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-apigatewayv2": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-apigatewayv2"
      ],
      "env": {
        "AMAZONAPIGATEWAYV2_API_KEY": "your_amazonapigatewayv2_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-apigatewayv2": {
      "url": "https://mcpbridge.org/config/amazonaws-com-apigatewayv2.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-apigatewayv2": {
      "url": "https://mcpbridge.org/config/amazonaws-com-apigatewayv2.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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

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://mcpbridge.org/config/amazonaws-com-apigatewayv2.json

Environment Variables

AMAZONAPIGATEWAYV2_API_KEY

Replace your_amazonapigatewayv2_api_key with your actual amazonapigatewayv2 api key

Endpoints

GET/v2/apis

GetApis

POST/v2/apis

CreateApi

PUT/v2/apis

ImportApi

GET/v2/domainnames/{domainName}/apimappings

GetApiMappings

POST/v2/domainnames/{domainName}/apimappings

CreateApiMapping

GET/v2/apis/{apiId}/authorizers

GetAuthorizers

POST/v2/apis/{apiId}/authorizers

CreateAuthorizer

GET/v2/apis/{apiId}/deployments

GetDeployments

POST/v2/apis/{apiId}/deployments

CreateDeployment

GET/v2/domainnames

GetDomainNames