Skip to main content
Glama

EVE Tycoon MCP Server

get_market_stats

Retrieve price and volume statistics for specific EVE Online item types in designated regions using region and item IDs.

Instructions

Returns price and volume stats for an item type in a specific region

Input Schema

NameRequiredDescriptionDefault
locationIdNoLocation ID (station, structure) to filter on
regionIdYesRegion ID
systemIdNoSystem ID to filter on
typeIdYesItem type ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "locationId": { "description": "Location ID (station, structure) to filter on", "type": "number" }, "regionId": { "description": "Region ID", "type": "number" }, "systemId": { "description": "System ID to filter on", "type": "number" }, "typeId": { "description": "Item type ID", "type": "number" } }, "required": [ "regionId", "typeId" ], "type": "object" }
Install Server

Other Tools from EVE Tycoon MCP Server

Related Tools

    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/evetycoon-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server