Skip to main content
Glama

Illumio MCP Server

by alexgoller

get-iplists

Fetch and filter IP lists from Illumio PCE using optional criteria like name, description, or IP ranges to streamline security policy management and traffic analysis.

Instructions

Get IP lists from the PCE

Input Schema

NameRequiredDescriptionDefault
descriptionNoFilter by description (optional)
ip_rangesNoFilter by IP ranges (optional)
nameNoFilter IP lists by name (optional)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Filter by description (optional)", "type": "string" }, "ip_ranges": { "description": "Filter by IP ranges (optional)", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Filter IP lists by name (optional)", "type": "string" } }, "type": "object" }

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/alexgoller/illumio-mcp-server'

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