AWS Security MCP

Apache 2.0
4
  • Apple

list_vpcs

List and filter AWS VPCs by ID or CIDR block, with pagination support, using JSON-formatted output for detailed infrastructure security analysis.

Instructions

List VPCs with details.

Args: limit: Maximum number of VPCs to return (None for all) search_term: Optional search term to filter VPCs by ID or CIDR next_token: Optional pagination token for fetching next page of results Returns: JSON formatted string with VPC information

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo
search_termNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" }, "search_term": { "default": "", "title": "Search Term", "type": "string" } }, "title": "list_vpcsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g