Skip to main content
Glama

eve-online-traffic-mcp

region_systems_list

Retrieve detailed lists of solar systems, including security status and constellation data, for up to 10 specified EVE Online regions using region IDs.

Instructions

Get a comprehensive list of all solar systems in specified regions with their security status and constellation information

Input Schema

NameRequiredDescriptionDefault
regionIdsYesArray of region IDs to get system lists for (max 10). Use numeric IDs only, not names. Use region_name_to_id tool to convert names to IDs first.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "regionIds": { "description": "Array of region IDs to get system lists for (max 10). Use numeric IDs only, not names. Use region_name_to_id tool to convert names to IDs first.", "items": { "type": "number" }, "maxItems": 10, "minItems": 1, "type": "array" } }, "required": [ "regionIds" ], "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/kongyo2/eve-online-traffic-mcp'

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