Skip to main content
Glama

eve-online-mcp

get-market-history

Retrieve market history data for a specific item in a region using region ID and item type ID to analyze trends and pricing.

Instructions

Get market history for a specific item in a region

Input Schema

NameRequiredDescriptionDefault
region_idYesRegion ID to get market history from
type_idYesItem type ID to get history for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "region_id": { "description": "Region ID to get market history from", "type": "number" }, "type_id": { "description": "Item type ID to get history for", "type": "number" } }, "required": [ "region_id", "type_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-mcp'

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