Skip to main content
Glama

eve-online-traffic-mcp

solar_system_info

Retrieve detailed solar system data for EVE Online, including security status, connections, and celestial objects, using ESI and SDE APIs. Input system IDs to access precise navigation and system insights.

Instructions

Get comprehensive solar system information from both ESI and SDE APIs, including security status, connections, and celestial objects

Input Schema

NameRequiredDescriptionDefault
systemIdsYesArray of solar system IDs to get information for (max 100). Use numeric IDs only, not names. Use solar_system_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": { "systemIds": { "description": "Array of solar system IDs to get information for (max 100). Use numeric IDs only, not names. Use solar_system_name_to_id tool to convert names to IDs first.", "items": { "type": "number" }, "maxItems": 100, "minItems": 1, "type": "array" } }, "required": [ "systemIds" ], "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