Skip to main content
Glama

eve-online-traffic-mcp

stargate_info

Retrieve detailed stargate data, including connections and positions, by querying up to 50 stargate IDs using EVE Online's ESI and SDE APIs. Integrates with the EVE Online Traffic MCP server.

Instructions

Get comprehensive stargate information from both ESI and SDE APIs, including connections and positions

Input Schema

NameRequiredDescriptionDefault
stargateIdsYesArray of stargate IDs to get information for (max 50). Use numeric IDs only, not names.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "stargateIds": { "description": "Array of stargate IDs to get information for (max 50). Use numeric IDs only, not names.", "items": { "type": "number" }, "maxItems": 50, "minItems": 1, "type": "array" } }, "required": [ "stargateIds" ], "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