Skip to main content
Glama

eve-online-mcp

get-structure-type-orders

Retrieve market orders for a specific item type within a structure using structure ID and type ID parameters. Access real-time market data for EVE Online.

Instructions

Get all market orders for a specific type in a structure

Input Schema

NameRequiredDescriptionDefault
pageNoWhich page to query, starts at 1
structure_idYesStructure ID to get market orders from
type_idYesItem type ID to get orders for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "Which page to query, starts at 1", "type": "number" }, "structure_id": { "description": "Structure ID to get market orders from", "type": "number" }, "type_id": { "description": "Item type ID to get orders for", "type": "number" } }, "required": [ "structure_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