Skip to main content
Glama

AWS Security MCP

find_resource_by_ip

Identify AWS resources linked to a specific IP address. Input a public or private IP to retrieve JSON data on associated AWS infrastructure, aiding in security analysis and resource tracking.

Instructions

Find AWS resources associated with a specific IP address.

Args: ip_address: IP address to search for (public or private) Returns: JSON formatted string with information about resources using the IP address

Input Schema

NameRequiredDescriptionDefault
ip_addressYes

Input Schema (JSON Schema)

{ "properties": { "ip_address": { "title": "Ip Address", "type": "string" } }, "required": [ "ip_address" ], "title": "find_resource_by_ipArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/groovyBugify/aws-security-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server