Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get-market-prices | Get market prices for all items in EVE Online |
get-market-orders | Get market orders from a specific region |
get-market-history | Get market history for a specific item in a region |
get-market-groups | Get grouped market data for a region and type |
get-structure-orders | Get all market orders in a structure |
get-market-stats | Get market statistics for a region |
get-structure-type-orders | Get all market orders for a specific type in a structure |
get-auth-url | Get the authentication URL for EVE Online SSO |
authenticate | Exchange authorization code for access token |
refresh-token | Refresh an expired access token |