Skip to main content
Glama

EVE Tycoon MCP Server

get_market_history

Retrieve historical price data for specific items in EVE Online across designated regions to analyze market trends and make informed 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" }
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