Skip to main content
Glama

eve-online-traffic-mcp

get_system_combat_stats

Retrieve raw combat statistics for a solar system by ID, including ship and pod kills (1-hour and 12-hour) and recent killmails from EVE-KILL. Input requires a numeric system ID.

Instructions

Get raw combat statistics for a solar system by system ID including ESI pod/ship kills (1-hour and 12-hour) and recent killmails from EVE-KILL. Returns unprocessed data without analysis. Requires numeric system ID (use solar_system_name_to_id tool to convert system names to IDs).

Input Schema

NameRequiredDescriptionDefault
system_idYesThe solar system ID to get combat statistics for. Use numeric ID only, not name. 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": { "system_id": { "description": "The solar system ID to get combat statistics for. Use numeric ID only, not name. Use solar_system_name_to_id tool to convert names to IDs first.", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "system_id" ], "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