Skip to main content
Glama

eve-online-traffic-mcp

region_name_to_id

Convert EVE Online region names to their corresponding IDs via the ESI API. Provide an array of English region names (max 500) to retrieve the numeric IDs for navigation and data processing.

Instructions

Convert EVE Online region names to their corresponding IDs using ESI API

Input Schema

NameRequiredDescriptionDefault
regionNamesYesArray of region names to convert to IDs (max 500). Use English proper nouns only (e.g., 'The Forge', 'Domain', 'Sinq Laison')

Input Schema (JSON Schema)

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