Skip to main content
Glama

eve-online-mcp

get-market-groups

Retrieve grouped market data for specific items in a region using a region ID and item type ID. Integrates with EVE Online's ESI API for real-time market insights.

Instructions

Get grouped market data for a region and type

Input Schema

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

Input Schema (JSON Schema)

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