Skip to main content
Glama

EVE Tycoon MCP Server

get_market_history

Retrieve price history for specific EVE Online items in a given region to analyze market trends and inform trading decisions.

Instructions

Returns the price history of an item in a particular region

Input Schema

NameRequiredDescriptionDefault
regionIdYesRegion ID
typeIdYesItem type ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "regionId": { "description": "Region ID", "type": "number" }, "typeId": { "description": "Item type ID", "type": "number" } }, "required": [ "regionId", "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