Skip to main content
Glama

eve-online-traffic-mcp

solar_system_name_to_id

Convert EVE Online solar system names to their unique IDs using the ESI API. Input up to 500 system names in English to retrieve their corresponding identifiers.

Instructions

Convert EVE Online solar system names to their corresponding IDs using ESI API

Input Schema

NameRequiredDescriptionDefault
systemNamesYesArray of solar system names to convert to IDs (max 500). Use English proper nouns only (e.g., 'Jita', 'Amarr', 'Dodixie')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "systemNames": { "description": "Array of solar system names to convert to IDs (max 500). Use English proper nouns only (e.g., 'Jita', 'Amarr', 'Dodixie')", "items": { "type": "string" }, "maxItems": 500, "minItems": 1, "type": "array" } }, "required": [ "systemNames" ], "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