Skip to main content
Glama
kongyo2

EVE Tycoon MCP Server

by kongyo2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_market_statsB

Returns price and volume stats for an item type in a specific region

get_market_ordersB

Returns the current order book for an item type, with metadata about the type and locations

get_market_historyB

Returns the price history of an item in a particular region

get_regionsA

Returns the list of all regions

get_market_groupsB

Returns the list of all market groups

get_market_group_typesB

Returns the list of types in a market group

Prompts

Interactive templates invoked by user choice

NameDescription
market-analysisGenerate a query to find market data for a specific item
comprehensive-analysisGenerate a comprehensive market analysis for an item

Resources

Contextual data attached and managed by the client

NameDescription
EVE Tycoon API Documentation

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity: get_market_groups lists groups, get_market_group_types lists types within a group, get_market_history provides price history, get_market_orders shows current orders, get_market_stats gives price/volume stats, and get_regions lists regions. The descriptions make it easy to tell them apart, as each targets a specific market data aspect.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with 'get_' prefix and snake_case, such as get_market_groups, get_market_history, and get_regions. This predictable naming scheme enhances readability and makes the tool set easy to navigate without any deviations or mixed conventions.

Tool Count5/5

With 6 tools, the server is well-scoped for its market data domain in EVE Tycoon. Each tool earns its place by covering essential functions like listing groups, types, history, orders, stats, and regions, providing a focused and manageable set without being too thin or overloaded.

Completeness4/5

The tool surface is nearly complete for market data retrieval, covering key operations such as listing groups, types, regions, and detailed market info. A minor gap exists in lacking update or manipulation tools (e.g., place_orders), but agents can work around this for read-only analysis, as the core workflows are well-covered.

Maintenance

ActivityInactive
ResponsivenessNo issues