Skip to main content
Glama

eve-online-mcp

get-structure-orders

Retrieve all market orders from a specific structure in EVE Online using structure ID and optional pagination to access detailed market data efficiently.

Instructions

Get all market orders in a structure

Input Schema

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

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" } }, "required": [ "structure_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