Skip to main content
Glama

eve-online-mcp

get-market-orders

Retrieve market orders from a specified region in EVE Online, filtering by item type and order type (buy, sell, or all) for precise market data analysis.

Instructions

Get market orders from a specific region

Input Schema

NameRequiredDescriptionDefault
order_typeNoType of orders to retrieveall
region_idYesRegion ID to get market orders from
type_idNoItem type ID to filter orders

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "order_type": { "default": "all", "description": "Type of orders to retrieve", "enum": [ "buy", "sell", "all" ], "type": "string" }, "region_id": { "description": "Region ID to get market orders from", "type": "number" }, "type_id": { "description": "Item type ID to filter orders", "type": "number" } }, "required": [ "region_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