Skip to main content
Glama

EVE Tycoon MCP Server

get_market_orders

Retrieve the current order book for a specific EVE Online item type, including metadata and filtered by region, system, or location, to analyze market trends and pricing.

Instructions

Returns the current order book for an item type, with metadata about the type and locations

Input Schema

NameRequiredDescriptionDefault
locationIdNoLocation ID (station, structure) to filter on
regionIdNoRegion ID to filter on
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 to filter on", "type": "number" }, "systemId": { "description": "System ID to filter on", "type": "number" }, "typeId": { "description": "Item type ID", "type": "number" } }, "required": [ "typeId" ], "type": "object" }

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