Skip to main content
Glama

Illumio MCP Server

by alexgoller

get-services

Retrieve services from Illumio PCE with customizable filters such as name, port, protocol, process, or description for precise security policy and workload management.

Instructions

Get services from the PCE with optional filtering

Input Schema

NameRequiredDescriptionDefault
descriptionNoFilter services by description
nameNoFilter services by name
portNoFilter services by port number
process_nameNoFilter services by process name
protoNoFilter services by protocol (e.g., tcp, udp)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Filter services by description", "type": "string" }, "name": { "description": "Filter services by name", "type": "string" }, "port": { "description": "Filter services by port number", "type": "integer" }, "process_name": { "description": "Filter services by process name", "type": "string" }, "proto": { "description": "Filter services by protocol (e.g., tcp, udp)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Illumio MCP Server

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

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